Skip to content

Commit c29c15b

Browse files
[7.x] Provide psr/container-implementation (#33020)
* Provide psr/container-implementation in illuminate/container * Update composer.json Co-authored-by: AegirLeet <[email protected]> Co-authored-by: Graham Campbell <[email protected]>
1 parent 50efe09 commit c29c15b

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,9 @@
9090
"predis/predis": "^1.1.1",
9191
"symfony/cache": "^5.0"
9292
},
93+
"provide": {
94+
"psr/container-implementation": "1.0"
95+
},
9396
"conflict": {
9497
"tightenco/collect": "<5.5.33"
9598
},

src/Illuminate/Container/composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
"illuminate/contracts": "^7.0",
1919
"psr/container": "^1.0"
2020
},
21+
"provide": {
22+
"psr/container-implementation": "1.0"
23+
},
2124
"autoload": {
2225
"psr-4": {
2326
"Illuminate\\Container\\": ""

0 commit comments

Comments
 (0)