Skip to content

Commit

Permalink
Allow Symfony 6
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias-93 authored Nov 4, 2023
1 parent 80c5983 commit 23fa068
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@
],
"require": {
"php": ">=7.3",
"symfony/filesystem": "~4.4|~5.0",
"symfony/dependency-injection": "~4.4|~5.0",
"symfony/security-core": "~4.4|~5.0",
"symfony/config": "~4.4|~5.0",
"symfony/event-dispatcher": "~4.4|~5.0",
"symfony/http-foundation": "~4.4|~5.0",
"symfony/http-kernel": "~4.4|~5.0",
"symfony/twig-bundle": "~4.4|~5.0"
"symfony/filesystem": "~4.4|~5.4|~6.3",
"symfony/dependency-injection": "~4.4|~5.4|~6.3",
"symfony/security-core": "~4.4|~5.4|~6.3",
"symfony/config": "~4.4|~5.4|~6.3",
"symfony/event-dispatcher": "~4.4|~5.4|~6.3",
"symfony/http-foundation": "~4.4|~5.4|~6.3",
"symfony/http-kernel": "~4.4|~5.4|~6.3",
"symfony/twig-bundle": "~4.4|~5.4|~6.3"
},
"require-dev": {
"symfony/mailer": "~4.4|~5.0",
"symfony/mailer": "~4.4|~5.4|~6.3",
"symfony/swiftmailer-bundle": ">=2.6.0"
},
"suggest": {
Expand Down

0 comments on commit 23fa068

Please sign in to comment.