forked from eymengunay/EoSetefiBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
34 lines (34 loc) · 872 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
{
"name": "eo/setefi-bundle",
"type": "symfony-bundle",
"description": "Setefi provider for JMSPaymentCoreBundle",
"keywords": ["setefi", "sanpaolo"],
"homepage": "https://github.com/eymengunay/EoSetefiBundle",
"license": "MIT",
"authors": [
{
"name": "Eymen Gunay",
"email": "[email protected]"
}
],
"require": {
"php": ">=5.5.0",
"symfony/symfony": ">=2.4,<2.6-dev",
"jms/payment-core-bundle": "~1.0",
"guzzle/guzzle": "~3.7"
},
"suggest": {
"eo/jms-payment-extra-bundle": "for mongo support"
},
"target-dir": "Eo/SetefiBundle",
"autoload": {
"psr-0": {
"Eo\\SetefiBundle": ""
}
},
"extra": {
"branch-alias": {
"dev-master": "0.1.x-dev"
}
}
}