-
Notifications
You must be signed in to change notification settings - Fork 8
/
composer.json
52 lines (52 loc) · 1.52 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "paymentsuite/redsys-bundle",
"type": "symfony-bundle",
"description": "Redsys PaymentSuite Component",
"keywords": ["redsys", "sermepa", "payment", "ecommerce"],
"license": "MIT",
"support": {
"email": "[email protected]",
"forum": "https://gitter.im/paymentsuite/paymentsuite",
"source": "https://github.com/paymentsuite/paymentsuite",
"issues": "https://github.com/paymentsuite/paymentsuite/issues"
},
"authors": [
{
"name": "Marc Morera",
"email": "[email protected]"
},
{
"name": "Symfony Community",
"homepage": "https://github.com/PaymentSuite/paymentsuite/contributors"
}
],
"require": {
"php": "^7.1",
"ext-openssl": "*",
"ext-json": "*",
"symfony/framework-bundle": "^3.4",
"symfony/form": "^3.4",
"symfony/config": "^3.4",
"symfony/http-kernel": "^3.4",
"symfony/http-foundation": "^3.4",
"symfony/dependency-injection": "^3.4",
"symfony/templating": "^3.4",
"mmoreram/symfony-bundle-dependencies": "^2.0",
"twig/twig": "^1.23.1",
"paymentsuite/payment-core-bundle": "^2.0"
},
"require-dev": {
"phpunit/phpunit": "^7.0",
"symfony/twig-bundle": "^3.4"
},
"autoload": {
"psr-4": {
"PaymentSuite\\RedsysBundle\\": ""
}
},
"extra": {
"branch-alias": {
"dev-master": "3.0-dev"
}
}
}