We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9be9046 commit 75368e0Copy full SHA for 75368e0
CHANGELOG.md
@@ -5,6 +5,7 @@
5
### Fixed
6
7
- 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).
9
10
## [1.3.0] - 2024-03-18
11
composer.json
@@ -19,6 +19,7 @@
19
"illuminate/database": "^8.0|^9.0|^10.0",
20
"illuminate/support": "^8.0|^9.0|^10.0",
21
"rcrowe/twigbridge": "^0.14.1",
22
+ "twig/twig": "~3.0 <=3.8.0",
23
"rebing/graphql-laravel": "^8.6"
24
},
25
"require-dev": {
0 commit comments