File tree Expand file tree Collapse file tree 1 file changed +24
-21
lines changed Expand file tree Collapse file tree 1 file changed +24
-21
lines changed Original file line number Diff line number Diff line change 1
1
{
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
+ }
8
26
}
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
- }
24
27
}
You can’t perform that action at this time.
0 commit comments