Skip to content

Commit 53c3c2f

Browse files
committed
fix provider
1 parent 6dc935b commit 53c3c2f

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

composer.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "codeboxr/writelog",
33
"description": "simplified logging for laravel",
4-
"keywords": ["package", "log","laravel log","write log","api log"],
54
"type": "project",
65
"license": "MIT",
76
"autoload": {
@@ -19,5 +18,12 @@
1918
}
2019
],
2120
"minimum-stability": "dev",
22-
"require": {}
21+
"require": {},
22+
"extra": {
23+
"laravel": {
24+
"providers": [
25+
"Codeboxr\\Writelog\\WriteLogServiceProvider"
26+
]
27+
}
28+
}
2329
}

0 commit comments

Comments
 (0)