From 00690125813c6635bc4772ea5d1c5a506d2b0f27 Mon Sep 17 00:00:00 2001 From: iben12 Date: Wed, 25 Sep 2019 18:39:26 +0200 Subject: [PATCH] Update readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 74de9f6..ad8fbc8 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,12 @@ This trait provides drop-in functionality to manage state and state history of a ## Installation +Compatibility: +* `v0.1` requires `sebdesign/laravel-state-machine:^1.3` and compatible with Laravel < 6 +* `v1.0` requires `sebdesign/laravel-state-machine:^2.0` and compatible with Laravel 6 + +So if you are below Laravel 6, require `0.1` version explicitly. + Use composer to pull in the package: ``` $ composer require iben12/laravel-statable