-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
28 lines (28 loc) · 809 Bytes
/
Copy pathcomposer.json
File metadata and controls
28 lines (28 loc) · 809 Bytes
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
{
"name": "cos/rest-client-bundle",
"description": "Symfony rest client bundle - Work in progress",
"keywords": ["rest", "client", "bundle"],
"type": "symfony-bundle",
"license": "MIT",
"authors": [
{
"name": "Cosmin Seceleanu",
"email": "sece.cosmin@gmail.com"
}
],
"require": {
"php": "^5.5 || ^7.0",
"symfony/framework-bundle": "^2.6 || ^3.0",
"ocramius/proxy-manager": "1.0.2",
"guzzlehttp/guzzle": "^6.2",
"doctrine/annotations": "^1.3"
},
"require-dev": {
"phpunit/phpunit": ">4.8.0",
"mockery/mockery": ">=0.9.0"
},
"autoload": {
"psr-0": { "Cos\\RestClientBundle": "" }
},
"target-dir": "Cos/RestClientBundle"
}