Skip to content

Commit

Permalink
BREAKING CHANGE: Remove dependency twig/twig for v1
Browse files Browse the repository at this point in the history
  • Loading branch information
curdaj committed May 6, 2024
1 parent a3bfba3 commit 4293551
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/web-twig/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This is a Symfony bundle with Twig implementation of [Spirit Design System] comp

- PHP 7.4 || 8.1
- Symfony 4.4+ || 5.4+ || ^6.1
- Twig >=1.44.6 || >=2.12.5 || 3+
- Twig >=2.12.5 || 3+

## Changelog

Expand Down
2 changes: 1 addition & 1 deletion packages/web-twig/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"symfony/http-foundation": "^4.4 || ^5.4 || ^6.1",
"symfony/http-kernel": "^4.4 || ^5.4 || ^6.1",
"symfony/polyfill-php80": "^1.23",
"twig/twig": "^1.44.6 || ^2.12.5 || ^3.0.0",
"twig/twig": "^2.12.5 || ^3.0.0",
"ext-simplexml": "*"
},
"require-dev": {
Expand Down

0 comments on commit 4293551

Please sign in to comment.