From d0e6572c9c2ead2c11644e2491533660e893c58d Mon Sep 17 00:00:00 2001 From: Frank Date: Tue, 28 Feb 2017 19:00:34 +0100 Subject: [PATCH] Laravel 5.4 support (#3) * Update to Laravel 5.4 * Add badge for Laravel 5.4 --- README.md | 1 + composer.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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": {