Skip to content

Commit 79b42b6

Browse files
committed
chore: update readme
1 parent ea9e164 commit 79b42b6

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

README.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,4 @@
1-
# Laravel workflow [![Build Status](https://travis-ci.com/zerodahero/laravel-workflow.svg?branch=develop)](https://travis-ci.org/zerodahero/laravel-workflow)
2-
3-
## :warning: Looking for help maintaining!
4-
5-
It's been several years since I've actually used this package in a project. It's relatively low maintenance since it's mostly just an adapter for the Symfony component. It's been harder and harder to find time to spend on this project, so I'm looking for help in maintaining it, or if there's a good fit, to take over the package entirely.
6-
7-
---
8-
9-
This is a fork from [brexis/laravel-workflow](https://github.com/brexis/laravel-workflow). My current needs for this package are a bit more bleeding-edge than seem to be maintainable by the other packages. Massive kudos to brexis for the original work and adaptation on this.
1+
# Laravel workflow
102

113
Use the Symfony Workflow component in Laravel
124

@@ -25,10 +17,19 @@ composer require zerodahero/laravel-workflow
2517
| ^3.2 | 8.x |
2618
| ^4.0 | 9.x, 10.x |
2719
| ^5.0 | 11.x |
20+
| ^6.0 | 11.x |
21+
22+
## Upgrade from v5 to v6
23+
24+
Version 6 drops support for PHP 8.1 and Laravel 9.
25+
26+
## Upgrade from v4 to v5
27+
28+
The primary change is to the PHP and Laravel version, which only PHP 8.0, 8.1, 8.2 and Laravel 9, 10, and 11 are supported in this version.
2829

2930
## Upgrade from v3 to v4
3031

31-
The changes is to the PHP and Laravel version, which only PHP 8.0, 8.1 and Laravel 9 are supported in this version. If you required to use the older version, do take from version 3.4.
32+
The primary change is to the PHP and Laravel version, which only PHP 8.0, 8.1 and Laravel 9 are supported in this version. If you required to use the older version, use version 3.4.
3233

3334
## Upgrade from v2 to v3
3435

0 commit comments

Comments
 (0)