forked from thanpa/PaycenterBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
32 lines (32 loc) · 905 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
{
"name": "thanpa/paycenter-bundle",
"type": "symfony-bundle",
"description": "Piraeus bank paycenter bundle",
"keywords": ["Thanpa", "Piraeus", "Piraeus bank", "Paycenter"],
"homepage": "https://github.com/thanpa/PaycenterBundle",
"license": "MIT",
"authors": [
{
"name": "Thanasis Papapanagiotou",
"email": "[email protected]"
},
{
"name": "Community contributors",
"homepage": "https://github.com/thanpa/PaycenterBundle/network/members"
}
],
"minimum-stability": "dev",
"support" : {
"source": "https://github.com/thanpa/PaycenterBundle",
"issues": "https://github.com/thanpa/PaycenterBundle/issues"
},
"require": {
"php": ">=5.5.0",
"symfony/framework-bundle": "~2.3|~3.0",
"guzzlehttp/guzzle": "^6.2"
},
"autoload": {
"psr-0": { "Thanpa\\PaycenterBundle": "" }
},
"target-dir": "Thanpa/PaycenterBundle"
}