forked from ETSGlobal/ETSPaymentOgoneBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
31 lines (31 loc) · 876 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
{
"name": "ets/payment-ogone-bundle",
"type": "symfony-bundle",
"description": "Payment Bundle providing access to Ogone gateway",
"keywords": ["payment", "ogone"],
"homepage": "https://github.com/ETSGlobal/ETSPaymentOgoneBundle",
"license": "Apache-2.0",
"authors": [
{
"name": "Clément Gautier",
"email": "clement.gautier@sensiolabs.com"
},
{
"name": "ETS Global Dev Team",
"email": "ecs@etsglobal.org"
}
],
"require": {
"php": ">=5.3.2",
"symfony/framework-bundle": "~2.0",
"jms/payment-core-bundle": "~1.1"
},
"require-dev": {
"phpunit/phpunit": "~4.0",
"symfony/browser-kit": "~2.0",
"doctrine/common": "~2.3"
},
"autoload": {
"psr-4": { "ETS\\Payment\\OgoneBundle\\": "" }
}
}