Skip to content

Commit

Permalink
support package discovery
Browse files Browse the repository at this point in the history
  • Loading branch information
lukewaite committed Dec 14, 2022
1 parent 838f08f commit 21b90a6
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 @@ -37,5 +37,12 @@
"check-style": "phpcs -p --standard=psr12 src/",
"fix-style": "phpcbf -p --standard=psr12 src/",
"phpstan": "phpstan analyse"
},
"extra": {
"laravel": {
"providers": [
"LukeWaite\\LaravelQueueAwsBatch\\BatchQueueServiceProvider"
]
}
}
}

0 comments on commit 21b90a6

Please sign in to comment.