Skip to content

Commit

Permalink
[5.2] Fix illuminate support composer (#14127)
Browse files Browse the repository at this point in the history
* Fix illuminate/support composer.json according to #14118

* syntax fixed
  • Loading branch information
eFrane authored and taylorotwell committed Jun 24, 2016
1 parent e742751 commit 204bcba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Illuminate/Support/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
"illuminate/contracts": "5.2.*",
"paragonie/random_compat": "~1.4"
},
"replace": {
"tightenco/collect": "self.version"
},
"autoload": {
"psr-4": {
"Illuminate\\Support\\": ""
Expand Down

0 comments on commit 204bcba

Please sign in to comment.