Skip to content

Commit 45ea409

Browse files
authored
[11.x] Fixes duplicate replace on composer.json (#49781)
* Fixes composer `Warning: Ambiguous class resolution` * Fixes composer `Warning: Ambiguous class resolution` * Fixes wrong conflcit
1 parent dfc24d1 commit 45ea409

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

composer.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,8 @@
9090
"illuminate/testing": "self.version",
9191
"illuminate/translation": "self.version",
9292
"illuminate/validation": "self.version",
93-
"illuminate/view": "self.version"
93+
"illuminate/view": "self.version",
94+
"spatie/once": "*"
9495
},
9596
"require-dev": {
9697
"ext-gmp": "*",
@@ -115,16 +116,12 @@
115116
"symfony/psr-http-message-bridge": "^7.0"
116117
},
117118
"conflict": {
118-
"illuminate/collections": "<11.0.0",
119119
"tightenco/collect": "<5.5.33"
120120
},
121121
"provide": {
122122
"psr/container-implementation": "1.1|2.0",
123123
"psr/simple-cache-implementation": "1.0|2.0|3.0"
124124
},
125-
"replace": {
126-
"spatie/once": "*"
127-
},
128125
"autoload": {
129126
"files": [
130127
"src/Illuminate/Collections/helpers.php",

0 commit comments

Comments
 (0)