-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcomposer.json
More file actions
44 lines (44 loc) · 1.28 KB
/
Copy pathcomposer.json
File metadata and controls
44 lines (44 loc) · 1.28 KB
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
{
"name": "egeloen/http-adapter-bundle",
"description": "Issue HTTP request for your Symfony2 project.",
"keywords": [ "request", "http" ],
"type": "symfony-bundle",
"license": "MIT",
"authors": [
{
"name": "Eric GELOEN",
"email": "geloen.eric@gmail.com"
}
],
"require": {
"php": "^5.4.8|^7.0",
"egeloen/http-adapter": "^1.0",
"symfony/framework-bundle": "^2.2|^3.0"
},
"require-dev": {
"cakephp/cakephp": "^3.0",
"ext-curl": "*",
"friendsofphp/php-cs-fixer": "^2.0",
"guzzle/guzzle": "^3.9.2",
"guzzlehttp/guzzle": "^4.1.4|^5.0|^6.0",
"kriswallsmith/buzz": "~0.15",
"nategood/httpful": "^0.2.17",
"phpunit/phpunit": "^4.0|^5.0",
"psr/log": "^1.0",
"react/http-client": "^0.4",
"rmccue/requests": "^1.7",
"symfony/dependency-injection": "^2.2|^3.0",
"symfony/phpunit-bridge": "^2.7|^3.0",
"symfony/yaml": "^2.0.5|^3.0",
"zendframework/zendframework1": "^1.12.9",
"zendframework/zend-http": "^2.0"
},
"autoload": {
"psr-4": { "Ivory\\HttpAdapterBundle\\": "" }
},
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
}
}