Skip to content

Commit

Permalink
Add support for Twig 4
Browse files Browse the repository at this point in the history
  • Loading branch information
ajgarlag committed Jan 22, 2024
1 parent f2069dd commit 4cceca8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).

### Added
- Add support for Symfony 7
- Add support for Twig 4

## [0.4.1] - 2024-01-20

Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@
"homepage": "https://github.com/ajgarlag/AjglBreakpointTwigExtension",
"require": {
"php": ">=7.4",
"twig/twig": "^2.15.3 || ^3.0"
"twig/twig": "^2.15.3 || ^3.0 || ^4.0"
},
"minimum-stability": "dev",
"require-dev": {
"composer/xdebug-handler": "^2.0 || ^3.0",
"friendsofphp/php-cs-fixer": "^3.13",
Expand Down

0 comments on commit 4cceca8

Please sign in to comment.