Skip to content

Commit

Permalink
Tightenco/Collect should not be replaced anymore (#23147)
Browse files Browse the repository at this point in the history
It's now under on its own namespace to co-live with Illuminate\Collection. And this is preventing us to require it.
  • Loading branch information
antonioribeiro authored and taylorotwell committed Feb 13, 2018
1 parent 1026ea0 commit 6d37b85
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,7 @@
"illuminate/support": "self.version",
"illuminate/translation": "self.version",
"illuminate/validation": "self.version",
"illuminate/view": "self.version",
"tightenco/collect": "self.version"
"illuminate/view": "self.version"
},
"require-dev": {
"aws/aws-sdk-php": "~3.0",
Expand Down

0 comments on commit 6d37b85

Please sign in to comment.