Skip to content

Commit 96360e5

Browse files
authored
Support Laravel's Automatic Package Discovery
This allows Laravel to automatically discover this package, negating the need to manually edit `config/app.php`
1 parent 594b763 commit 96360e5

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)