Skip to content
This repository was archived by the owner on Apr 16, 2024. It is now read-only.

Commit b39484a

Browse files
committed
Added package discovery
1 parent 7fede2a commit b39484a

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
@@ -22,5 +22,12 @@
2222
"symfony/finder": "^5.0",
2323
"symfony/filesystem": "^5.0",
2424
"phploc/phploc": "^6.0"
25+
},
26+
"extra": {
27+
"laravel": {
28+
"providers": [
29+
"Lucid\\Console\\LucidServiceProvider"
30+
]
31+
}
2532
}
2633
}

0 commit comments

Comments
 (0)