Skip to content

Commit

Permalink
Drop PHPUnit from the conflict section (#78)
Browse files Browse the repository at this point in the history
* Drop PHPUnit from the conflict section

* Add PHPUnit as a dev dependency
  • Loading branch information
bocharsky-bw authored Oct 17, 2024
1 parent bcf4112 commit 4637a17
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 @@ -21,7 +21,8 @@
"require-dev": {
"matthiasnoback/symfony-config-test": "^5.0",
"symfony/framework-bundle": "^6.3|^7.0",
"symfony/phpunit-bridge": "^6.3.9|^7.0"
"symfony/phpunit-bridge": "^6.3.9|^7.0",
"phpunit/phpunit": "^9.6"
},
"minimum-stability": "dev",
"autoload": {
Expand All @@ -34,9 +35,6 @@
"Symfonycasts\\SassBundle\\Tests\\": "tests/"
}
},
"conflict": {
"phpunit/phpunit": ">=10"
},
"scripts": {
"tools:upgrade": [
"@tools:upgrade:php-cs-fixer",
Expand Down

0 comments on commit 4637a17

Please sign in to comment.