8000 Allow psr/container 1.1 again · symfony/symfony@df47df5 · GitHub
[go: up one dir, main page]

Skip to content

Commit df47df5

Browse files
committed
Allow psr/container 1.1 again
This is a follow up from 80d34d0.
1 parent b164edb commit df47df5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Contracts/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"require": {
1919
"php": ">=8.1",
2020
"psr/cache": "^3.0",
21-
"psr/container": "^2.0",
21+
"psr/container": "^1.1|^2.0",
2222
"psr/event-dispatcher": "^1.0"
2323
},
2424
"require-dev": {

0 commit comments

Comments
 (0)
0