Skip to content

Commit 7363190

Browse files
committed
Bump Symfony requirement to ^7.4
1 parent 15cca6a commit 7363190

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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)