Skip to content

Commit b452e50

Browse files
authored
Add support for Laravel 11 (#31)
1 parent d76dc81 commit b452e50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
],
1111
"require": {
1212
"php": "^8.0.2",
13-
"illuminate/support": "^9.0|^10.0",
13+
"illuminate/support": "^9.0|^10.0|^11.0",
1414
"laravel-workflow/laravel-workflow": "^1.0"
1515
},
1616
"require-dev": {

0 commit comments

Comments
 (0)