Skip to content

Commit

Permalink
build(deps): allow symfony 7 (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
daFish authored Feb 17, 2024
1 parent 189baac commit e95688e
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 @@ -14,11 +14,11 @@
"license": "MIT",
"require": {
"php": "^8.1",
"symfony/framework-bundle": "^6.0",
"symfony/translation": "^6.0",
"symfony/form": "^6.0",
"symfony/mime": "^6.0",
"symfony/twig-bundle": "^6.0",
"symfony/framework-bundle": "^6.0|^7.0",
"symfony/translation": "^6.0|^7.0",
"symfony/form": "^6.0|^7.0",
"symfony/mime": "^6.0|^7.0",
"symfony/twig-bundle": "^6.0|^7.0",
"twig/extra-bundle": "^3.6",
"twig/intl-extra": "^3.6"
},
Expand All @@ -27,7 +27,7 @@
"friendsofphp/php-cs-fixer": "^3.49",
"kubawerlos/php-cs-fixer-custom-fixers": "^3.11",
"symfony/maker-bundle": "^1.48",
"symfony/security-core": "^6.2",
"symfony/security-core": "^6.2|^7.0",
"phpoffice/phpspreadsheet": "^1.28",
"doctrine/orm": "^2.15",
"doctrine/doctrine-bundle": "^2.9",
Expand Down

0 comments on commit e95688e

Please sign in to comment.