forked from alex-pex/KptivePaymentSipsBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
34 lines (34 loc) · 1.03 KB
/
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": "lelivrescolaire/payment-sips-bundle",
"type": "symfony-bundle",
"description": "Payment Bundle providing access to the ATOS SIPS solution (subscription plugin)",
"keywords": ["payment", "atos", "sips", "mercanet", "cyberplus", "elysnet", "scellius","sogenactif", "webaffaires", "sherlocks", "citelis", "accord"],
"homepage": "http://github.com/Lelivrescolaire/KptivePaymentSipsBundle",
"license": "MIT",
"authors": [
{
"name": "Lelivrescolaire",
"homepage": "http://www.lelivrescolaire.fr"
},
{
"name": "Jonathan Banon",
"email": "[email protected]"
}
],
"require": {
"php": ">=5.3.2",
"psr/log": "~1.0",
"jms/payment-core-bundle": "~1.0"
},
"require-dev": {
"doctrine/common": "*"
},
"autoload": {
"psr-4": { "Kptive\\PaymentSipsBundle\\": "" }
},
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
}
}