Skip to content

Commit

Permalink
Merge pull request #2 from parisek/feature/symfony7
Browse files Browse the repository at this point in the history
Symfony 7 support
  • Loading branch information
parisek authored Oct 10, 2024
2 parents 6e00da2 + fff0313 commit d3493d7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@
"homepage": "https://github.com/parisek/twig-common",
"license": "GPL-2.0-or-later",
"require": {
"php": ">=7.3.0",
"symfony/yaml": "^3.4|^4.2|^5.0|^6.0",
"twig/twig": "^2.4|^3.0"
"symfony/yaml": "^5.0 || ^6.0 || ^7.0",
"twig/twig": "^2.4 || ^3.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit d3493d7

Please sign in to comment.