-
Notifications
You must be signed in to change notification settings - Fork 3
/
composer.json
39 lines (39 loc) · 1.05 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
{
"name": "paymentsuite/payu-bundle",
"type": "symfony-bundle",
"description": "PayU PaymentSuite Component",
"keywords": ["payu", "payment", "ecommerce"],
"license": "MIT",
"authors": [
{
"name": "Marc Morera",
"email": "[email protected]"
},
{
"name": "Symfony Community",
"homepage": "https://github.com/PaymentSuite/paymentsuite/contributors"
}
],
"require": {
"php": ">=5.3.3",
"symfony/event-dispatcher": ">=2.2.3",
"symfony/framework-bundle": ">=2.2.3",
"symfony/form": ">=2.2.3",
"symfony/config": ">=2.2.3",
"symfony/http-kernel": ">=2.2.3",
"symfony/dependency-injection": ">=2.2.3",
"twig/twig": "~1.11",
"paymentsuite/payment-core-bundle": "~1.1"
},
"autoload": {
"psr-4": {
"PaymentSuite\\PayUBundle\\": ""
}
},
"minimum-stability": "stable",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
}
}