Skip to content

Commit

Permalink
Allow phpunit 11
Browse files Browse the repository at this point in the history
  • Loading branch information
doppynl committed Mar 28, 2024
1 parent 23d35c5 commit d81084d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
"symfony/config": "^5.4 || ^6.2 || ^7.0"
},
"require-dev": {
"phpunit/phpunit": "^9.6 || ^10.0"
"phpunit/phpunit": "^9.6 || ^10.0 || ^11.0"
},
"conflict": {
"phpunit/phpunit": "<9.6 || >=11.0"
"phpunit/phpunit": "<9.6 || >=12.0"
},
"autoload": {
"psr-4" : { "Matthias\\SymfonyConfigTest\\" : "" },
Expand Down

0 comments on commit d81084d

Please sign in to comment.