Commit fd08c84b authored by Nguyen Van Anh's avatar Nguyen Van Anh Committed by GitHub

Merge pull request #134 from ikidnapmyself/master

Added laravel 5.8 support
parents c7fc3b45 89d142b5
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
], ],
"require": { "require": {
"php": ">=5.5.5", "php": ">=5.5.5",
"illuminate/support": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*", "illuminate/support": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*",
"guzzlehttp/guzzle": "^6.2" "guzzlehttp/guzzle": "^6.2"
}, },
"require-dev": { "require-dev": {
......
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