Skip to content

Commit

Permalink
Switch to Laravel 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jenssegers committed Jun 2, 2014
1 parent ccc58a1 commit f2318f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Expand Up @@ -11,12 +11,12 @@
"license" : "MIT",
"require": {
"php": ">=5.3.0",
"illuminate/support": "4.1.*",
"illuminate/database": "4.1.*",
"illuminate/support": "4.2.*",
"illuminate/database": "4.2.*",
"jenssegers/model": "*"
},
"require-dev": {
"orchestra/testbench": "2.1.*",
"orchestra/testbench": "2.2.x-dev",
"mockery/mockery": "*"
},
"autoload": {
Expand Down

0 comments on commit f2318f1

Please sign in to comment.