Skip to content

Commit

Permalink
Lock twig to 3.8 until dependency issues resolve
Browse files Browse the repository at this point in the history
  • Loading branch information
bryannielsen committed Apr 24, 2024
1 parent 9be9046 commit 75368e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
### Fixed

- Bug where ExpressionEngine CSRF cookies could be encrypted by Laravel
- Twig compatibility issue in upstream dependency. See [TwigBridge #440](https://github.com/rcrowe/TwigBridge/issues/440).

## [1.3.0] - 2024-03-18

Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"illuminate/database": "^8.0|^9.0|^10.0",
"illuminate/support": "^8.0|^9.0|^10.0",
"rcrowe/twigbridge": "^0.14.1",
"twig/twig": "~3.0 <=3.8.0",
"rebing/graphql-laravel": "^8.6"
},
"require-dev": {
Expand Down

0 comments on commit 75368e0

Please sign in to comment.