Allow phpunit 7.x, 8.x for PHP 7.1+

This commit is contained in:
Alex P 2021-08-18 17:14:44 +03:00
parent 44aecb698e
commit 0bb6aa62f2

View file

@ -15,7 +15,7 @@
},
"require-dev": {
"woocommerce/woocommerce-sniffs": "^0.1.0",
"phpunit/phpunit": "^9.1",
"phpunit/phpunit": "^7.0 | ^8.0 | ^9.0",
"brain/monkey": "^2.4"
},
"autoload": {