Skip to content

Commit

Permalink
removing the limits on illuminate
Browse files Browse the repository at this point in the history
  • Loading branch information
grahammccarthy committed May 21, 2014
1 parent 4a7b9df commit c4bd03b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
],
"require": {
"php": ">=5.3.0",
"illuminate/support": ">=4.0,<4.2",
"illuminate/foundation": ">=4.0,<4.2",
"illuminate/config": ">=4.0,<4.2",
"illuminate/session": ">=4.0,<4.2",
"illuminate/filesystem": ">=4.0,<4.2",
"illuminate/view": ">=4.0,<4.2"
"illuminate/support": ">=4.0",
"illuminate/foundation": ">=4.0",
"illuminate/config": ">=4.0",
"illuminate/session": ">=4.0",
"illuminate/filesystem": ">=4.0",
"illuminate/view": ">=4.0"
},
"require-dev": {
"orchestra/testbench": "2.1.*",
Expand All @@ -33,4 +33,4 @@
}
},
"minimum-stability": "dev"
}
}

0 comments on commit c4bd03b

Please sign in to comment.