Skip to content

Commit

Permalink
Merge pull request #24 from BrandonSurowiec/patch-1
Browse files Browse the repository at this point in the history
Add support for Laravel's Package Discovery
  • Loading branch information
joecampo committed Feb 25, 2022
2 parents e998796 + 75ffc20 commit f02eba9
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 @@ -13,6 +13,13 @@
"LaravelShipStation\\": "src/"
}
},
"extra": {
"laravel": {
"providers": [
"LaravelShipStation\\ShipStationServiceProvider"
]
}
},
"require": {
"guzzlehttp/guzzle": "^6.3|^7.0.1"
},
Expand Down

0 comments on commit f02eba9

Please sign in to comment.