Skip to content

Commit 8ce34aa

Browse files
committed
Allow Symfony 7.4
1 parent 3a7af12 commit 8ce34aa

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

composer.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@
1717
],
1818
"require": {
1919
"php": ">=7.3",
20-
"symfony/filesystem": "~4.4|~5.4|~6.3",
21-
"symfony/dependency-injection": "~4.4|~5.4|~6.3",
22-
"symfony/security-core": "~4.4|~5.4|~6.3",
23-
"symfony/config": "~4.4|~5.4|~6.3",
24-
"symfony/event-dispatcher": "~4.4|~5.4|~6.3",
25-
"symfony/http-foundation": "~4.4|~5.4|~6.3",
26-
"symfony/http-kernel": "~4.4|~5.4|~6.3",
27-
"symfony/twig-bundle": "~4.4|~5.4|~6.3"
20+
"symfony/filesystem": "~4.4|~5.4|~6.4|~7.4",
21+
"symfony/dependency-injection": "~4.4|~5.4|~6.4|~7.4",
22+
"symfony/security-core": "~4.4|~5.4|~6.4|~7.4",
23+
"symfony/config": "~4.4|~5.4|~6.4|~7.4",
24+
"symfony/event-dispatcher": "~4.4|~5.4|~6.4|~7.4",
25+
"symfony/http-foundation": "~4.4|~5.4|~6.4|~7.4",
26+
"symfony/http-kernel": "~4.4|~5.4|~6.4|~7.4",
27+
"symfony/twig-bundle": "~4.4|~5.4|~6.4|~7.4"
2828
},
2929
"require-dev": {
30-
"symfony/mailer": "~4.4|~5.4|~6.3",
30+
"symfony/mailer": "~4.4|~5.4|~6.4|~7.4",
3131
"symfony/swiftmailer-bundle": ">=2.6.0"
3232
},
3333
"suggest": {

0 commit comments

Comments
 (0)