Skip to content

Commit 3034e8e

Browse files
minor #51151 [5.4] Fix symfony/deprecation-contracts require (fancyweb)
This PR was merged into the 5.4 branch. Discussion ---------- [5.4] Fix symfony/deprecation-contracts require | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | - | License | MIT | Doc PR | - Require `symfony/deprecation-contracts` in package that use `trigger_deprecation` without requiring the dependency 🙈 . Commits ------- f6581f7 Fix symfony/deprecation-contracts require
2 parents 71133b7 + f6581f7 commit 3034e8e

File tree

6 files changed

+6
-0
lines changed

6 files changed

+6
-0
lines changed

src/Symfony/Bundle/TwigBundle/composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"require": {
1919
"php": ">=7.2.5",
2020
"symfony/config": "^4.4|^5.0|^6.0",
21+
"symfony/deprecation-contracts": "^2.1|^3",
2122
"symfony/twig-bridge": "^5.3|^6.0",
2223
"symfony/http-foundation": "^4.4|^5.0|^6.0",
2324
"symfony/http-kernel": "^5.0|^6.0",

src/Symfony/Component/Ldap/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": ">=7.2.5",
20+
"symfony/deprecation-contracts": "^2.1|^3",
2021
"symfony/options-resolver": "^4.4|^5.0|^6.0",
2122
"symfony/polyfill-php80": "^1.15",
2223
"ext-ldap": "*"

src/Symfony/Component/PasswordHasher/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": ">=7.2.5",
20+
"symfony/deprecation-contracts": "^2.1|^3",
2021
"symfony/polyfill-php80": "^1.15"
2122
},
2223
"require-dev": {

src/Symfony/Component/Security/Csrf/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": ">=7.2.5",
20+
"symfony/deprecation-contracts": "^2.1|^3",
2021
"symfony/polyfill-php80": "^1.16",
2122
"symfony/security-core": "^4.4|^5.0|^6.0"
2223
},

src/Symfony/Component/Security/Guard/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": ">=7.2.5",
20+
"symfony/deprecation-contracts": "^2.1|^3",
2021
"symfony/security-core": "^5.0",
2122
"symfony/security-http": "^5.3",
2223
"symfony/polyfill-php80": "^1.15"

src/Symfony/Component/Workflow/composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
],
2222
"require": {
2323
"php": ">=7.2.5",
24+
"symfony/deprecation-contracts": "^2.1|^3",
2425
"symfony/polyfill-php80": "^1.15"
2526
},
2627
"require-dev": {

0 commit comments

Comments
 (0)