Skip to content

Commit 3f8c6fe

Browse files
Merge pull request #78 from MadMikeyB/patch-1
Support Laravel's Automatic Package Discovery
2 parents 594b763 + 96360e5 commit 3f8c6fe

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
@@ -24,5 +24,12 @@
2424
"Syntax\\SteamApi\\": "src/Syntax/SteamApi"
2525
}
2626
},
27+
"extra": {
28+
"laravel": {
29+
"providers": [
30+
"Syntax\\SteamApi\\SteamApiServiceProvider"
31+
]
32+
}
33+
},
2734
"minimum-stability": "stable"
2835
}

0 commit comments

Comments
 (0)