Skip to content

Commit e928275

Browse files
author
Alex Westergaard
committed
PHP 8.0 needs lower PHPUnit version, returns to min 9.5
1 parent daa781a commit e928275

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
@@ -46,7 +46,7 @@
4646
"guzzlehttp/guzzle": "^7.0"
4747
},
4848
"require-dev": {
49-
"phpunit/phpunit": "^9.7|^10.0"
49+
"phpunit/phpunit": "^9.5|^10.0"
5050
},
5151
"minimum-stability": "stable",
5252
"prefer-stable": true

0 commit comments

Comments
 (0)