Skip to content

Commit 07d96ed

Browse files
minor #51174 [6.3] Fix symfony/deprecation-contracts require (fancyweb)
This PR was merged into the 6.3 branch. Discussion ---------- [6.3] Fix symfony/deprecation-contracts require | Q | A | ------------- | --- | Branch? | 6.3 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | - | License | MIT | Doc PR | - Follow-up to #51151 Commits ------- 7b168bb Fix symfony/deprecation-contracts require
2 parents 7570d5a + 7b168bb commit 07d96ed

File tree

11 files changed

+13
-2
lines changed

11 files changed

+13
-2
lines changed

src/Symfony/Bundle/SecurityBundle/composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"symfony/clock": "^6.3",
2323
"symfony/config": "^6.1",
2424
"symfony/dependency-injection": "^6.2",
25+
"symfony/deprecation-contracts": "^2.5|^3",
2526
"symfony/event-dispatcher": "^5.4|^6.0",
2627
"symfony/http-kernel": "^6.2",
2728
"symfony/http-foundation": "^6.2",

src/Symfony/Component/Messenger/composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"psr/cache": "^1.0|^2.0|^3.0",
2525
"symfony/console": "^5.4|^6.0",
2626
"symfony/dependency-injection": "^5.4|^6.0",
27+
"symfony/deprecation-contracts": "^2.5|^3",
2728
"symfony/event-dispatcher": "^5.4|^6.0",
2829
"symfony/http-kernel": "^5.4|^6.0",
2930
"symfony/process": "^5.4|^6.0",

src/Symfony/Component/Mime/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/polyfill-intl-idn": "^1.10",
2122
"symfony/polyfill-mbstring": "^1.0"
2223
},

src/Symfony/Component/Notifier/Bridge/GoogleChat/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/http-client": "^5.4|^6.0",
2122
"symfony/notifier": "^6.2.7"
2223
},

src/Symfony/Component/Routing/composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
}
1717
],
1818
"require": {
19-
"php": ">=8.1"
19+
"php": ">=8.1",
20+
"symfony/deprecation-contracts": "^2.5|^3"
2021
},
2122
"require-dev": {
2223
"symfony/config": "^6.2",

src/Symfony/Component/Security/Core/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/event-dispatcher-contracts": "^2.5|^3",
2122
"symfony/service-contracts": "^2.5|^3",
2223
"symfony/password-hasher": "^5.4|^6.0"

src/Symfony/Component/Serializer/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/polyfill-ctype": "~1.8"
2122
},
2223
"require-dev": {

src/Symfony/Component/Translation/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/polyfill-mbstring": "~1.0",
2122
"symfony/translation-contracts": "^2.5|^3.0"
2223
},

src/Symfony/Component/VarDumper/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/polyfill-mbstring": "~1.0"
2122
},
2223
"require-dev": {

src/Symfony/Component/Workflow/composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
}
2121
],
2222
"require": {
23-
"php": ">=8.1"
23+
"php": ">=8.1",
24+
"symfony/deprecation-contracts": "^2.5|^3"
2425
},
2526
"require-dev": {
2627
"psr/log": "^1|^2|^3",

src/Symfony/Component/Yaml/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/polyfill-ctype": "^1.8"
2122
},
2223
"require-dev": {

0 commit comments

Comments
 (0)