mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-30 05:00:51 +08:00
Allow phpunit 7.x, 8.x for PHP 7.1+
This commit is contained in:
parent
44aecb698e
commit
0bb6aa62f2
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"woocommerce/woocommerce-sniffs": "^0.1.0",
|
"woocommerce/woocommerce-sniffs": "^0.1.0",
|
||||||
"phpunit/phpunit": "^9.1",
|
"phpunit/phpunit": "^7.0 | ^8.0 | ^9.0",
|
||||||
"brain/monkey": "^2.4"
|
"brain/monkey": "^2.4"
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue