Skip to content

Commit bc50935

Browse files
committed
Fix composer.json
1 parent 29eeeee commit bc50935

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

composer.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
{
22
"name": "illuminated/console-mutex",
33
"description": "Mutex for Laravel console commands.",
4-
"keywords": ["laravel", "console", "command", "mutex", "overlapping", "locker"],
4+
"keywords": ["laravel", "console", "command", "mutex", "locker", "overlapping"],
55
"license": "MIT",
6+
"support": {
7+
"issues": "https://github.com/dmitry-ivanov/laravel-console-mutex/issues",
8+
"source": "https://github.com/dmitry-ivanov/laravel-console-mutex"
9+
},
610
"authors": [{
711
"name": "Dmitry Ivanov",
812
"email": "dmitry.g.ivanov@gmail.com"
@@ -33,5 +37,10 @@
3337
"Illuminated\\Console\\Tests\\": "tests/",
3438
"Illuminated\\Console\\Tests\\App\\": "tests/fixture/app/"
3539
}
36-
}
40+
},
41+
"config": {
42+
"sort-packages": true
43+
},
44+
"minimum-stability": "dev",
45+
"prefer-stable": true
3746
}

0 commit comments

Comments
 (0)