Skip to content

Commit

Permalink
Revert back to previous Laravel versions for this legacy package
Browse files Browse the repository at this point in the history
  • Loading branch information
Caleb Fidecaro committed Jan 19, 2016
1 parent 2fe1926 commit 111f619
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
],
"require": {
"php": ">=5.4.0",
"illuminate/support": "5.2.*"
"illuminate/support": "4.2.*|5.0.*|5.1.*"
},
"require-dev": {
"mockery/mockery": "~0.9",
"phpunit/phpunit": "~4.0",
"laravel/framework": "5.2.*"
"laravel/framework": "4.2.*|5.0.*|5.1.*"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 111f619

Please sign in to comment.