Skip to content

Commit 17475d3

Browse files
authored
FRW-6947 Support Symfony 6.4 LTS. (#10817)
FRW-6947 Support Symfony 6.4 LTS.
1 parent 8e43c6e commit 17475d3

File tree

1 file changed

+27
-27
lines changed

1 file changed

+27
-27
lines changed

composer.json

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -6,35 +6,35 @@
66
"require": {
77
"php": ">=8.1",
88
"symfony-cmf/routing": "^2.3.3 || ^3.0.0",
9-
"symfony/config": "^5.0.9 || ^6.0.0",
10-
"symfony/console": "^5.3.0 || ^6.0.0",
9+
"symfony/config": "^5.0.9 || ^6.4.0",
10+
"symfony/console": "^5.3.0 || ^6.4.0",
1111
"symfony/debug": "^4.4.9",
12-
"symfony/error-handler": "^5.0.9 || ^6.0.0",
13-
"symfony/event-dispatcher": "^5.1.0 || ^6.0.0",
14-
"symfony/filesystem": "^5.2.1 || ^6.0.0",
15-
"symfony/finder": "^5.3.0 || ^6.0.0",
16-
"symfony/form": "^5.2.0 || ^6.0.0",
17-
"symfony/http-client": "^5.0.9 || ^6.0.0",
18-
"symfony/http-foundation": "^5.2.0 || ^6.0.0",
19-
"symfony/http-kernel": "^5.2.1 || ^6.0.0",
20-
"symfony/intl": "^5.0.9 || ^6.0.0",
21-
"symfony/messenger": "^5.3.0 || ^6.0.0",
22-
"symfony/mime": "^5.0.9 || ^6.0.0",
23-
"symfony/options-resolver": "^5.0.9 || ^6.0.0",
24-
"symfony/process": "^5.4.0 || ^6.0.0",
25-
"symfony/property-access": "^5.4.0 || ^6.0.0",
26-
"symfony/routing": "^5.1.0 || ^6.0.0",
27-
"symfony/security-core": "^5.4.21 || ^6.0.0",
28-
"symfony/security-csrf": "^5.3.0 || ^6.0.0",
12+
"symfony/error-handler": "^5.0.9 || ^6.4.0",
13+
"symfony/event-dispatcher": "^5.1.0 || ^6.4.0",
14+
"symfony/filesystem": "^5.2.1 || ^6.4.0",
15+
"symfony/finder": "^5.3.0 || ^6.4.0",
16+
"symfony/form": "^5.2.0 || ^6.4.0",
17+
"symfony/http-client": "^5.0.9 || ^6.4.0",
18+
"symfony/http-foundation": "^5.2.0 || ^6.4.0",
19+
"symfony/http-kernel": "^5.2.1 || ^6.4.0",
20+
"symfony/intl": "^5.0.9 || ^6.4.0",
21+
"symfony/messenger": "^5.3.0 || ^6.4.0",
22+
"symfony/mime": "^5.0.9 || ^6.4.0",
23+
"symfony/options-resolver": "^5.0.9 || ^6.4.0",
24+
"symfony/process": "^5.4.0 || ^6.4.0",
25+
"symfony/property-access": "^5.4.0 || ^6.4.0",
26+
"symfony/routing": "^5.1.0 || ^6.4.0",
27+
"symfony/security-core": "^5.4.21 || ^6.4.0",
28+
"symfony/security-csrf": "^5.3.0 || ^6.4.0",
2929
"symfony/security-guard": "^5.4.0",
30-
"symfony/security-http": "^5.4.31 || ^6.0.0",
31-
"symfony/serializer": "^5.0.9 || ^6.0.0",
32-
"symfony/stopwatch": "^5.0.9 || ^6.0.0",
33-
"symfony/translation": "^5.0.9 || ^6.0.0",
34-
"symfony/translation-contracts": "^2.1.2 || ^3.0.0",
35-
"symfony/twig-bridge": "^5.4.31 || ^6.3.8",
36-
"symfony/validator": "^5.2.0 || ^6.0.0",
37-
"symfony/yaml": "^5.1.10 || ^6.0.0"
30+
"symfony/security-http": "^5.4.31 || ^6.4.0",
31+
"symfony/serializer": "^5.0.9 || ^6.4.0",
32+
"symfony/stopwatch": "^5.0.9 || ^6.4.0",
33+
"symfony/translation": "^5.0.9 || ^6.4.0",
34+
"symfony/translation-contracts": "^2.1.2 || ^3.1.0",
35+
"symfony/twig-bridge": "^5.4.31 || ^6.4.0",
36+
"symfony/validator": "^5.2.0 || ^6.4.0",
37+
"symfony/yaml": "^5.1.10 || ^6.4.0"
3838
},
3939
"require-dev": {
4040
"spryker/code-sniffer": "*",

0 commit comments

Comments
 (0)