Skip to content

Commit 1aa4ba6

Browse files
committed
Fix lowest dependency level for phpunit
1 parent dac5c8d commit 1aa4ba6

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
@@ -25,7 +25,7 @@
2525
"php": "7.4.*||8.*",
2626
"guzzlehttp/guzzle": "^7.0",
2727
"codeception/codeception": "4.*||5.*",
28-
"phpunit/phpunit": "8.* || 9.*"
28+
"phpunit/phpunit": "^8.5 || 9.*"
2929
},
3030
"require-dev": {
3131
"phpmd/phpmd": "2.*",

0 commit comments

Comments
 (0)