Skip to content

Commit

Permalink
Update composer.json to work with Laravel 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Hayes committed Jun 6, 2014
1 parent 8ad46b8 commit c1c8383
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 @@ -9,9 +9,9 @@
],
"require": {
"php": ">=5.3.0",
"illuminate/support": "4.1.*",
"illuminate/http": "4.1.*",
"illuminate/validation": "4.1.*"
"illuminate/support": "~4.1",
"illuminate/http": "~4.1",
"illuminate/validation": "~4.1"
},
"require-dev": {
"mockery/mockery": "0.7.*"
Expand Down

0 comments on commit c1c8383

Please sign in to comment.