Skip to content

Commit 31c955a

Browse files
authored
Merge pull request #481 from greg0ire/twig-3
Use a recent version of Twig
2 parents 8e146ac + 52146c7 commit 31c955a

File tree

4 files changed

+17
-102
lines changed

4 files changed

+17
-102
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"symfony/process": "^5.4 || ^6.3",
4747
"symfony/string": "^5.4 || ^6.3",
4848
"symfony/translation-contracts": "^2.1 || ^3.0",
49-
"twig/twig": "~2.0",
49+
"twig/twig": "~2.0 || ^3.0",
5050
"webmozart/assert": "^1.10"
5151
},
5252
"require-dev": {

composer.lock

Lines changed: 14 additions & 99 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/guides-graphs/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@
2525
"phpdocumentor/guides": "self.version",
2626
"phpdocumentor/guides-restructured-text": "self.version",
2727
"symfony/process": "^5.4 || ^6.3",
28-
"twig/twig": "~2.0"
28+
"twig/twig": "~2.0 || ^3.0"
2929
}
3030
}

packages/guides/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"psr/event-dispatcher": "^1.0",
3131
"symfony/string": "^5.4 || ^6.3",
3232
"symfony/translation-contracts": "^2.1 || ^3.0",
33-
"twig/twig": "~2.15",
33+
"twig/twig": "~2.15 || ^3.0",
3434
"webmozart/assert": "^1.11"
3535
},
3636
"require-dev": {

0 commit comments

Comments
 (0)