Skip to content

Commit db80854

Browse files
committed
update composer
1 parent 84dbc84 commit db80854

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

composer.json

+10-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
"description": "simplified logging for laravel",
44
"type": "library",
55
"license": "MIT",
6+
"homepage": "https://github.com/codeboxrcodehub/writelog",
7+
"keywords": [
8+
"Laravel",
9+
"log",
10+
"writelog"
11+
],
612
"autoload": {
713
"psr-4": {
814
"Codeboxr\\Writelog\\": "src/"
@@ -18,7 +24,10 @@
1824
}
1925
],
2026
"minimum-stability": "dev",
21-
"require": {},
27+
"require": {
28+
"php": "^7.2|^7.3|^8.0|^8.1",
29+
"illuminate/support": "~5|~6|~7|~8"
30+
},
2231
"extra": {
2332
"laravel": {
2433
"providers": [

0 commit comments

Comments
 (0)