-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
38 lines (37 loc) · 951 Bytes
/
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
{
"name": "dizda/bitdepot-client-bundle",
"type": "library",
"description": "A Symfony2 bundle to interoperate with the Bitdepot bitcoin wallet.",
"keywords": ["bitcoin", "bitdepot", "wallet"],
"homepage": "https://github.com/dizda",
"license": "MIT",
"authors": [
{
"name": "Jonathan Dizdarevic",
"email": "[email protected]",
"homepage": "https://github.com/dizda"
}
],
"require": {
"php": ">=5.4.0",
"symfony/framework-bundle": "~2.3|~3.0",
"guzzlehttp/guzzle": "~5.1",
"devster/guzzle-wsse-plugin": "~2.1"
},
"require-dev": {
"phpunit/phpunit": "~4.1"
},
"suggest": {
},
"autoload": {
"psr-4": {
"Dizda\\BitdepotClientBundle\\": ""
}
},
"extra": {
"branch-alias": {
"dev-master": "0.x-dev"
}
},
"minimum-stability": "dev"
}