Skip to content
This repository was archived by the owner on Sep 23, 2020. It is now read-only.

Commit 790a821

Browse files
committed
Fix minimum PHPUnit version
1 parent c7de38c commit 790a821

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"nikic/php-parser": "^4.0"
1212
},
1313
"require-dev": {
14-
"phpunit/phpunit": "^8.1 || ^9.0",
14+
"phpunit/phpunit": "^8.5 || ^9.0",
1515
"php-coveralls/php-coveralls": "^2.2"
1616
},
1717
"autoload": {

0 commit comments

Comments
 (0)