Skip to content

Commit 84b378d

Browse files
Copilotanderly
andcommitted
Restore PHPUnit version specification to ^9.5 || ^10.0 || ^11.0 || ^12.0
Co-authored-by: anderly <[email protected]>
1 parent 462d557 commit 84b378d

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
@@ -26,7 +26,7 @@
2626
},
2727
"require-dev": {
2828
"guzzlehttp/guzzle": "^7.0",
29-
"phpunit/phpunit": "*",
29+
"phpunit/phpunit": "^9.5 || ^10.0 || ^11.0 || ^12.0",
3030
"phpstan/phpstan": "^2.1"
3131
},
3232
"suggest": {

0 commit comments

Comments
 (0)