-
Notifications
You must be signed in to change notification settings - Fork 12
/
composer.lock
111 lines (111 loc) · 3.74 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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
{
"_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": "560794fe716e0b0c3eec27ee5af87737",
"packages": [
{
"name": "adyen/integration-core",
"version": "1.2.0",
"source": {
"type": "git",
"url": "[email protected]:Adyen/adyen-php-plugin-core.git",
"reference": "327bbad11c4e86946dc812cae79290ebef379b7b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Adyen/adyen-php-plugin-core/zipball/327bbad11c4e86946dc812cae79290ebef379b7b",
"reference": "327bbad11c4e86946dc812cae79290ebef379b7b",
"shasum": ""
},
"require": {
"adyen/php-webhook-module": "0.3.0",
"ext-ctype": "*",
"ext-json": "*",
"php": ">=7.2"
},
"require-dev": {
"phpunit/phpunit": "^8.5",
"symfony/console": "^4.4"
},
"type": "library",
"autoload": {
"psr-4": {
"Adyen\\Core\\Infrastructure\\": "src/Infrastructure",
"Adyen\\Core\\BusinessLogic\\": "src/BusinessLogic"
}
},
"autoload-dev": {
"psr-4": {
"Adyen\\Core\\Tests\\Infrastructure\\": "tests/Infrastructure",
"Adyen\\Core\\Tests\\BusinessLogic\\": "tests/BusinessLogic",
"Adyen\\Core\\Console\\": "console"
}
},
"license": [
"proprietary"
],
"description": "Core Adyen integration library",
"time": "2024-09-25T09:24:20+00:00"
},
{
"name": "adyen/php-webhook-module",
"version": "0.3.0",
"source": {
"type": "git",
"url": "[email protected]:logeecom/adyen-php-webhook-module.git",
"reference": "255e76f87aaa324e51431ca25aa50b63b1c99dda"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/logeecom/adyen-php-webhook-module/zipball/255e76f87aaa324e51431ca25aa50b63b1c99dda",
"reference": "255e76f87aaa324e51431ca25aa50b63b1c99dda",
"shasum": ""
},
"require": {
"php": ">=7.2"
},
"require-dev": {
"phpunit/phpunit": "^9.5.0",
"squizlabs/php_codesniffer": "^3.5"
},
"type": "library",
"autoload": {
"psr-4": {
"Adyen\\Webhook\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Adyen\\Webhook\\Test\\": "tests/"
}
},
"license": [
"MIT"
],
"authors": [
{
"name": "Adyen"
}
],
"description": "Webhook module for Adyen Payment Integrations",
"time": "2023-12-27T15:17:34+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "dev",
"stability-flags": [],
"prefer-stable": true,
"prefer-lowest": false,
"platform": {
"php": "^7.2|^7.4|^8.0",
"ext-json": "*",
"ext-zip": "*",
"ext-simplexml": "*"
},
"platform-dev": [],
"plugin-api-version": "2.2.0"
}