Skip to content

Commit

Permalink
Merge pull request #6 from canfiax/master
Browse files Browse the repository at this point in the history
support for laravel 5.2
  • Loading branch information
florianv committed Dec 24, 2015
2 parents 32738d8 + 22369a3 commit 5f194cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Expand Up @@ -31,9 +31,9 @@
},
"require": {
"php": ">=5.5.9",
"illuminate/contracts": "5.0.*|5.1.*",
"illuminate/support": "5.0.*|5.1.*",
"illuminate/view": "5.0.*|5.1.*",
"illuminate/contracts": "5.0.*|5.1.*|5.2.*",
"illuminate/support": "5.0.*|5.1.*|5.2.*",
"illuminate/view": "5.0.*|5.1.*|5.2.*",
"florianv/swap": "~2.1.0"
},
"require-dev": {
Expand Down

0 comments on commit 5f194cc

Please sign in to comment.