Skip to content

Commit f6581f7

Browse files
committed
Fix symfony/deprecation-contracts require
1 parent 8492f10 commit f6581f7

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)