Skip to content

Commit

Permalink
Allow Symfony 7
Browse files Browse the repository at this point in the history
  • Loading branch information
burki committed Feb 6, 2024
1 parent ad89a56 commit a3d219a
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 @@ -23,13 +23,13 @@
"require": {
"php": "^7.4 || ^8.0",
"nikic/php-parser": "^4.9 || ^5",
"symfony/console": "^4.3 || ^5.4 || ^6.0",
"symfony/expression-language": "^4.3 || ^5.4 || ^6.0",
"symfony/framework-bundle": "^4.3 || ^5.4 || ^6.0",
"symfony/config": "^4.3 || ^5.4 || ^6.2",
"symfony/translation": "^4.3 || ^5.4 || ^6.0",
"symfony/console": "^4.3 || ^5.4 || ^6.0 || ^7.0",
"symfony/expression-language": "^4.3 || ^5.4 || ^6.0 || ^7.0",
"symfony/framework-bundle": "^4.3 || ^5.4 || ^6.0 || ^7.0",
"symfony/config": "^4.3 || ^5.4 || ^6.2 || ^7.0",
"symfony/translation": "^4.3 || ^5.4 || ^6.0 || ^7.0",
"symfony/translation-contracts": "^1.1 || ^2.0 || ^3.0",
"symfony/validator": "^4.3 || ^5.4 || ^6.0",
"symfony/validator": "^4.3 || ^5.4 || ^6.0 || ^7.0",
"twig/twig": "^1.42.4 || ^2.12.5 || ^3.0",
"psr/log": "^1.0 || ^2.0"
},
Expand Down

0 comments on commit a3d219a

Please sign in to comment.