Skip to content

Commit

Permalink
Support Laravel 5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Torann committed Dec 23, 2015
1 parent 3695b65 commit 9577649
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@
],
"require": {
"php": ">=5.5.9",
"illuminate/support": "~5.1"
"illuminate/support": "5.1.*|5.2.*"
},
"require-dev": {
"phpunit/phpunit": "*"
"phpunit/phpunit": "^4.8",
"mockery/mockery": "^0.9.4"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 9577649

Please sign in to comment.