Skip to content

Commit 819b472

Browse files
authored
Allow phpunit 7.0 and up
1 parent 23f594b commit 819b472

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"lukasoppermann/http-status": "2.*"
2525
},
2626
"require-dev": {
27-
"phpunit/phpunit": "7.*",
27+
"phpunit/phpunit": "~7.0",
2828
"theseer/autoload": "1.*"
2929
},
3030
"autoload": {

0 commit comments

Comments
 (0)