diff --git a/README.md b/README.md index 6b32d4c..2659280 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ Caffeinated Bonsai ==================== [![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/bonsai-blue.svg?style=flat-square)](https://github.com/caffeinated/bonsai) [![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 4b2cb6f..d105c46 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ ], "require": { "php": ">=5.6.4", - "illuminate/support": "5.3.*" + "illuminate/support": "^5.3" }, "autoload": { "psr-4": {