diff --git a/README.md b/README.md index 7349ba6..1a5dc76 100755 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ Caffeinated Menus ================= -[![Laravel 5.3](https://img.shields.io/badge/Laravel-5.3-orange.svg?style=flat-square)](http://laravel.com) +[![Laravel 5.4](https://img.shields.io/badge/Laravel-5.4-orange.svg?style=flat-square)](http://laravel.com) [![Source](http://img.shields.io/badge/source-caffeinated/menus-blue.svg?style=flat-square)](https://github.com/caffeinated/menus) [![License](http://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](https://tldrlegal.com/license/mit-license) diff --git a/composer.json b/composer.json index 5d3fc32..80d285a 100755 --- a/composer.json +++ b/composer.json @@ -10,12 +10,12 @@ } ], "require": { - "php": ">=5.6.4", - "illuminate/support": "5.3.*|5.4.*|5.5.*", - "illuminate/config": "5.3.*|5.4.*|5.5.*", - "illuminate/routing": "5.3.*|5.4.*|5.5.*", - "illuminate/view": "5.3.*|5.4.*|5.5.*", - "laravelcollective/html": "5.3.*|5.4.*|5.5.*" + "php": ">=7.1.3", + "illuminate/support": "5.4.*|5.5.*|5.6.*", + "illuminate/config": "5.4.*|5.5.*|5.6.*", + "illuminate/routing": "5.4.*|5.5.*|5.6.*", + "illuminate/view": "5.4.*|5.5.*|5.6.*", + "laravelcollective/html": "5.4.*|5.5.*|5.6.*" }, "autoload": { "psr-4": {