Skip to content

Commit

Permalink
chore(composer): removed Twig 2 support
Browse files Browse the repository at this point in the history
  • Loading branch information
COil committed Oct 5, 2023
1 parent ca6b744 commit 79b346e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"symfony/yaml": "~6.3.0",
"twig/extra-bundle": "^2.12 || ^3.0",
"twig/markdown-extra": "^3.7",
"twig/twig": "^2.12 || ^3.0"
"twig/twig": "^3.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.14",
Expand Down
12 changes: 6 additions & 6 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 79b346e

Please sign in to comment.