-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
51 lines (51 loc) · 1.19 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name" : "cactus-io/mammillaria",
"description" : "A simple fast and stateless download micro-service",
"type" : "project",
"license" : "MIT",
"authors" : [{
"name" : "Mostafa Barmshory",
"email" : "[email protected]",
"homepage" : "http://dpq.co.ir",
"role" : "developer"
}, {
"name" : "Mohammad Hadi Mansouri",
"email" : "[email protected]",
"homepage" : "http://dpq.co.ir",
"role" : "developer"
}
],
"minimum-stability" : "stable",
"prefer-stable" : true,
"require" : {
"firebase/php-jwt" : "5.x",
"pluf/scion" : "7.0.x"
},
"require-dev" : {
"pluf/http2" : "7.0.x",
"phpunit/phpunit" : "9.x"
},
"homepage" : "https://github.com/cactus-io/mammillaria",
"keywords" : [
"Cactus",
"Downloader",
"HTTP"
],
"support" : {
"email" : "[email protected]",
"issues" : "https://github.com/cactus-io/mammillaria",
"wiki" : "https://github.com/cactus-io/mammillaria",
"source" : "https://github.com/cactus-io/mammillaria",
"forum" : "https://cactus-io.viraweb123.ir/wb/blog"
},
"autoload-dev" : {
"psr-4" : {
"Cactus\\Mammillaria\\Tests\\" : "tests"
}
},
"autoload" : {
"psr-4" : {
"Cactus\\Mammillaria\\" : "src"
}
}
}