-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcomposer.lock
93 lines (93 loc) · 3.14 KB
/
composer.lock
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "eead9c2020fbe584193767f0e04ce138",
"packages": [
{
"name": "fruitware/victoria-bank-gateway",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/Fruitware/VictoriaBankGateway.git",
"reference": "a0f061e39d69a501841fc68e90004c5d71c1985a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Fruitware/VictoriaBankGateway/zipball/a0f061e39d69a501841fc68e90004c5d71c1985a",
"reference": "a0f061e39d69a501841fc68e90004c5d71c1985a",
"shasum": ""
},
"require": {
"ext-openssl": "*",
"php": ">=5.5"
},
"require-dev": {
"phpunit/phpunit": "^5.0",
"squizlabs/php_codesniffer": "^2.5"
},
"suggest": {
"monolog/monolog": "^1.0"
},
"default-branch": true,
"type": "library",
"autoload": {
"psr-4": {
"Fruitware\\VictoriaBankGateway\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Coroliov Oleg",
"email": "ruscon@gmail.com",
"homepage": "https://github.com/ruscon",
"role": "Developer"
},
{
"name": "Serge Beresnev",
"email": "serge@fruitware.ru",
"homepage": "https://github.com/keriat",
"role": "Developer"
}
],
"description": "Victoria bank e-Commerce Gateway merchant interface",
"homepage": "https://github.com/Fruitware/VictoriaBankGateway",
"keywords": [
"Bank",
"gateway",
"payment",
"victoria"
],
"support": {
"issues": "https://github.com/Fruitware/VictoriaBankGateway/issues",
"source": "https://github.com/Fruitware/VictoriaBankGateway/tree/master"
},
"funding": [
{
"url": "https://www.paypal.me/fruitware",
"type": "custom"
}
],
"time": "2021-06-03T00:50:34+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {
"fruitware/victoria-bank-gateway": 20
},
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"php": ">=7.0"
},
"platform-dev": [],
"plugin-api-version": "2.6.0"
}