forked from ETSGlobal/ETSPaymentDotpayBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
30 lines (30 loc) · 845 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
{
"name": "ets/payment-dotpay-bundle",
"type": "symfony-bundle",
"description": "Payment Bundle providing access to the Dotpay API",
"keywords": ["payment", "dotpay"],
"homepage": "https://github.com/ETSGlobal/ETSPaymentDotpayBundle",
"license": "Apache-2.0",
"authors": [
{
"name": "Clément Gautier",
"email": "[email protected]"
},
{
"name": "ETS Global Dev Team",
"email": "[email protected]"
}
],
"require": {
"php": ">=5.3.2",
"symfony/framework-bundle": "~2.2",
"jms/payment-core-bundle": "~1.0"
},
"require-dev": {
"symfony/browser-kit": "~2.2",
"symfony/finder": "~2.2"
},
"autoload": {
"psr-4": { "ETS\\Payment\\DotpayBundle\\": "" }
}
}