Skip to content

Commit

Permalink
Merge pull request #46 from it-can/master
Browse files Browse the repository at this point in the history
add laravel 5.2 support
  • Loading branch information
darryldecode committed Dec 22, 2015
2 parents 67663e9 + 74dfd86 commit 4217880
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 @@ -11,8 +11,8 @@
],
"require": {
"php": ">=5.4.0",
"illuminate/support": "5.0.x|5.1.x",
"illuminate/validation": "5.0.x|5.1.x"
"illuminate/support": "5.0.x|5.1.x|5.2.x",
"illuminate/validation": "5.0.x|5.1.x|5.2.x"
},
"require-dev": {
"mockery/mockery": "~0.9",
Expand Down

0 comments on commit 4217880

Please sign in to comment.