Skip to content

Commit 1194636

Browse files
committed
Improve composer.json and prepare release
1 parent 500ef1f commit 1194636

File tree

1 file changed

+24
-21
lines changed

1 file changed

+24
-21
lines changed

composer.json

Lines changed: 24 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,27 @@
11
{
2-
"name": "amphp/phpunit-util",
3-
"license": "MIT",
4-
"authors": [
5-
{
6-
"name": "Niklas Keller",
7-
"email": "me@kelunik.com"
2+
"name": "amphp/phpunit-util",
3+
"homepage": "http://amphp.org/phpunit-util",
4+
"description": "Helper package to ease testing with PHPUnit.",
5+
"license": "MIT",
6+
"authors": [
7+
{
8+
"name": "Niklas Keller",
9+
"email": "me@kelunik.com"
10+
}
11+
],
12+
"support": {
13+
"issues": "https://github.com/amphp/phpunit-util/issues",
14+
"irc": "irc://irc.freenode.org/amphp"
15+
},
16+
"require": {
17+
"phpunit/phpunit": "^6"
18+
},
19+
"require-dev": {
20+
"amphp/amp": "^2"
21+
},
22+
"autoload": {
23+
"psr-4": {
24+
"Amp\\PHPUnit\\": "src"
25+
}
826
}
9-
],
10-
"support": {
11-
"issues": "https://github.com/amphp/phpunit-util/issues"
12-
},
13-
"require": {
14-
"phpunit/phpunit": "^6"
15-
},
16-
"require-dev": {
17-
"amphp/amp": "^2@dev"
18-
},
19-
"autoload": {
20-
"psr-4": {
21-
"Amp\\PHPUnit\\": "src"
22-
}
23-
}
2427
}

0 commit comments

Comments
 (0)