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 41c264c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
allow_failure: [false]
include:
- php: '8.3'
stability: 'dev'
stability: ''
allow_failure: true

name: ${{ matrix.php }}-${{ matrix.stability }}
Expand Down
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 41c264c

Please sign in to comment.