Skip to content

Commit 4ed9d14

Browse files
Merge pull request #46 from hexadog/develop
chore(*): update dependencies
2 parents 84c78e8 + d48d62f commit 4ed9d14

File tree

2 files changed

+2113
-4200
lines changed

2 files changed

+2113
-4200
lines changed

composer.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,11 @@
1515
"minimum-stability": "stable",
1616
"require": {
1717
"hexadog/laravel-theme-installer": "^1.0",
18-
"illuminate/view": "^7.0|^8.0|^9.0"
18+
"illuminate/view": "^7.0|^8.0|^9.0|^10.0"
1919
},
2020
"require-dev": {
21-
"friendsofphp/php-cs-fixer": "^3.1",
22-
"phpunit/phpunit": "^7.0|^8.0|^9.0",
23-
"orchestra/testbench": "~5.2"
21+
"friendsofphp/php-cs-fixer": "^3.14",
22+
"phpunit/phpunit": "^7.0|^8.0|^9.0|^10.0"
2423
},
2524
"autoload": {
2625
"psr-4": {
@@ -57,4 +56,4 @@
5756
"check-style": "vendor/bin/phpcs --extensions=php ./src",
5857
"fix-style": "vendor/bin/php-cs-fixer fix"
5958
}
60-
}
59+
}

0 commit comments

Comments
 (0)