Skip to content

Commit 9877d7e

Browse files
Merge pull request #2 from intouchinsight/ip-7076-updating-for-auto-discovery
Adding extra section to composer.json to include self-discovery of pa…
2 parents f17e2b8 + 31178b0 commit 9877d7e

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
@@ -31,5 +31,12 @@
3131
"scripts": {
3232
"cs": "phpcs --standard=psr2 src/",
3333
"test": "phpunit"
34+
},
35+
"extra": {
36+
"laravel": {
37+
"providers": [
38+
"LukeWaite\\LaravelAwsCacheAdapter\\ServiceProvider"
39+
]
40+
}
3441
}
3542
}

0 commit comments

Comments
 (0)