We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 84c78e8 + d48d62f commit 4ed9d14Copy full SHA for 4ed9d14
composer.json
@@ -15,12 +15,11 @@
15
"minimum-stability": "stable",
16
"require": {
17
"hexadog/laravel-theme-installer": "^1.0",
18
- "illuminate/view": "^7.0|^8.0|^9.0"
+ "illuminate/view": "^7.0|^8.0|^9.0|^10.0"
19
},
20
"require-dev": {
21
- "friendsofphp/php-cs-fixer": "^3.1",
22
- "phpunit/phpunit": "^7.0|^8.0|^9.0",
23
- "orchestra/testbench": "~5.2"
+ "friendsofphp/php-cs-fixer": "^3.14",
+ "phpunit/phpunit": "^7.0|^8.0|^9.0|^10.0"
24
25
"autoload": {
26
"psr-4": {
@@ -57,4 +56,4 @@
57
56
"check-style": "vendor/bin/phpcs --extensions=php ./src",
58
"fix-style": "vendor/bin/php-cs-fixer fix"
59
}
60
-}
+}
0 commit comments