Skip to content

Commit 99419f5

Browse files
committed
bump minimum laravel version to 9
1 parent 297dc7a commit 99419f5

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
"homepage": "https://github.com/arrilot/laravel-widgets",
1313
"require": {
1414
"php": ">=7.4",
15-
"illuminate/support": ">=8",
16-
"illuminate/contracts": ">=8",
17-
"illuminate/view": ">=8",
18-
"illuminate/container": ">=8",
19-
"illuminate/console": ">=8",
20-
"illuminate/cache": ">=8",
21-
"illuminate/routing": ">=8"
15+
"illuminate/support": ">=9",
16+
"illuminate/contracts": ">=9",
17+
"illuminate/view": ">=9",
18+
"illuminate/container": ">=9",
19+
"illuminate/console": ">=9",
20+
"illuminate/cache": ">=9",
21+
"illuminate/routing": ">=9"
2222
},
2323
"require-dev": {
2424
"phpunit/phpunit": "~8.0",

0 commit comments

Comments
 (0)