Skip to content

Commit

Permalink
chore: Bump min Symfony7 supported version to 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
theofidry committed Dec 7, 2024
1 parent dd26e5a commit b340233
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"require": {
"php": "^8.2",
"psr/log": "^3.0",
"symfony/console": "^6.4 || ^7.0",
"symfony/console": "^6.4 || ^7.2",
"symfony/deprecation-contracts": "^3.4",
"symfony/event-dispatcher-contracts": "^2.5 || ^3.0",
"symfony/polyfill-php84": "^1.31",
Expand All @@ -32,16 +32,16 @@
"fidry/makefile": "^0.2.1 || ^1.0.0",
"infection/infection": "^0.28",
"phpunit/phpunit": "^10.2",
"symfony/dependency-injection": "^6.4",
"symfony/dependency-injection": "^6.4 || ^7.2",
"symfony/flex": "^2.4.0",
"symfony/framework-bundle": "^6.4",
"symfony/http-kernel": "^6.4",
"symfony/yaml": "^6.4 || ^7.0"
"symfony/framework-bundle": "^6.4 || ^7.2",
"symfony/http-kernel": "^6.4 || ^7.2",
"symfony/yaml": "^6.4 || ^7.2"
},
"conflict": {
"symfony/dependency-injection": "<6.4.0",
"symfony/framework-bundle": "<6.4.0",
"symfony/http-kernel": "<6.4.0"
"symfony/dependency-injection": "<6.4.0 || >=7.0.0 <7.2.0",
"symfony/framework-bundle": "<6.4.0 || >=7.0.0 <7.2.0",
"symfony/http-kernel": "<6.4.0 || >=7.0.0 <7.2.0"
},
"minimum-stability": "dev",
"prefer-stable": true,
Expand Down

0 comments on commit b340233

Please sign in to comment.