forked from e-moe/guzzle6-bundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
45 lines (45 loc) · 1.2 KB
/
Copy pathcomposer.json
File metadata and controls
45 lines (45 loc) · 1.2 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
45
{
"name": "e-moe/guzzle6-bundle",
"type": "symfony-bundle",
"description": "Integrates Guzzle 6 into your Symfony application",
"keywords": ["guzzle", "bundle", "http", "http client", "rest", "client", "web service", "curl", "api"],
"homepage": "https://github.com/e-moe/guzzle6-bundle",
"license": "MIT",
"authors": [
{
"name": "Nikolay Labinskiy aka e-moe",
"email": "e-moe@ukr.net"
}
],
"support": {
"issues": "https://github.com/e-moe/guzzle6-bundle/issues"
},
"require": {
"php": ">=5.6",
"symfony/framework-bundle": "~2.7|~3.0",
"guzzlehttp/guzzle": "~6.0"
},
"suggest": {
"symfony/monolog-bundle": "Log requests"
},
"conflict": {
},
"require-dev": {
"phpunit/phpunit": "~5.1",
"symfony/monolog-bundle": "~2.7",
"squizlabs/php_codesniffer": "~2.5",
"phpmd/phpmd": "~2.3",
"sebastian/phpcpd": "~2.0",
"satooshi/php-coveralls": "^1.0"
},
"autoload": {
"psr-4": {
"Emoe\\GuzzleBundle\\": "src"
}
},
"extra": {
"branch-alias": {
"dev-master": "1.2-dev"
}
}
}