Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
iben12 committed Sep 25, 2019
1 parent c1dc23d commit 0069012
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0069012

Please sign in to comment.