Skip to content

Commit

Permalink
Symfony v7 support
Browse files Browse the repository at this point in the history
  • Loading branch information
mtvbrianking authored Aug 17, 2024
1 parent 9748902 commit 10f23b8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@
"php": "^7.2.20 || ^8.0",
"twig/twig": "^3.0",
"nikic/php-parser": "^4.10",
"symfony/console": "~3.4|~4.3|^5|^6",
"symfony/finder": "~3.4|~4.3|^5|^6",
"symfony/filesystem": "~3.4|~4.3|^5|^6",
"symfony/yaml": "~3.4|~4.3|^5|^6",
"symfony/process": "~3.4|~4.3|^5|^6",
"symfony/console": "~3.4|~4.3|^5|^6|^7",
"symfony/finder": "~3.4|~4.3|^5|^6|^7",
"symfony/filesystem": "~3.4|~4.3|^5|^6|^7",
"symfony/yaml": "~3.4|~4.3|^5|^6|^7",
"symfony/process": "~3.4|~4.3|^5|^6|^7",
"phpdocumentor/reflection-docblock": "~5.3",
"phpdocumentor/type-resolver": "1.6.*",
"wdes/php-i18n-l10n": "^4.0",
Expand Down

0 comments on commit 10f23b8

Please sign in to comment.