Skip to content

Commit a777bf1

Browse files
committed
Allow earlier PHPUnit
Need this for EOL PHP support.
1 parent 8431b3a commit a777bf1

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"psr/simple-cache": "^1.0"
1616
},
1717
"require-dev": {
18-
"phpunit/phpunit": "^9",
18+
"phpunit/phpunit": "^7.1 | ^8.0 | ^9.0",
1919
"johnpbloch/wordpress-core": "^5.0",
2020
"php-stubs/wordpress-stubs": "6.3",
2121
"brain/monkey": "^2.3",

composer.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)