Skip to content

Commit 05ccd9f

Browse files
Composer: Allow newer PHPUnit versions.
1 parent dedae68 commit 05ccd9f

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
@@ -17,7 +17,7 @@
1717
"ext-json": "*"
1818
},
1919
"require-dev": {
20-
"phpunit/phpunit": "5.7.*|7.4.*",
20+
"phpunit/phpunit": "^5.7|^7.4",
2121
"byjg/restserver": "3.1.*"
2222
},
2323
"autoload": {

0 commit comments

Comments
 (0)