Skip to content

Commit b21aa70

Browse files
authored
Bump Symfony requirement to ^7.4 (#487)
Updates the `extra.symfony.require` constraint from `^6.4` to `^7.4`, allowing plugins created from this skeleton to use Symfony 7.4 components without automatic downgrading.
2 parents c5d6ed2 + 12e8466 commit b21aa70

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@
3535
"sylius-labs/suite-tags-extension": "~0.2",
3636
"sylius/sylius-rector": "^2.0",
3737
"sylius/test-application": "^2.0.0@alpha",
38-
"symfony/browser-kit": "^6.4 || ^7.1",
39-
"symfony/debug-bundle": "^6.4 || ^7.1",
40-
"symfony/dotenv": "^6.4 || ^7.1",
41-
"symfony/http-client": "^6.4 || ^7.1",
42-
"symfony/intl": "^6.4 || ^7.1",
43-
"symfony/runtime": "^6.4 || ^7.1",
44-
"symfony/web-profiler-bundle": "^6.4 || ^7.1",
38+
"symfony/browser-kit": "^6.4 || ^7.4",
39+
"symfony/debug-bundle": "^6.4 || ^7.4",
40+
"symfony/dotenv": "^6.4 || ^7.4",
41+
"symfony/http-client": "^6.4 || ^7.4",
42+
"symfony/intl": "^6.4 || ^7.4",
43+
"symfony/runtime": "^6.4 || ^7.4",
44+
"symfony/web-profiler-bundle": "^6.4 || ^7.4",
4545
"symfony/webpack-encore-bundle": "^2.2"
4646
},
4747
"config": {
@@ -59,7 +59,7 @@
5959
"dev-master": "2.0-dev"
6060
},
6161
"symfony": {
62-
"require": "^6.4"
62+
"require": "^7.4"
6363
},
6464
"public-dir": "vendor/sylius/test-application/public"
6565
},

0 commit comments

Comments
 (0)