Skip to content

Commit e7867bd

Browse files
committed
Bump dependencies to allow for Laravel 8
1 parent 4335b45 commit e7867bd

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ Use the Symfony Workflow component in Laravel
88

99
composer require zerodahero/laravel-workflow
1010

11+
## Laravel Support
12+
13+
| Package Version | Laravel Version Support |
14+
| --- | --- |
15+
| ^2.0 | 5.x |
16+
| ^3.0 | 7.x |
17+
| ^3.2 | 8.x |
18+
1119
## Upgrade from v2 to v3
1220

1321
The biggest changes from v2 to v3 are the dependencies. To match the Symfony v5 components, the Laravel version is raised to v7. If you're on Laravel v6 or earlier, you should continue to use the v2 releases of this package.

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
22
"name": "zerodahero/laravel-workflow",
33
"description": "Integerate Symfony Workflow component into Laravel.",
4-
"keywords": ["workflow", "symfony", "laravel", "laravel7"],
4+
"keywords": ["workflow", "symfony", "laravel", "laravel7", "laravel8"],
55
"license": "MIT",
66
"require": {
77
"php": ">=7.2",
88
"symfony/workflow": "^5.0",
99
"symfony/process": "^5.0",
1010
"symfony/event-dispatcher": "^5.0",
11-
"illuminate/console": "^7.1",
12-
"illuminate/support": "^7.1",
13-
"illuminate/contracts": "^7.1"
11+
"illuminate/console": "^7.1|^8.0",
12+
"illuminate/support": "^7.1|^8.0",
13+
"illuminate/contracts": "^7.1|^8.0"
1414
},
1515
"autoload": {
1616
"psr-4": {
@@ -40,6 +40,6 @@
4040
"phpunit/phpunit": "^8.0",
4141
"symfony/var-dumper": "^5.0",
4242
"fzaninotto/faker": "^1.9",
43-
"orchestra/testbench": "^5.2"
43+
"orchestra/testbench": "^5.2|^6.0"
4444
}
4545
}

0 commit comments

Comments
 (0)