forked from ETSGlobal/ETSPaymentOgoneBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
31 lines (31 loc) · 916 Bytes
/
composer.json
File metadata and controls
31 lines (31 loc) · 916 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
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.6 || ^7.0",
"symfony/framework-bundle": "^2.4 || ^3.0 || ^4.0",
"jms/payment-core-bundle": "^1.3"
},
"require-dev": {
"phpunit/phpunit": "^5.7.10",
"symfony/browser-kit": "^2.4 || ^3.0 || ^4.0",
"doctrine/common": "^2.3"
},
"autoload": {
"psr-4": { "ETS\\Payment\\OgoneBundle\\": "" }
}
}