Skip to content

Commit

Permalink
Change Symfony version constraints to "^7.2"
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafikooo committed Mar 6, 2025
1 parent 374e2ec commit 22e4f17
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 @@ -27,9 +27,9 @@
"php": "^8.2",
"sylius/paypal-plugin": "^2.0",
"sylius/sylius": "~2.0.0",
"symfony/dotenv": "^6.4 || ^7.1",
"symfony/dotenv": "^6.4 || ^7.2",
"symfony/flex": "^2.4",
"symfony/runtime": "^6.4 || ^7.1"
"symfony/runtime": "^6.4 || ^7.2"
},
"require-dev": {
"behat/behat": "^3.14",
Expand All @@ -56,11 +56,11 @@
"sylius-labs/coding-standard": "^4.4",
"sylius-labs/suite-tags-extension": "~0.2",
"sylius/sylius-rector": "^2.0",
"symfony/browser-kit": "^6.4 || ^7.1",
"symfony/debug-bundle": "^6.4 || ^7.1",
"symfony/http-client": "^6.4 || ^7.1",
"symfony/intl": "^6.4 || ^7.1",
"symfony/web-profiler-bundle": "^6.4 || ^7.1"
"symfony/browser-kit": "^6.4 || ^7.2",
"symfony/debug-bundle": "^6.4 || ^7.2",
"symfony/http-client": "^6.4 || ^7.2",
"symfony/intl": "^6.4 || ^7.2",
"symfony/web-profiler-bundle": "^6.4 || ^7.2"
},
"config": {
"preferred-install": {
Expand All @@ -82,7 +82,7 @@
},
"symfony": {
"allow-contrib": false,
"require": "^7.1",
"require": "^7.2",
"endpoint": [
"https://api.github.com/repos/Sylius/SyliusRecipes/contents/index.json?ref=flex/main",
"flex://defaults"
Expand Down

0 comments on commit 22e4f17

Please sign in to comment.