Skip to content

Commit

Permalink
Merge pull request syntaxerrors#78 from MadMikeyB/patch-1
Browse files Browse the repository at this point in the history
Support Laravel's Automatic Package Discovery
  • Loading branch information
stygiansabyss committed Oct 29, 2018
2 parents 594b763 + 96360e5 commit 3f8c6fe
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 @@ -24,5 +24,12 @@
"Syntax\\SteamApi\\": "src/Syntax/SteamApi"
}
},
"extra": {
"laravel": {
"providers": [
"Syntax\\SteamApi\\SteamApiServiceProvider"
]
}
},
"minimum-stability": "stable"
}

0 comments on commit 3f8c6fe

Please sign in to comment.