Skip to content

Commit 75368e0

Browse files
committed
Lock twig to 3.8 until dependency issues resolve
1 parent 9be9046 commit 75368e0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
### Fixed
66

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

910
## [1.3.0] - 2024-03-18
1011

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"illuminate/database": "^8.0|^9.0|^10.0",
2020
"illuminate/support": "^8.0|^9.0|^10.0",
2121
"rcrowe/twigbridge": "^0.14.1",
22+
"twig/twig": "~3.0 <=3.8.0",
2223
"rebing/graphql-laravel": "^8.6"
2324
},
2425
"require-dev": {

0 commit comments

Comments
 (0)