forked from Sylius/SyliusPayumBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
47 lines (46 loc) · 1.31 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
{
"name": "sylius/payum-bundle",
"type": "symfony-bundle",
"description": "Payum integration for Symfony2 e-commerce applications.",
"keywords": ["payments", "payment", "payum"],
"homepage": "http://sylius.com",
"license": "MIT",
"authors": [
{
"name": "Paweł Jędrzejewski",
"homepage": "http://pjedrzejewski.com"
},
{
"name": "Kotlyar Maksim",
"email": "[email protected]"
},
{
"name": "Sylius project",
"homepage": "http://sylius.org"
},
{
"name": "Community contributions",
"homepage": "http://github.com/Sylius/Sylius/contributors"
}
],
"require": {
"php": ">=5.3.3",
"sylius/order-bundle": "1.0.*@dev",
"sylius/payments-bundle": "1.0.*@dev",
"sylius/resource-bundle": "1.0.*@dev",
"payum/payum-bundle": "0.6.*@dev",
"payum/payum": "0.6.*@dev"
},
"config": {
"bin-dir": "bin"
},
"autoload": {
"psr-0": { "Sylius\\Bundle\\PayumBundle\\": "" }
},
"target-dir": "Sylius/Bundle/PayumBundle",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
}
}