Skip to content

Commit 2fadc14

Browse files
committed
Swtiched to forked getgrav/Twig 2.x with PHP 8.4 support
Signed-off-by: Andy Miller <[email protected]>
1 parent de2af9e commit 2fadc14

File tree

3 files changed

+39
-33
lines changed

3 files changed

+39
-33
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33

44
1. [](#bugfix)
55
* Fixed a PHP compatibility issue with `AbstractLazyCollection`
6+
1. [](#improved)
7+
* Global PHP 8.2 code optimizations
8+
* More PHP 8.4 compatibility fixes
9+
* Twig 2.x forked to getgrav/twig 2.x for PHP 8.4 compatibility
10+
* Switch to cache@v4 + limit PHP version for Github actions
11+
* Trigger testing Github action for Grav 1.8
12+
* Merge latest Grav 1.7 fixes into Grav 1.8
613

714
# v1.8.0-beta.3
815
## 11/21/2024

composer.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"symfony/var-dumper": "^6.4",
3838
"symfony/process": "^6.4",
3939
"symfony/http-client": "^6.4",
40-
"twig/twig": "^2.16",
40+
"twig/twig": "2.x-dev",
4141
"monolog/monolog": "^2.0",
4242
"doctrine/cache": "^2.2",
4343
"doctrine/collections": "^2.2",
@@ -79,6 +79,10 @@
7979
{
8080
"type": "vcs",
8181
"url": "https://github.com/rockettheme/toolbox"
82+
},
83+
{
84+
"type": "vcs",
85+
"url": "https://github.com/getgrav/twig"
8286
}
8387
],
8488
"replace": {

composer.lock

+27-32
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)