forked from florianv/symfony-swap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
35 lines (35 loc) · 993 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
{
"name": "serveriev/swap-bundle",
"type": "symfony-bundle",
"description": "Integrates the Swap library with Symfony",
"keywords": ["money", "currency", "conversion", "rate", "exchange", "symfony", "bundle"],
"homepage": "https://github.com/florianv/FlorianvSwapBundle",
"license": "MIT",
"authors": [
{
"name": "Florian Voutzinos",
"email": "[email protected]",
"homepage": "http://florian.voutzinos.com"
}
],
"require": {
"symfony/framework-bundle": "~2.2|~3.0",
"florianv/swap": "^3.0",
"php-http/message": "^1.4",
"php-http/guzzle6-adapter": "^1.1"
},
"require-dev": {
"symfony/expression-language": "~2.4|~3.0"
},
"autoload": {
"psr-0": {
"Florianv\\SwapBundle": ""
}
},
"target-dir": "Florianv/SwapBundle",
"extra": {
"branch-alias": {
"dev-master": "2.1-dev"
}
}
}