-
Notifications
You must be signed in to change notification settings - Fork 16
/
composer.json
54 lines (54 loc) · 1.38 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
53
54
{
"name": "payum/payum-yii-extension",
"type": "yii-extension",
"description": "Rich payment solutions for Yii framework. Paypal, payex, authorize.net, be2bill, omnipay, recurring paymens, instant notifications and many more",
"keywords": [
"payment",
"paypal",
"be2bill",
"authorize.net",
"omnipay",
"paypal express checkout",
"paypal pro checkout",
"recurring payment",
"payex",
"offline",
"instant notification",
"stripe"
],
"homepage": "https://payum.forma-pro.com/",
"license": "MIT",
"authors": [
{
"name": "Lagoda Pavel",
"email": "plagoda@webdevs.com"
},
{
"name": "Kotlyar Maksim",
"email": "kotlyar.maksim@gmail.com"
},
{
"name": "Payum project",
"homepage": "https://payum.forma-pro.com/"
},
{
"name": "Community contributions",
"homepage": "https://github.com/Payum/Payum/contributors"
}
],
"require": {
"php": ">=5.3.2",
"payum/core": "0.15.*@dev"
},
"autoload": {
"psr-0": { "Payum\\YiiExtension": "" }
},
"extra": {
"branch-alias": {
"dev-master": "0.15-dev"
}
},
"config": {
"bin-dir": "bin"
}
}