Skip to content

Commit

Permalink
feat: allow new versions of symfony/*
Browse files Browse the repository at this point in the history
Closes: #45
  • Loading branch information
williamdes committed Feb 17, 2022
1 parent 5104f2f commit 41703e0
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.1|~5.2",
"symfony/finder": "~3.4|~4.3|~5.1|~5.2",
"symfony/filesystem": "~3.4|~4.3|~5.1|~5.2",
"symfony/yaml": "~3.4|~4.3|~5.1|~5.2",
"symfony/process": "~3.4|~4.3|~5.1|~5.2",
"symfony/console": "~3.4|~4.3|~5.1|~5.2|~5.3|~5.4|~6.0",
"symfony/finder": "~3.4|~4.3|~5.1|~5.2|~5.3|~5.4|~6.0",
"symfony/filesystem": "~3.4|~4.3|~5.1|~5.2|~5.3|~5.4|~6.0",
"symfony/yaml": "~3.4|~4.3|~5.1|~5.2|~5.3|~5.4|~6.0",
"symfony/process": "~3.4|~4.3|~5.1|~5.2|~5.3|~5.4|~6.0",
"phpdocumentor/reflection-docblock": "~5.3",
"wdes/php-i18n-l10n": "^4.0",
"code-lts/cli-tools": "^1.4.0",
Expand Down

0 comments on commit 41703e0

Please sign in to comment.