From 01bf78a4e69cff4ef6c9d2fd332793633baa4d00 Mon Sep 17 00:00:00 2001 From: Zach Leigh Date: Thu, 26 Jan 2017 06:12:37 +0900 Subject: [PATCH] Update readme. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 85c0f5d..29bf34b 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,13 @@ - [Contributing](#contributing) ### Upgrade Information +##### From 1.0.* to 1.1.0 +1.1.0 adds Lumen support and support for Laravel 5.4 (thanks tzurbaev). There should be no breaking changes. If using Laravel 5.3, please use [Version 1.0.5](https://github.com/zachleigh/laravel-property-bag/tree/v1.0.5): +``` +composer require zachleigh/laravel-property-bag:1.0.* +``` + +##### From 0.9.* to 1.0.0 Version 1.0.0 brings major changes to the package that make it incompatible with previous versions. The package was essentially rewritten making upgrade from 0.9.7 to 1.0.0 difficult at best. ### About