Skip to content

Commit 5fe5ca5

Browse files
committed
Allow phpunit 7
1 parent 768c576 commit 5fe5ca5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"kevinlebrun/colors.php": "^1.0"
1616
},
1717
"require-dev": {
18-
"phpunit/phpunit": "^8.0 | ^9.0",
18+
"phpunit/phpunit": "^7.0 | ^8.0 | ^9.0",
1919
"squizlabs/php_codesniffer": "^3.0",
2020
"phpstan/phpstan": "^0.12.50"
2121
},

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)