Skip to content

Commit

Permalink
Restore auto register service provider in composer.json (gnikyt#578)
Browse files Browse the repository at this point in the history
* Restore auto register service provider and aliases in composer.json
Make normalizer happy
.

* remove facade
  • Loading branch information
parkourben99 authored Sep 14, 2020
1 parent e628138 commit 1c4f9c3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,13 @@
"config": {
"sort-packages": true
},
"extra": {
"laravel": {
"providers": [
"Osiset\\ShopifyApp\\ShopifyAppProvider"
]
}
},
"autoload": {
"psr-4": {
"Osiset\\ShopifyApp\\": "src/ShopifyApp"
Expand Down

0 comments on commit 1c4f9c3

Please sign in to comment.