Skip to content

Commit

Permalink
chore: allow phpunit 11 (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris53897 authored Feb 18, 2024
1 parent c4ab0cf commit 6109e47
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 @@ -15,7 +15,7 @@
"symfony/validator": ">=4.4.40"
},
"require-dev": {
"phpunit/phpunit": "^9.6 || ^10.1"
"phpunit/phpunit": "^9.6 || ^10.5 || ^11.0.3"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 6109e47

Please sign in to comment.