Skip to content
This repository was archived by the owner on May 31, 2024. It is now read-only.

Commit f87711f

Browse files
committed
Backport psr/container 1.1/2.0 compatibility
1 parent 437e049 commit f87711f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Core/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"symfony/service-contracts": "^1.1.6|^2"
2222
},
2323
"require-dev": {
24-
"psr/container": "^1.0",
24+
"psr/container": "^1.0|^2.0",
2525
"symfony/event-dispatcher": "^4.3",
2626
"symfony/expression-language": "^3.4|^4.0|^5.0",
2727
"symfony/http-foundation": "^3.4|^4.0|^5.0",

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"symfony/security-http": "self.version"
3131
},
3232
"require-dev": {
33-
"psr/container": "^1.0",
33+
"psr/container": "^1.0|^2.0",
3434
"symfony/finder": "^3.4|^4.0|^5.0",
3535
"symfony/polyfill-ctype": "~1.8",
3636
"symfony/polyfill-intl-icu": "~1.0",

0 commit comments

Comments
 (0)