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 50efe09 commit c29c15bCopy full SHA for c29c15b
composer.json
@@ -90,6 +90,9 @@
90
"predis/predis": "^1.1.1",
91
"symfony/cache": "^5.0"
92
},
93
+ "provide": {
94
+ "psr/container-implementation": "1.0"
95
+ },
96
"conflict": {
97
"tightenco/collect": "<5.5.33"
98
src/Illuminate/Container/composer.json
@@ -18,6 +18,9 @@
18
"illuminate/contracts": "^7.0",
19
"psr/container": "^1.0"
20
21
22
23
24
"autoload": {
25
"psr-4": {
26
"Illuminate\\Container\\": ""
0 commit comments