8000 minor #52177 [MonologBridge][TwigBridge] Fix requiring symfony/deprec… · symfony/symfony@5929aa1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5929aa1

Browse files
minor #52177 [MonologBridge][TwigBridge] Fix requiring symfony/deprecation-contracts (fancyweb)
This PR was merged into the 6.4 branch. Discussion ---------- [MonologBridge][TwigBridge] Fix requiring symfony/deprecation-contracts | Q | A | ------------- | --- | Branch? | 6.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | - | License | MIT Wherever we call trigger_deprecation we need the dep. Commits ------- 120b35b [MonologBridge][TwigBridge] Fix requiring symfony/deprecation-contracts
2 parents 08fbcd0 + 120b35b commit 5929aa1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/Symfony/Bridge/Monolog/composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"require": {
1919
"php": ">=8.1",
2020
"monolog/monolog": "^1.25.1|^2|^3",
21+
"symfony/deprecation-contracts": "^2.5|^3",
2122
"symfony/service-contracts": "^2.5|^3",
2223
"symfony/http-kernel": "^5.4|^6.0|^7.0"
2324
},

src/Symfony/Bridge/Twig/composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
],
1818
"require": {
1919
"php": ">=8.1",
20+
"symfony/deprecation-contracts": "^2.5|^3",
2021
"symfony/translation-contracts": "^2.5|^3",
2122
"twig/twig": "^2.13|^3.0.4"
2223
},

0 commit comments

Comments
 (0)
0