-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathcomposer.json
35 lines (35 loc) · 987 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"require": {
"roave/better-reflection": "^6.0",
"symfony/console": ">3.0",
"nategood/httpful": "^1.0",
"spatie/emoji": "^4.1"
},
"name": "testomatio/list-tests",
"description":"Tests preview & import for PHPUnit & Codeception tests",
"keywords":["tests", "tdd", "static analysis"],
"homepage":"https://testomat.io/",
"type":"library",
"license": "MIT",
"bin":["list-tests"],
"authors":[
{
"name":"Michael Bodnarchuk",
"email":"davert@sdclabs.com",
"homepage":"https://testomat.io"
}
],
"autoload": {
"psr-4": {
"Testomatio\\": "src/"
}
},
"require-dev": {
"codeception/codeception": "^4.2",
"codeception/module-asserts": "^1.0.0",
"codeception/module-cli": "^1.0",
"codeception/module-filesystem": "^1.0",
"hoa/console": "^3.17",
"testomatio/reporter": "0.1.1"
}
}