Skip to content
This repository has been archived by the owner on Apr 20, 2024. It is now read-only.

Commit

Permalink
Merge pull request #16 from leadsupply/master
Browse files Browse the repository at this point in the history
Added auto-discovery for Laravel 5.5+
  • Loading branch information
Casperhr authored Jun 15, 2018
2 parents 7ce75bc + 0ecc1ef commit 963abf8
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 @@ -21,6 +21,13 @@
"require": {
"guzzlehttp/guzzle": "~6.0"
},
"extra": {
"laravel": {
"providers": [
"Nodes\\NemId\\ServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"Nodes\\NemId\\": "src/"
Expand Down

0 comments on commit 963abf8

Please sign in to comment.