Lock PHPUnit version to 7.x
This is necessary as WordPress unit tests currently don't work with PHPUnit 8.x. We will be able to update the PHPUnit version when the following WP ticket is resolved: https://core.trac.wordpress.org/ticket/46149
This commit is contained in:
parent
36016069e4
commit
4bd6156bbb
|
@ -14,7 +14,7 @@
|
|||
"woocommerce/woocommerce-rest-api": "1.0.4"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "7.5.18",
|
||||
"phpunit/phpunit": "^7.5.18",
|
||||
"woocommerce/woocommerce-sniffs": "0.0.9"
|
||||
},
|
||||
"config": {
|
||||
|
|
Loading…
Reference in New Issue