Support for Laravel 5.4
Showing
| ... | @@ -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.*", | "illuminate/support": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*", | ||
| "guzzlehttp/guzzle": "^6.2" | "guzzlehttp/guzzle": "^6.2" | ||
| }, | }, | ||
| "autoload": { | "autoload": { | ||
| ... | ... |
Please register or sign in to comment