Remove igaster-theme

This commit is contained in:
Deon George 2021-11-23 13:07:11 +11:00
parent ea3867be0c
commit 3603583059
No known key found for this signature in database
GPG Key ID: 7670E8DC27415254
1 changed files with 4 additions and 2 deletions

View File

@ -11,7 +11,6 @@
],
"require": {
"creativeorange/gravatar": "^1.0",
"igaster/laravel-theme": "^2.0.17",
"orchestra/asset": "^6.0"
},
"require-dev": {
@ -27,7 +26,10 @@
"extra": {
"laravel": {
"providers": [
"Leenooks\\Providers\\LeenooksServiceProvider"
"Orchestra\\Asset\\AssetServiceProvider",
"Collective\\Html\\HtmlServiceProvider",
"Leenooks\\Providers\\LeenooksServiceProvider",
"Leenooks\\Providers\\CustomBladeServiceProvider"
]
}
},