Commit cdf18fea authored by Nguyen Van Anh's avatar Nguyen Van Anh

Merge pull request #29 from it-can/master

allow laravel 5.2
parents c38aa97f cbf2381e
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
], ],
"require": { "require": {
"php": ">=5.4.0", "php": ">=5.4.0",
"illuminate/support": "5.0.*|5.1.*" "illuminate/support": "5.0.*|5.1.*|5.2.*"
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment