Skip to content

Commit

Permalink
Unblock PHPUnit - add it as a dev dependency (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
bocharsky-bw authored Oct 17, 2024
1 parent f1a593c commit 5b1aff5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,8 @@
"symfony/filesystem": "^6.3|^7.0",
"symfony/framework-bundle": "^6.3|^7.0",
"symfony/phpunit-bridge": "^6.3.9|^7.0",
"phpstan/phpstan": "^1.10.39"
},
"conflict": {
"phpunit/phpunit": ">=10"
"phpstan/phpstan": "^1.10.39",
"phpunit/phpunit": "^9.6"
},
"minimum-stability": "dev",
"autoload": {
Expand Down

0 comments on commit 5b1aff5

Please sign in to comment.