Skip to content

Commit 6768ad6

Browse files
committed
Fix composer.json
1 parent 4e21ac0 commit 6768ad6

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

composer.json

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
{
22
"name": "illuminated/console-logger",
33
"description": "Logging and notifications for Laravel console commands.",
4-
"keywords": ["laravel", "console", "command", "logger", "notification", "email", "slack", "database"],
4+
"keywords": ["laravel", "console", "command", "logger", "notifications"],
55
"license": "MIT",
6+
"support": {
7+
"issues": "https://github.com/dmitry-ivanov/laravel-console-logger/issues",
8+
"source": "https://github.com/dmitry-ivanov/laravel-console-logger"
9+
},
610
"authors": [{
711
"name": "Dmitry Ivanov",
812
"email": "[email protected]"
@@ -25,7 +29,9 @@
2529
"illuminated/testing-tools": "5.8.*"
2630
},
2731
"autoload": {
28-
"files": ["integrations/autoload.php"],
32+
"files": [
33+
"integrations/autoload.php"
34+
],
2935
"psr-4": {
3036
"Illuminated\\Console\\": "src/"
3137
}
@@ -35,5 +41,10 @@
3541
"Illuminated\\Console\\Tests\\": "tests/",
3642
"Illuminated\\Console\\Tests\\App\\": "tests/fixture/app/"
3743
}
38-
}
44+
},
45+
"config": {
46+
"sort-packages": true
47+
},
48+
"minimum-stability": "dev",
49+
"prefer-stable": true
3950
}

0 commit comments

Comments
 (0)