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:
Rodrigo Primo 2019-12-13 09:44:32 -03:00
parent 36016069e4
commit 4bd6156bbb
1 changed files with 1 additions and 1 deletions

View File

@ -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": {