forked from PaymentSuite/PaypalWebCheckoutBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
executable file
·51 lines (51 loc) · 1.53 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
{
"name": "paymentsuite/paypal-web-checkout-bundle",
"type": "symfony-bundle",
"description": "Paypal Web Checkout PaymentSuite Component",
"keywords": ["redsys", "sermepa", "payment", "ecommerce"],
"license": "MIT",
"authors": [
{
"name": "Arkaitz Garro",
"email": "hola@arkaitzgarro.com"
},
{
"name": "Symfony Community",
"homepage": "https://github.com/PaymentSuite/paymentsuite/contributors"
}
],
"require": {
"php": ">=5.3.3",
"psr/log": "~1.0",
"symfony/event-dispatcher": ">=2.2.3",
"symfony/finder": ">=2.3.3",
"symfony/framework-bundle": ">=2.2.3",
"symfony/form": ">=2.2.3",
"symfony/validator": ">=2.2.3",
"symfony/config": ">=2.2.3",
"symfony/http-kernel": ">=2.2.3",
"symfony/dependency-injection": ">=2.2.3",
"symfony/monolog-bundle": ">2.2.3",
"symfony/monolog-bridge": ">2.2.3",
"twig/twig": "~1.11",
"paymentsuite/payment-core-bundle": "~1.1"
},
"require-dev": {
"phpunit/phpunit": ">=3.7",
"symfony/browser-kit": ">=2.2.3",
"symfony/css-selector": ">=2.2.3",
"symfony/twig-bundle": ">=2.2.3",
"raulfraile/ladybug-bundle": "~1.0"
},
"autoload": {
"psr-4": {
"PaymentSuite\\PaypalWebCheckoutBundle\\": ""
}
},
"minimum-stability": "stable",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
}
}