Skip to content

Commit

Permalink
allow phpunit 11 in composer json
Browse files Browse the repository at this point in the history
  • Loading branch information
gam6itko committed Dec 14, 2024
1 parent a543ce7 commit 32fb03c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"php": ">=8.1",
"nyholm/psr7": "^1.5",
"mockery/mockery": "^1.5",
"phpunit/phpunit": "^9.6 || ^10.0",
"phpunit/phpunit": "^9.6 || ^10.0 || ^11.0",
"spiral/auth": "^3.14.3",
"spiral/auth-http": "^3.14.3",
"spiral/boot": "^3.14.3",
Expand Down

0 comments on commit 32fb03c

Please sign in to comment.