Skip to content
This repository has been archived by the owner on Jul 16, 2023. It is now read-only.

Commit

Permalink
Support now is for 4.1 and above
Browse files Browse the repository at this point in the history
  • Loading branch information
igorsantos07 committed Dec 21, 2013
1 parent 8008885 commit b2bf337
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
},
"require": {
"php": ">=5.3.0",
"illuminate/support": "4.x",
"illuminate/database": "4.x",
"illuminate/validation": "4.x"
"illuminate/support": "~4.1",
"illuminate/database": "~4.1",
"illuminate/validation": "~4.1"
},
"autoload": {
"psr-0": {
Expand Down

0 comments on commit b2bf337

Please sign in to comment.