-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathcomposer.lock
More file actions
115 lines (115 loc) · 4.14 KB
/
Copy pathcomposer.lock
File metadata and controls
115 lines (115 loc) · 4.14 KB
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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
"_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": "6b1234b4d7c68d45f138ea88ae8b4b81",
"packages": [
{
"name": "sveaekonomi/checkout",
"version": "1.3.1",
"source": {
"type": "git",
"url": "https://github.com/sveawebpay/php-checkout.git",
"reference": "73c58e6603aa272e32d3f5fa7a04e831b9cc27f4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sveawebpay/php-checkout/zipball/73c58e6603aa272e32d3f5fa7a04e831b9cc27f4",
"reference": "73c58e6603aa272e32d3f5fa7a04e831b9cc27f4",
"shasum": ""
},
"require": {
"ext-curl": "*",
"php": ">=5.3.0"
},
"require-dev": {
"phploc/phploc": "^2.0.1",
"phpmd/phpmd": "^2.4",
"phpunit/phpunit": "~4.8 || ~5.5",
"satooshi/php-coveralls": "~1.0",
"sebastian/phpcpd": "^2.0.4",
"squizlabs/php_codesniffer": "2.*",
"symfony/dependency-injection": "^2.7.51 || ^2.8.50 || ^3.4.26 || ^4.1.12 || ^4.2.7"
},
"type": "library",
"autoload": {
"psr-4": {
"Svea\\Checkout\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "Svea Ekonomi AB",
"email": "support-webpay@sveaekonomi.se"
}
],
"description": "Php integration library for Svea Checkout",
"support": {
"issues": "https://github.com/sveawebpay/php-checkout/issues",
"source": "https://github.com/sveawebpay/php-checkout/tree/1.3.1"
},
"time": "2022-01-10T06:45:56+00:00"
},
{
"name": "sveaekonomi/webpay",
"version": "3.13.1",
"source": {
"type": "git",
"url": "https://github.com/sveawebpay/php-integration.git",
"reference": "68b0a2c0de3e44fc2c6141022a33691af1bff713"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sveawebpay/php-integration/zipball/68b0a2c0de3e44fc2c6141022a33691af1bff713",
"reference": "68b0a2c0de3e44fc2c6141022a33691af1bff713",
"shasum": ""
},
"require": {
"ext-curl": "*",
"ext-soap": "*",
"php": ">=5.3.0",
"sveaekonomi/checkout": "^1.0.0"
},
"require-dev": {
"phpunit/phpunit": "^5 || ^6 || ^7"
},
"type": "library",
"autoload": {
"psr-4": {
"Svea\\WebPay\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "Svea Ekonomi AB",
"email": "support-webpay@sveaekonomi.se"
}
],
"description": "Php integration library for Svea Ekonomis payment methods",
"support": {
"issues": "https://github.com/sveawebpay/php-integration/issues",
"source": "https://github.com/sveawebpay/php-integration/tree/3.13.1"
},
"time": "2020-09-14T17:35:47+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "dev",
"stability-flags": [],
"prefer-stable": true,
"prefer-lowest": false,
"platform": [],
"platform-dev": [],
"plugin-api-version": "2.3.0"
}