Skip to content

Commit d2d3ea5

Browse files
feat(composer): add Laravel 9 support
1 parent f504f59 commit d2d3ea5

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

composer.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,19 @@
66
"issues": "https://github.com/hexadog/laravel-themes-manager/issues",
77
"source": "https://github.com/hexadog/laravel-themes-manager"
88
},
9-
"authors": [{
10-
"name": "Gaetan",
11-
"email": "gaetan@hexadog.com"
12-
}],
9+
"authors": [
10+
{
11+
"name": "Gaetan",
12+
"email": "gaetan@hexadog.com"
13+
}
14+
],
1315
"minimum-stability": "stable",
1416
"require": {
1517
"hexadog/laravel-theme-installer": "^1.0",
16-
"illuminate/view": "^7.0|^8.0"
18+
"illuminate/view": "^7.0|^8.0|^9.0"
1719
},
1820
"require-dev": {
1921
"friendsofphp/php-cs-fixer": "^3.1",
20-
"squizlabs/php_codesniffer": "3.*",
2122
"phpunit/phpunit": "^7.0|^8.0|^9.0",
2223
"orchestra/testbench": "~5.2"
2324
},

0 commit comments

Comments
 (0)