-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathcomposer.json
71 lines (71 loc) · 2.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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "hiqdev/omnipay-yandex-kassa",
"type": "library",
"description": "Yandex.Kassa driver for Omnipay payment processing library",
"keywords": [
"php",
"omnipay",
"yandex-kassa",
"merchant",
"payment"
],
"homepage": "https://github.com/hiqdev/omnipay-yandex-kassa",
"license": "MIT",
"support": {
"email": "[email protected]",
"source": "https://github.com/hiqdev/omnipay-yandex-kassa",
"issues": "https://github.com/hiqdev/omnipay-yandex-kassa/issues",
"wiki": "https://github.com/hiqdev/omnipay-yandex-kassa/wiki",
"forum": "http://forum.hiqdev.com/"
},
"authors": [
{
"name": "Andrii Vasyliev",
"role": "Project lead",
"email": "[email protected]",
"homepage": "http://hipanel.com/"
},
{
"name": "Dmitry Naumenko",
"role": "Lead backend developer",
"email": "[email protected]",
"homepage": "http://silverfire.me/"
},
{
"name": "Andrey Klochok",
"role": "Lead frontend developer",
"email": "[email protected]",
"homepage": "http://hiqdev.com/"
},
{
"name": "Yuriy Myronchuk",
"role": "QA Lead",
"email": "[email protected]",
"homepage": "http://hiqdev.com/"
}
],
"require": {
"php": ">=7.1",
"ext-json": "*",
"omnipay/common": "^3.0",
"yandex-money/yandex-checkout-sdk-php": "^1.6.4"
},
"require-dev": {
"omnipay/tests": "^3.0",
"hiqdev/hidev": "dev-master",
"hiqdev/hidev-php": "dev-master",
"hiqdev/hidev-hiqdev": "dev-master"
},
"autoload": {
"psr-4": {
"Omnipay\\YandexKassa\\": "src",
"Omnipay\\YandexKassa\\Tests\\": "tests/unit"
}
},
"repositories": [
{
"type": "composer",
"url": "https://asset-packagist.org"
}
]
}