Skip to content

Commit

Permalink
[11.x] Fixes duplicate replace on composer.json (#49781)
Browse files Browse the repository at this point in the history
* Fixes composer `Warning: Ambiguous class resolution`

* Fixes composer `Warning: Ambiguous class resolution`

* Fixes wrong conflcit
  • Loading branch information
nunomaduro authored Jan 22, 2024
1 parent dfc24d1 commit 45ea409
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@
"illuminate/testing": "self.version",
"illuminate/translation": "self.version",
"illuminate/validation": "self.version",
"illuminate/view": "self.version"
"illuminate/view": "self.version",
"spatie/once": "*"
},
"require-dev": {
"ext-gmp": "*",
Expand All @@ -115,16 +116,12 @@
"symfony/psr-http-message-bridge": "^7.0"
},
"conflict": {
"illuminate/collections": "<11.0.0",
"tightenco/collect": "<5.5.33"
},
"provide": {
"psr/container-implementation": "1.1|2.0",
"psr/simple-cache-implementation": "1.0|2.0|3.0"
},
"replace": {
"spatie/once": "*"
},
"autoload": {
"files": [
"src/Illuminate/Collections/helpers.php",
Expand Down

0 comments on commit 45ea409

Please sign in to comment.