Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2487a68

Browse files
committed
feature#52989 allow Twig 4 (xabbuh)
This PR was merged into the 7.1 branch.Discussion----------allow Twig 4| Q | A| ------------- | ---| Branch? | 7.1| Bug fix? | no| New feature? | yes| Deprecations? | no| Issues || License | MITCommits-------227e6ee allow Twig 4
2 parents166d2d4 +227e6ee commit2487a68

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

‎src/Symfony/Bridge/Twig/composer.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"require": {
1919
"php":">=8.2",
2020
"symfony/translation-contracts":"^2.5|^3",
21-
"twig/twig":"^3.0.4"
21+
"twig/twig":"^3.0.4|^4.0"
2222
},
2323
"require-dev": {
2424
"egulias/email-validator":"^2.1.10|^3|^4",

‎src/Symfony/Bundle/FrameworkBundle/composer.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"symfony/uid":"^6.4|^7.0",
7272
"symfony/web-link":"^6.4|^7.0",
7373
"phpdocumentor/reflection-docblock":"^3.0|^4.0|^5.0",
74-
"twig/twig":"^3.0.4"
74+
"twig/twig":"^3.0.4|^4.0"
7575
},
7676
"conflict": {
7777
"doctrine/persistence":"<1.3",

‎src/Symfony/Bundle/SecurityBundle/composer.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"symfony/twig-bridge":"^6.4|^7.0",
5151
"symfony/validator":"^6.4|^7.0",
5252
"symfony/yaml":"^6.4|^7.0",
53-
"twig/twig":"^3.0.4",
53+
"twig/twig":"^3.0.4|^4.0",
5454
"web-token/jwt-checker":"^3.1",
5555
"web-token/jwt-signature-algorithm-hmac":"^3.1",
5656
"web-token/jwt-signature-algorithm-ecdsa":"^3.1",

‎src/Symfony/Bundle/TwigBundle/composer.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"symfony/twig-bridge":"^6.4|^7.0",
2424
"symfony/http-foundation":"^6.4|^7.0",
2525
"symfony/http-kernel":"^6.4|^7.0",
26-
"twig/twig":"^3.0.4"
26+
"twig/twig":"^3.0.4|^4.0"
2727
},
2828
"require-dev": {
2929
"symfony/asset":"^6.4|^7.0",

‎src/Symfony/Bundle/WebProfilerBundle/composer.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"symfony/http-kernel":"^6.4|^7.0",
2323
"symfony/routing":"^6.4|^7.0",
2424
"symfony/twig-bundle":"^6.4|^7.0",
25-
"twig/twig":"^3.0.4"
25+
"twig/twig":"^3.0.4|^4.0"
2626
},
2727
"require-dev": {
2828
"symfony/browser-kit":"^6.4|^7.0",

‎src/Symfony/Component/HttpKernel/composer.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"symfony/validator":"^6.4|^7.0",
4646
"symfony/var-exporter":"^6.4|^7.0",
4747
"psr/cache":"^1.0|^2.0|^3.0",
48-
"twig/twig":"^3.0.4"
48+
"twig/twig":"^3.0.4|^4.0"
4949
},
5050
"provide": {
5151
"psr/log-implementation":"1.0|2.0|3.0"

‎src/Symfony/Component/VarDumper/composer.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"symfony/http-kernel":"^6.4|^7.0",
2626
"symfony/process":"^6.4|^7.0",
2727
"symfony/uid":"^6.4|^7.0",
28-
"twig/twig":"^3.0.4"
28+
"twig/twig":"^3.0.4|^4.0"
2929
},
3030
"conflict": {
3131
"symfony/console":"<6.4"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp