Skip to content

Commit 70c7022

Browse files
authored
Laravel 9 support
1 parent cbffd69 commit 70c7022

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"minimum-stability": "stable",
1414
"require": {
1515
"hexadog/laravel-theme-installer": "^1.0",
16-
"illuminate/view": "^7.0|^8.0"
16+
"illuminate/view": "^7.0|^8.0|^9.0"
1717
},
1818
"require-dev": {
1919
"friendsofphp/php-cs-fixer": "^2.19",
@@ -51,4 +51,4 @@
5151
"check-style": "vendor/bin/phpcs --extensions=php ./src",
5252
"fix-style": "vendor/bin/php-cs-fixer fix"
5353
}
54-
}
54+
}

0 commit comments

Comments
 (0)