Skip to content

Commit f02eba9

Browse files
authored
Merge pull request #24 from BrandonSurowiec/patch-1
Add support for Laravel's Package Discovery
2 parents e998796 + 75ffc20 commit f02eba9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

composer.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@
1313
"LaravelShipStation\\": "src/"
1414
}
1515
},
16+
"extra": {
17+
"laravel": {
18+
"providers": [
19+
"LaravelShipStation\\ShipStationServiceProvider"
20+
]
21+
}
22+
},
1623
"require": {
1724
"guzzlehttp/guzzle": "^6.3|^7.0.1"
1825
},

0 commit comments

Comments
 (0)