Skip to content

Commit

Permalink
Fix composer
Browse files Browse the repository at this point in the history
  • Loading branch information
faytzel committed Jun 3, 2014
1 parent 956873e commit f87e3a8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
],
"require": {
"php" : ">=5.3.0",
"illuminate/support" : "~4",
"illuminate/config" : "~4",
"illuminate/encryption" : "~4",
"illuminate/translation": "~4"
"illuminate/support" : "4.*",
"illuminate/config" : "4.*",
"illuminate/encryption" : "4.*",
"illuminate/translation": "4.*"
},
"autoload": {
"psr-0": {
Expand Down

0 comments on commit f87e3a8

Please sign in to comment.