Skip to content

Commit

Permalink
Support laravel version 5.1 as well
Browse files Browse the repository at this point in the history
  • Loading branch information
nWidart committed Jul 22, 2016
1 parent ce80e8a commit 5094c05
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
],
"require": {
"php": ">=5.5",
"laravel/framework": "5.2.*",
"pingpong/generators": "2.2.*",
"pingpong/support": "2.2.*",
"laravelcollective/html": "~5.0"
"laravel/framework": "5.1.*|5.2.*",
"pingpong/generators": "2.1.*|2.2.*",
"pingpong/support": "2.1.*|2.2.*",
"laravelcollective/html": "5.1.*|5.2.*"
},
"require-dev": {
"phpunit/phpunit": "~4",
"mockery/mockery": "~0.9",
"orchestra/testbench": "^3.2",
"orchestra/testbench": "^3.1|^3.2",
"satooshi/php-coveralls": "~1.0",
"phpunit/phpcov": "2.*"
},
Expand Down

0 comments on commit 5094c05

Please sign in to comment.