Skip to content

Commit bb3f8ea

Browse files
committed
Add Laravel package discovery to composer.json
1 parent c15c7a4 commit bb3f8ea

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

composer.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,16 @@
3737
"email": "[email protected]"
3838
}
3939
],
40+
"extra": {
41+
"laravel": {
42+
"providers": [
43+
"DirectoryTree\\Metrics\\MetricServiceProvider"
44+
],
45+
"aliases": {
46+
"Metrics": "DirectoryTree\\Metrics\\Facades\\Metrics"
47+
}
48+
}
49+
},
4050
"config": {
4151
"allow-plugins": {
4252
"pestphp/pest-plugin": true

0 commit comments

Comments
 (0)