Skip to content

Commit ef55efc

Browse files
committed
Fix composer.json structure
1 parent 0010c40 commit ef55efc

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

composer.json

+8-6
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,14 @@
3737
"Unisharp\\Setting\\": "src/Setting/"
3838
}
3939
},
40-
"laravel": {
41-
"providers": [
42-
"Unisharp\\Setting\\SettingServiceProvider"
43-
],
44-
"aliases": {
45-
"Setting": "Unisharp\\Setting\\SettingFacade"
40+
"extra": {
41+
"laravel": {
42+
"providers": [
43+
"Unisharp\\Setting\\SettingServiceProvider"
44+
],
45+
"aliases": {
46+
"Setting": "Unisharp\\Setting\\SettingFacade"
47+
}
4648
}
4749
}
4850
}

0 commit comments

Comments
 (0)