forked from chuyskywalker/rolling-curl
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
42 lines (42 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
{
"name": "xsuchy09/rolling-curl",
"description": "Rolling-Curl: A non-blocking, non-dos multi-curl library for PHP",
"version": "3.1.6",
"type": "library",
"keywords": ["multi", "curl", "parallel", "requests", "asynchronous", "http"],
"homepage": "https://github.com/xsuchy09/rolling-curl",
"authors": [
{
"name": "Jeff Minard",
"homepage": "http://jrm.cc/",
"role": "Developer"
},
{
"name": "Josh Fraser",
"email": "joshfraz@gmail.com",
"homepage": "http://joshfraser.com/",
"role": "Developer"
},
{
"name": "Alexander Makarov",
"email": "sam@rmcreative.ru",
"homepage": "http://rmcreative.ru/",
"role": "Developer"
},
{
"name": "Petr Suchy (xsuchy09)",
"email": "suchy@wamos.cz",
"homepage": "http://www.wamos.cz/",
"role": "Developer"
}
],
"license": "Apache-2.0",
"require": {
"php": ">=5.4.0",
"ext-curl": "*",
"lib-curl": "*"
},
"autoload": {
"psr-0": { "RollingCurl": "src/" }
}
}