Skip to content

Commit

Permalink
Adding extra section to composer.json to include self-discovery of pa…
Browse files Browse the repository at this point in the history
…ckage
  • Loading branch information
mjwallace1989 committed Oct 22, 2024
1 parent f17e2b8 commit 31178b0
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 @@ -31,5 +31,12 @@
"scripts": {
"cs": "phpcs --standard=psr2 src/",
"test": "phpunit"
},
"extra": {
"laravel": {
"providers": [
"LukeWaite\\LaravelAwsCacheAdapter\\ServiceProvider"
]
}
}
}

0 comments on commit 31178b0

Please sign in to comment.