We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b18778 commit 312a557Copy full SHA for 312a557
composer.json
@@ -95,7 +95,7 @@
95
"symfony/cache": "^6.0"
96
},
97
"provide": {
98
- "psr/container-implementation": "1.0",
+ "psr/container-implementation": "1.1|2.0",
99
"psr/simple-cache-implementation": "1.0|2.0|3.0"
100
101
"conflict": {
src/Illuminate/Container/composer.json
@@ -19,7 +19,7 @@
19
"psr/container": "^1.1.1|^2.0.1"
20
21
22
- "psr/container-implementation": "1.0"
+ "psr/container-implementation": "1.1|2.0"
23
24
"autoload": {
25
"psr-4": {
0 commit comments