Skip to content

Commit

Permalink
moved phpunit requirement out of dev section
Browse files Browse the repository at this point in the history
  • Loading branch information
wickedOne committed Feb 25, 2024
1 parent fa7ea21 commit 76f61e3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,9 @@
],
"require": {
"php": "^8.1",
"phpunit/phpunit": "^9.6 || ^10.0 || ^11.0",
"symfony/config": "^5.4 || ^6.2 || ^7.0"
},
"require-dev": {
"phpunit/phpunit": "^9.6 || ^10.0 || ^11.0"
},
"autoload": {
"psr-4" : { "Matthias\\SymfonyConfigTest\\" : "" },
"exclude-from-classmap": ["/Tests/"]
Expand Down

0 comments on commit 76f61e3

Please sign in to comment.