Skip to content

Commit 37c94b5

Browse files
committed
Fix composer.json
1 parent 8ce7008 commit 37c94b5

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/testing-tools",
33
"description": "Laravel-specific testing helpers and asserts.",
4-
"keywords": ["laravel", "testing", "helpers", "asserts"],
4+
"keywords": ["laravel", "testing", "tools", "helpers", "assertions"],
55
"license": "MIT",
6+
"support": {
7+
"issues": "https://github.com/dmitry-ivanov/laravel-testing-tools/issues",
8+
"source": "https://github.com/dmitry-ivanov/laravel-testing-tools"
9+
},
610
"authors": [{
711
"name": "Dmitry Ivanov",
812
"email": "dmitry.g.ivanov@gmail.com"
@@ -27,5 +31,10 @@
2731
"Illuminated\\Testing\\Tests\\": "tests/",
2832
"Illuminated\\Testing\\Tests\\App\\": "tests/fixture/app/"
2933
}
30-
}
34+
},
35+
"config": {
36+
"sort-packages": true
37+
},
38+
"minimum-stability": "dev",
39+
"prefer-stable": true
3140
}

0 commit comments

Comments
 (0)