This repository has been archived by the owner on May 27, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 38
/
composer.lock
225 lines (225 loc) · 6.66 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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
{
"_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": "80b43524aca004297182e8e3f1b6ccef",
"packages": [
{
"name": "fkooman/oauth2-server",
"version": "7.8.0",
"source": {
"type": "git",
"url": "https://git.sr.ht/~fkooman/php-oauth2-server",
"reference": "15f9ae309bef9d2b82c169445c855b6b53e32d11"
},
"require": {
"ext-date": "*",
"ext-hash": "*",
"ext-json": "*",
"ext-pcre": "*",
"ext-pdo": "*",
"ext-sodium": "*",
"ext-spl": "*",
"php": ">=7.4"
},
"require-dev": {
"ext-pdo_sqlite": "*",
"fkooman/put": "^0"
},
"type": "library",
"autoload": {
"psr-4": {
"fkooman\\OAuth\\Server\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"fkooman\\OAuth\\Server\\Tests\\": "tests/"
}
},
"license": [
"MIT"
],
"authors": [
{
"email": "[email protected]",
"name": "François Kooman"
}
],
"description": "Simple and secure OAuth 2.0 server",
"support": {
"email": "[email protected]",
"source": "https://git.sr.ht/~fkooman/php-oauth2-server"
},
"time": "2023-08-24T08:17:45+00:00"
},
{
"name": "fkooman/secookie",
"version": "6.2.0",
"source": {
"type": "git",
"url": "https://git.sr.ht/~fkooman/php-secookie",
"reference": "d1d5672f1a9aaad8e2d018ce892da6f6351ade54"
},
"require": {
"ext-date": "*",
"ext-intl": "*",
"ext-json": "*",
"ext-pcre": "*",
"ext-sodium": "*",
"php": ">=7.4"
},
"require-dev": {
"ext-pdo_sqlite": "*",
"fkooman/put": "^0"
},
"type": "library",
"autoload": {
"psr-4": {
"fkooman\\SeCookie\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"fkooman\\SeCookie\\Tests\\": "tests/"
}
},
"license": [
"MIT"
],
"authors": [
{
"email": "[email protected]",
"name": "François Kooman"
}
],
"description": "Modern HTTP cookie and session library",
"support": {
"email": "[email protected]",
"source": "https://git.sr.ht/~fkooman/php-secookie"
},
"time": "2023-02-08T07:52:12+00:00"
}
],
"packages-dev": [
{
"name": "fkooman/put",
"version": "0.3.4",
"source": {
"type": "git",
"url": "https://git.sr.ht/~fkooman/put",
"reference": "6223f7dbe81967657eebed7e27ae969ed515ec21"
},
"require": {
"php": ">=5.4"
},
"suggest": {
"ext-pcov": "Code Coverage"
},
"bin": [
"bin/put"
],
"type": "project",
"autoload": {
"classmap": [
"src/TestCase.php"
],
"psr-4": {
"fkooman\\Put\\": "src/"
}
},
"license": [
"MIT"
],
"authors": [
{
"email": "[email protected]",
"name": "François Kooman"
}
],
"description": "PHP Unit Testing for Minimalists",
"time": "2023-04-11T15:03:00+00:00"
},
{
"name": "fkooman/saml-sp",
"version": "2.1.3",
"source": {
"type": "git",
"url": "https://git.sr.ht/~fkooman/php-saml-sp",
"reference": "fe06745fbc7840defbbe2330a32f07d9348090cd"
},
"require": {
"ext-curl": "*",
"ext-date": "*",
"ext-dom": "*",
"ext-filter": "*",
"ext-hash": "*",
"ext-libxml": "*",
"ext-openssl": "*",
"ext-pcre": "*",
"ext-sodium": "*",
"ext-spl": "*",
"ext-zlib": "*",
"fkooman/secookie": "^6.2",
"php": ">=7.4"
},
"require-dev": {
"fkooman/put": "^0"
},
"type": "project",
"autoload": {
"psr-4": {
"fkooman\\SAML\\SP\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"fkooman\\SAML\\SP\\Tests\\": "tests/"
}
},
"license": [
"MIT"
],
"authors": [
{
"email": "[email protected]",
"name": "François Kooman"
}
],
"description": "Secure SAML Service Provider",
"support": {
"email": "[email protected]",
"source": "https://git.sr.ht/~fkooman/php-saml-sp"
},
"time": "2023-06-08T15:13:24+00:00"
}
],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"ext-curl": "*",
"ext-date": "*",
"ext-filter": "*",
"ext-gmp": "*",
"ext-hash": "*",
"ext-json": "*",
"ext-mbstring": "*",
"ext-openssl": "*",
"ext-pcre": "*",
"ext-pdo": "*",
"ext-pdo_sqlite": "*",
"ext-sodium": "*",
"ext-spl": "*",
"php": ">=7.4"
},
"platform-dev": [],
"platform-overrides": {
"php": "7.4.0"
},
"plugin-api-version": "2.3.0"
}