Skip to content

Commit

Permalink
[Composer] Bump minimal Symfony version from 6.0 to 6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafikooo committed Feb 5, 2024
1 parent 2eb9580 commit 736ab22
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"php": "^8.0",
"sylius/paypal-plugin": "^1.5",
"sylius/sylius": "^1.12.11",
"symfony/dotenv": "^5.4 || ^6.0",
"symfony/runtime": "^5.4 || ^6.0",
"symfony/dotenv": "^5.4 || ^6.4",
"symfony/runtime": "^5.4 || ^6.4",
"symfony/flex": "^2.1"
},
"require-dev": {
Expand All @@ -55,10 +55,10 @@
"stripe/stripe-php": "^6.43",
"sylius-labs/coding-standard": "^4.0",
"sylius/sylius-rector": "^1.0",
"symfony/browser-kit": "^5.4 || ^6.0",
"symfony/debug-bundle": "^5.4 || ^6.0",
"symfony/intl": "^5.4 || ^6.0",
"symfony/web-profiler-bundle": "^5.4 || ^6.0"
"symfony/browser-kit": "^5.4 || ^6.4",
"symfony/debug-bundle": "^5.4 || ^6.4",
"symfony/intl": "^5.4 || ^6.4",
"symfony/web-profiler-bundle": "^5.4 || ^6.4"
},
"conflict": {
"symfony/framework-bundle": "6.2.8"
Expand All @@ -82,7 +82,7 @@
},
"symfony": {
"allow-contrib": false,
"require": "^6.0",
"require": "^6.4",
"endpoint": [
"https://api.github.com/repos/Sylius/SyliusRecipes/contents/index.json?ref=flex/main",
"flex://defaults"
Expand Down

0 comments on commit 736ab22

Please sign in to comment.