Skip to content

Commit

Permalink
add support for phpunit 11
Browse files Browse the repository at this point in the history
  • Loading branch information
wickedOne committed Feb 3, 2024
1 parent 2bd8962 commit 29c3569
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,7 @@
"symfony/yaml": "^5.4 || ^6.2 || ^7.0"
},
"require-dev": {
"phpunit/phpunit": "^9.6 || ^10.0"
},
"conflict": {
"phpunit/phpunit": "<9.6 || >=11.0"
"phpunit/phpunit": "^9.6 || ^10.0 || ^11.0"
},
"autoload": {
"psr-4" : { "Matthias\\SymfonyDependencyInjectionTest\\" : "" },
Expand Down

0 comments on commit 29c3569

Please sign in to comment.