Skip to content

Commit

Permalink
Merge pull request #5 from HeahDude/sf-7
Browse files Browse the repository at this point in the history
Allow Symfony 7
  • Loading branch information
matthieu2607 authored Dec 8, 2023
2 parents bf7720f + 818284e commit 6195d0d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
],
"require": {
"php": ">=7.4",
"symfony/form": "^5.0|^6.0",
"symfony/framework-bundle": "^5.0|^6.0",
"symfony/http-client": "^5.0|^6.0",
"symfony/yaml": "^5.0|^6.0",
"symfony/validator": "^5.0|^6.0",
"symfony/twig-bundle": "^5.0|^6.0"
"symfony/form": "^5.0|^6.0|^7.0",
"symfony/framework-bundle": "^5.0|^6.0|^7.0",
"symfony/http-client": "^5.0|^6.0|^7.0",
"symfony/yaml": "^5.0|^6.0|^7.0",
"symfony/validator": "^5.0|^6.0|^7.0",
"symfony/twig-bundle": "^5.0|^6.0|^7.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 6195d0d

Please sign in to comment.