-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathcomposer.json
executable file
·50 lines (48 loc) · 1.43 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
{
"name": "paymentsuite/paypal-web-checkout-bundle",
"type": "symfony-bundle",
"description": "Paypal Web Checkout 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",
"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",
"mmoreram/symfony-bundle-dependencies": "^2.0",
"twig/twig": "^1.23.1",
"paymentsuite/payment-core-bundle": "~1.1"
},
"require-dev": {
"phpunit/phpunit": "^7.0"
},
"autoload": {
"psr-4": {
"PaymentSuite\\PaypalWebCheckoutBundle\\": ""
}
},
"extra": {
"branch-alias": {
"dev-master": "3.0-dev"
}
}
}