Skip to content

Commit 21b90a6

Browse files
committed
support package discovery
1 parent 838f08f commit 21b90a6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

composer.json

+7
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,12 @@
3737
"check-style": "phpcs -p --standard=psr12 src/",
3838
"fix-style": "phpcbf -p --standard=psr12 src/",
3939
"phpstan": "phpstan analyse"
40+
},
41+
"extra": {
42+
"laravel": {
43+
"providers": [
44+
"LukeWaite\\LaravelQueueAwsBatch\\BatchQueueServiceProvider"
45+
]
46+
}
4047
}
4148
}

0 commit comments

Comments
 (0)