|
0
|
1 {
|
|
|
2 "_readme": [
|
|
|
3 "This file locks the dependencies of your project to a known state",
|
|
|
4 "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
|
|
5 "This file is @generated automatically"
|
|
|
6 ],
|
|
|
7 "content-hash": "24ba6b2da1b0bda3d53b85cb9a4158a3",
|
|
|
8 "packages": [
|
|
|
9 {
|
|
|
10 "name": "brick/math",
|
|
|
11 "version": "0.13.1",
|
|
|
12 "source": {
|
|
|
13 "type": "git",
|
|
|
14 "url": "https://github.com/brick/math.git",
|
|
|
15 "reference": "fc7ed316430118cc7836bf45faff18d5dfc8de04"
|
|
|
16 },
|
|
|
17 "dist": {
|
|
|
18 "type": "zip",
|
|
|
19 "url": "https://api.github.com/repos/brick/math/zipball/fc7ed316430118cc7836bf45faff18d5dfc8de04",
|
|
|
20 "reference": "fc7ed316430118cc7836bf45faff18d5dfc8de04",
|
|
|
21 "shasum": ""
|
|
|
22 },
|
|
|
23 "require": {
|
|
|
24 "php": "^8.1"
|
|
|
25 },
|
|
|
26 "require-dev": {
|
|
|
27 "php-coveralls/php-coveralls": "^2.2",
|
|
|
28 "phpunit/phpunit": "^10.1",
|
|
|
29 "vimeo/psalm": "6.8.8"
|
|
|
30 },
|
|
|
31 "type": "library",
|
|
|
32 "autoload": {
|
|
|
33 "psr-4": {
|
|
|
34 "Brick\\Math\\": "src/"
|
|
|
35 }
|
|
|
36 },
|
|
|
37 "notification-url": "https://packagist.org/downloads/",
|
|
|
38 "license": [
|
|
|
39 "MIT"
|
|
|
40 ],
|
|
|
41 "description": "Arbitrary-precision arithmetic library",
|
|
|
42 "keywords": [
|
|
|
43 "Arbitrary-precision",
|
|
|
44 "BigInteger",
|
|
|
45 "BigRational",
|
|
|
46 "arithmetic",
|
|
|
47 "bigdecimal",
|
|
|
48 "bignum",
|
|
|
49 "bignumber",
|
|
|
50 "brick",
|
|
|
51 "decimal",
|
|
|
52 "integer",
|
|
|
53 "math",
|
|
|
54 "mathematics",
|
|
|
55 "rational"
|
|
|
56 ],
|
|
|
57 "support": {
|
|
|
58 "issues": "https://github.com/brick/math/issues",
|
|
|
59 "source": "https://github.com/brick/math/tree/0.13.1"
|
|
|
60 },
|
|
|
61 "funding": [
|
|
|
62 {
|
|
|
63 "url": "https://github.com/BenMorel",
|
|
|
64 "type": "github"
|
|
|
65 }
|
|
|
66 ],
|
|
|
67 "time": "2025-03-29T13:50:30+00:00"
|
|
|
68 },
|
|
|
69 {
|
|
|
70 "name": "carbonphp/carbon-doctrine-types",
|
|
|
71 "version": "3.2.0",
|
|
|
72 "source": {
|
|
|
73 "type": "git",
|
|
|
74 "url": "https://github.com/CarbonPHP/carbon-doctrine-types.git",
|
|
|
75 "reference": "18ba5ddfec8976260ead6e866180bd5d2f71aa1d"
|
|
|
76 },
|
|
|
77 "dist": {
|
|
|
78 "type": "zip",
|
|
|
79 "url": "https://api.github.com/repos/CarbonPHP/carbon-doctrine-types/zipball/18ba5ddfec8976260ead6e866180bd5d2f71aa1d",
|
|
|
80 "reference": "18ba5ddfec8976260ead6e866180bd5d2f71aa1d",
|
|
|
81 "shasum": ""
|
|
|
82 },
|
|
|
83 "require": {
|
|
|
84 "php": "^8.1"
|
|
|
85 },
|
|
|
86 "conflict": {
|
|
|
87 "doctrine/dbal": "<4.0.0 || >=5.0.0"
|
|
|
88 },
|
|
|
89 "require-dev": {
|
|
|
90 "doctrine/dbal": "^4.0.0",
|
|
|
91 "nesbot/carbon": "^2.71.0 || ^3.0.0",
|
|
|
92 "phpunit/phpunit": "^10.3"
|
|
|
93 },
|
|
|
94 "type": "library",
|
|
|
95 "autoload": {
|
|
|
96 "psr-4": {
|
|
|
97 "Carbon\\Doctrine\\": "src/Carbon/Doctrine/"
|
|
|
98 }
|
|
|
99 },
|
|
|
100 "notification-url": "https://packagist.org/downloads/",
|
|
|
101 "license": [
|
|
|
102 "MIT"
|
|
|
103 ],
|
|
|
104 "authors": [
|
|
|
105 {
|
|
|
106 "name": "KyleKatarn",
|
|
|
107 "email": "kylekatarnls@gmail.com"
|
|
|
108 }
|
|
|
109 ],
|
|
|
110 "description": "Types to use Carbon in Doctrine",
|
|
|
111 "keywords": [
|
|
|
112 "carbon",
|
|
|
113 "date",
|
|
|
114 "datetime",
|
|
|
115 "doctrine",
|
|
|
116 "time"
|
|
|
117 ],
|
|
|
118 "support": {
|
|
|
119 "issues": "https://github.com/CarbonPHP/carbon-doctrine-types/issues",
|
|
|
120 "source": "https://github.com/CarbonPHP/carbon-doctrine-types/tree/3.2.0"
|
|
|
121 },
|
|
|
122 "funding": [
|
|
|
123 {
|
|
|
124 "url": "https://github.com/kylekatarnls",
|
|
|
125 "type": "github"
|
|
|
126 },
|
|
|
127 {
|
|
|
128 "url": "https://opencollective.com/Carbon",
|
|
|
129 "type": "open_collective"
|
|
|
130 },
|
|
|
131 {
|
|
|
132 "url": "https://tidelift.com/funding/github/packagist/nesbot/carbon",
|
|
|
133 "type": "tidelift"
|
|
|
134 }
|
|
|
135 ],
|
|
|
136 "time": "2024-02-09T16:56:22+00:00"
|
|
|
137 },
|
|
|
138 {
|
|
|
139 "name": "dflydev/dot-access-data",
|
|
|
140 "version": "v3.0.3",
|
|
|
141 "source": {
|
|
|
142 "type": "git",
|
|
|
143 "url": "https://github.com/dflydev/dflydev-dot-access-data.git",
|
|
|
144 "reference": "a23a2bf4f31d3518f3ecb38660c95715dfead60f"
|
|
|
145 },
|
|
|
146 "dist": {
|
|
|
147 "type": "zip",
|
|
|
148 "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/a23a2bf4f31d3518f3ecb38660c95715dfead60f",
|
|
|
149 "reference": "a23a2bf4f31d3518f3ecb38660c95715dfead60f",
|
|
|
150 "shasum": ""
|
|
|
151 },
|
|
|
152 "require": {
|
|
|
153 "php": "^7.1 || ^8.0"
|
|
|
154 },
|
|
|
155 "require-dev": {
|
|
|
156 "phpstan/phpstan": "^0.12.42",
|
|
|
157 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.3",
|
|
|
158 "scrutinizer/ocular": "1.6.0",
|
|
|
159 "squizlabs/php_codesniffer": "^3.5",
|
|
|
160 "vimeo/psalm": "^4.0.0"
|
|
|
161 },
|
|
|
162 "type": "library",
|
|
|
163 "extra": {
|
|
|
164 "branch-alias": {
|
|
|
165 "dev-main": "3.x-dev"
|
|
|
166 }
|
|
|
167 },
|
|
|
168 "autoload": {
|
|
|
169 "psr-4": {
|
|
|
170 "Dflydev\\DotAccessData\\": "src/"
|
|
|
171 }
|
|
|
172 },
|
|
|
173 "notification-url": "https://packagist.org/downloads/",
|
|
|
174 "license": [
|
|
|
175 "MIT"
|
|
|
176 ],
|
|
|
177 "authors": [
|
|
|
178 {
|
|
|
179 "name": "Dragonfly Development Inc.",
|
|
|
180 "email": "info@dflydev.com",
|
|
|
181 "homepage": "http://dflydev.com"
|
|
|
182 },
|
|
|
183 {
|
|
|
184 "name": "Beau Simensen",
|
|
|
185 "email": "beau@dflydev.com",
|
|
|
186 "homepage": "http://beausimensen.com"
|
|
|
187 },
|
|
|
188 {
|
|
|
189 "name": "Carlos Frutos",
|
|
|
190 "email": "carlos@kiwing.it",
|
|
|
191 "homepage": "https://github.com/cfrutos"
|
|
|
192 },
|
|
|
193 {
|
|
|
194 "name": "Colin O'Dell",
|
|
|
195 "email": "colinodell@gmail.com",
|
|
|
196 "homepage": "https://www.colinodell.com"
|
|
|
197 }
|
|
|
198 ],
|
|
|
199 "description": "Given a deep data structure, access data by dot notation.",
|
|
|
200 "homepage": "https://github.com/dflydev/dflydev-dot-access-data",
|
|
|
201 "keywords": [
|
|
|
202 "access",
|
|
|
203 "data",
|
|
|
204 "dot",
|
|
|
205 "notation"
|
|
|
206 ],
|
|
|
207 "support": {
|
|
|
208 "issues": "https://github.com/dflydev/dflydev-dot-access-data/issues",
|
|
|
209 "source": "https://github.com/dflydev/dflydev-dot-access-data/tree/v3.0.3"
|
|
|
210 },
|
|
|
211 "time": "2024-07-08T12:26:09+00:00"
|
|
|
212 },
|
|
|
213 {
|
|
|
214 "name": "doctrine/dbal",
|
|
|
215 "version": "4.3.2",
|
|
|
216 "source": {
|
|
|
217 "type": "git",
|
|
|
218 "url": "https://github.com/doctrine/dbal.git",
|
|
|
219 "reference": "7669f131d43b880de168b2d2df9687d152d6c762"
|
|
|
220 },
|
|
|
221 "dist": {
|
|
|
222 "type": "zip",
|
|
|
223 "url": "https://api.github.com/repos/doctrine/dbal/zipball/7669f131d43b880de168b2d2df9687d152d6c762",
|
|
|
224 "reference": "7669f131d43b880de168b2d2df9687d152d6c762",
|
|
|
225 "shasum": ""
|
|
|
226 },
|
|
|
227 "require": {
|
|
|
228 "doctrine/deprecations": "^1.1.5",
|
|
|
229 "php": "^8.2",
|
|
|
230 "psr/cache": "^1|^2|^3",
|
|
|
231 "psr/log": "^1|^2|^3"
|
|
|
232 },
|
|
|
233 "require-dev": {
|
|
|
234 "doctrine/coding-standard": "13.0.0",
|
|
|
235 "fig/log-test": "^1",
|
|
|
236 "jetbrains/phpstorm-stubs": "2023.2",
|
|
|
237 "phpstan/phpstan": "2.1.17",
|
|
|
238 "phpstan/phpstan-phpunit": "2.0.6",
|
|
|
239 "phpstan/phpstan-strict-rules": "^2",
|
|
|
240 "phpunit/phpunit": "11.5.23",
|
|
|
241 "slevomat/coding-standard": "8.16.2",
|
|
|
242 "squizlabs/php_codesniffer": "3.13.1",
|
|
|
243 "symfony/cache": "^6.3.8|^7.0",
|
|
|
244 "symfony/console": "^5.4|^6.3|^7.0"
|
|
|
245 },
|
|
|
246 "suggest": {
|
|
|
247 "symfony/console": "For helpful console commands such as SQL execution and import of files."
|
|
|
248 },
|
|
|
249 "type": "library",
|
|
|
250 "autoload": {
|
|
|
251 "psr-4": {
|
|
|
252 "Doctrine\\DBAL\\": "src"
|
|
|
253 }
|
|
|
254 },
|
|
|
255 "notification-url": "https://packagist.org/downloads/",
|
|
|
256 "license": [
|
|
|
257 "MIT"
|
|
|
258 ],
|
|
|
259 "authors": [
|
|
|
260 {
|
|
|
261 "name": "Guilherme Blanco",
|
|
|
262 "email": "guilhermeblanco@gmail.com"
|
|
|
263 },
|
|
|
264 {
|
|
|
265 "name": "Roman Borschel",
|
|
|
266 "email": "roman@code-factory.org"
|
|
|
267 },
|
|
|
268 {
|
|
|
269 "name": "Benjamin Eberlei",
|
|
|
270 "email": "kontakt@beberlei.de"
|
|
|
271 },
|
|
|
272 {
|
|
|
273 "name": "Jonathan Wage",
|
|
|
274 "email": "jonwage@gmail.com"
|
|
|
275 }
|
|
|
276 ],
|
|
|
277 "description": "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.",
|
|
|
278 "homepage": "https://www.doctrine-project.org/projects/dbal.html",
|
|
|
279 "keywords": [
|
|
|
280 "abstraction",
|
|
|
281 "database",
|
|
|
282 "db2",
|
|
|
283 "dbal",
|
|
|
284 "mariadb",
|
|
|
285 "mssql",
|
|
|
286 "mysql",
|
|
|
287 "oci8",
|
|
|
288 "oracle",
|
|
|
289 "pdo",
|
|
|
290 "pgsql",
|
|
|
291 "postgresql",
|
|
|
292 "queryobject",
|
|
|
293 "sasql",
|
|
|
294 "sql",
|
|
|
295 "sqlite",
|
|
|
296 "sqlserver",
|
|
|
297 "sqlsrv"
|
|
|
298 ],
|
|
|
299 "support": {
|
|
|
300 "issues": "https://github.com/doctrine/dbal/issues",
|
|
|
301 "source": "https://github.com/doctrine/dbal/tree/4.3.2"
|
|
|
302 },
|
|
|
303 "funding": [
|
|
|
304 {
|
|
|
305 "url": "https://www.doctrine-project.org/sponsorship.html",
|
|
|
306 "type": "custom"
|
|
|
307 },
|
|
|
308 {
|
|
|
309 "url": "https://www.patreon.com/phpdoctrine",
|
|
|
310 "type": "patreon"
|
|
|
311 },
|
|
|
312 {
|
|
|
313 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdbal",
|
|
|
314 "type": "tidelift"
|
|
|
315 }
|
|
|
316 ],
|
|
|
317 "time": "2025-08-05T13:30:38+00:00"
|
|
|
318 },
|
|
|
319 {
|
|
|
320 "name": "doctrine/deprecations",
|
|
|
321 "version": "1.1.5",
|
|
|
322 "source": {
|
|
|
323 "type": "git",
|
|
|
324 "url": "https://github.com/doctrine/deprecations.git",
|
|
|
325 "reference": "459c2f5dd3d6a4633d3b5f46ee2b1c40f57d3f38"
|
|
|
326 },
|
|
|
327 "dist": {
|
|
|
328 "type": "zip",
|
|
|
329 "url": "https://api.github.com/repos/doctrine/deprecations/zipball/459c2f5dd3d6a4633d3b5f46ee2b1c40f57d3f38",
|
|
|
330 "reference": "459c2f5dd3d6a4633d3b5f46ee2b1c40f57d3f38",
|
|
|
331 "shasum": ""
|
|
|
332 },
|
|
|
333 "require": {
|
|
|
334 "php": "^7.1 || ^8.0"
|
|
|
335 },
|
|
|
336 "conflict": {
|
|
|
337 "phpunit/phpunit": "<=7.5 || >=13"
|
|
|
338 },
|
|
|
339 "require-dev": {
|
|
|
340 "doctrine/coding-standard": "^9 || ^12 || ^13",
|
|
|
341 "phpstan/phpstan": "1.4.10 || 2.1.11",
|
|
|
342 "phpstan/phpstan-phpunit": "^1.0 || ^2",
|
|
|
343 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.6 || ^10.5 || ^11.5 || ^12",
|
|
|
344 "psr/log": "^1 || ^2 || ^3"
|
|
|
345 },
|
|
|
346 "suggest": {
|
|
|
347 "psr/log": "Allows logging deprecations via PSR-3 logger implementation"
|
|
|
348 },
|
|
|
349 "type": "library",
|
|
|
350 "autoload": {
|
|
|
351 "psr-4": {
|
|
|
352 "Doctrine\\Deprecations\\": "src"
|
|
|
353 }
|
|
|
354 },
|
|
|
355 "notification-url": "https://packagist.org/downloads/",
|
|
|
356 "license": [
|
|
|
357 "MIT"
|
|
|
358 ],
|
|
|
359 "description": "A small layer on top of trigger_error(E_USER_DEPRECATED) or PSR-3 logging with options to disable all deprecations or selectively for packages.",
|
|
|
360 "homepage": "https://www.doctrine-project.org/",
|
|
|
361 "support": {
|
|
|
362 "issues": "https://github.com/doctrine/deprecations/issues",
|
|
|
363 "source": "https://github.com/doctrine/deprecations/tree/1.1.5"
|
|
|
364 },
|
|
|
365 "time": "2025-04-07T20:06:18+00:00"
|
|
|
366 },
|
|
|
367 {
|
|
|
368 "name": "doctrine/inflector",
|
|
|
369 "version": "2.1.0",
|
|
|
370 "source": {
|
|
|
371 "type": "git",
|
|
|
372 "url": "https://github.com/doctrine/inflector.git",
|
|
|
373 "reference": "6d6c96277ea252fc1304627204c3d5e6e15faa3b"
|
|
|
374 },
|
|
|
375 "dist": {
|
|
|
376 "type": "zip",
|
|
|
377 "url": "https://api.github.com/repos/doctrine/inflector/zipball/6d6c96277ea252fc1304627204c3d5e6e15faa3b",
|
|
|
378 "reference": "6d6c96277ea252fc1304627204c3d5e6e15faa3b",
|
|
|
379 "shasum": ""
|
|
|
380 },
|
|
|
381 "require": {
|
|
|
382 "php": "^7.2 || ^8.0"
|
|
|
383 },
|
|
|
384 "require-dev": {
|
|
|
385 "doctrine/coding-standard": "^12.0 || ^13.0",
|
|
|
386 "phpstan/phpstan": "^1.12 || ^2.0",
|
|
|
387 "phpstan/phpstan-phpunit": "^1.4 || ^2.0",
|
|
|
388 "phpstan/phpstan-strict-rules": "^1.6 || ^2.0",
|
|
|
389 "phpunit/phpunit": "^8.5 || ^12.2"
|
|
|
390 },
|
|
|
391 "type": "library",
|
|
|
392 "autoload": {
|
|
|
393 "psr-4": {
|
|
|
394 "Doctrine\\Inflector\\": "src"
|
|
|
395 }
|
|
|
396 },
|
|
|
397 "notification-url": "https://packagist.org/downloads/",
|
|
|
398 "license": [
|
|
|
399 "MIT"
|
|
|
400 ],
|
|
|
401 "authors": [
|
|
|
402 {
|
|
|
403 "name": "Guilherme Blanco",
|
|
|
404 "email": "guilhermeblanco@gmail.com"
|
|
|
405 },
|
|
|
406 {
|
|
|
407 "name": "Roman Borschel",
|
|
|
408 "email": "roman@code-factory.org"
|
|
|
409 },
|
|
|
410 {
|
|
|
411 "name": "Benjamin Eberlei",
|
|
|
412 "email": "kontakt@beberlei.de"
|
|
|
413 },
|
|
|
414 {
|
|
|
415 "name": "Jonathan Wage",
|
|
|
416 "email": "jonwage@gmail.com"
|
|
|
417 },
|
|
|
418 {
|
|
|
419 "name": "Johannes Schmitt",
|
|
|
420 "email": "schmittjoh@gmail.com"
|
|
|
421 }
|
|
|
422 ],
|
|
|
423 "description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.",
|
|
|
424 "homepage": "https://www.doctrine-project.org/projects/inflector.html",
|
|
|
425 "keywords": [
|
|
|
426 "inflection",
|
|
|
427 "inflector",
|
|
|
428 "lowercase",
|
|
|
429 "manipulation",
|
|
|
430 "php",
|
|
|
431 "plural",
|
|
|
432 "singular",
|
|
|
433 "strings",
|
|
|
434 "uppercase",
|
|
|
435 "words"
|
|
|
436 ],
|
|
|
437 "support": {
|
|
|
438 "issues": "https://github.com/doctrine/inflector/issues",
|
|
|
439 "source": "https://github.com/doctrine/inflector/tree/2.1.0"
|
|
|
440 },
|
|
|
441 "funding": [
|
|
|
442 {
|
|
|
443 "url": "https://www.doctrine-project.org/sponsorship.html",
|
|
|
444 "type": "custom"
|
|
|
445 },
|
|
|
446 {
|
|
|
447 "url": "https://www.patreon.com/phpdoctrine",
|
|
|
448 "type": "patreon"
|
|
|
449 },
|
|
|
450 {
|
|
|
451 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finflector",
|
|
|
452 "type": "tidelift"
|
|
|
453 }
|
|
|
454 ],
|
|
|
455 "time": "2025-08-10T19:31:58+00:00"
|
|
|
456 },
|
|
|
457 {
|
|
|
458 "name": "doctrine/lexer",
|
|
|
459 "version": "3.0.1",
|
|
|
460 "source": {
|
|
|
461 "type": "git",
|
|
|
462 "url": "https://github.com/doctrine/lexer.git",
|
|
|
463 "reference": "31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd"
|
|
|
464 },
|
|
|
465 "dist": {
|
|
|
466 "type": "zip",
|
|
|
467 "url": "https://api.github.com/repos/doctrine/lexer/zipball/31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd",
|
|
|
468 "reference": "31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd",
|
|
|
469 "shasum": ""
|
|
|
470 },
|
|
|
471 "require": {
|
|
|
472 "php": "^8.1"
|
|
|
473 },
|
|
|
474 "require-dev": {
|
|
|
475 "doctrine/coding-standard": "^12",
|
|
|
476 "phpstan/phpstan": "^1.10",
|
|
|
477 "phpunit/phpunit": "^10.5",
|
|
|
478 "psalm/plugin-phpunit": "^0.18.3",
|
|
|
479 "vimeo/psalm": "^5.21"
|
|
|
480 },
|
|
|
481 "type": "library",
|
|
|
482 "autoload": {
|
|
|
483 "psr-4": {
|
|
|
484 "Doctrine\\Common\\Lexer\\": "src"
|
|
|
485 }
|
|
|
486 },
|
|
|
487 "notification-url": "https://packagist.org/downloads/",
|
|
|
488 "license": [
|
|
|
489 "MIT"
|
|
|
490 ],
|
|
|
491 "authors": [
|
|
|
492 {
|
|
|
493 "name": "Guilherme Blanco",
|
|
|
494 "email": "guilhermeblanco@gmail.com"
|
|
|
495 },
|
|
|
496 {
|
|
|
497 "name": "Roman Borschel",
|
|
|
498 "email": "roman@code-factory.org"
|
|
|
499 },
|
|
|
500 {
|
|
|
501 "name": "Johannes Schmitt",
|
|
|
502 "email": "schmittjoh@gmail.com"
|
|
|
503 }
|
|
|
504 ],
|
|
|
505 "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
|
|
|
506 "homepage": "https://www.doctrine-project.org/projects/lexer.html",
|
|
|
507 "keywords": [
|
|
|
508 "annotations",
|
|
|
509 "docblock",
|
|
|
510 "lexer",
|
|
|
511 "parser",
|
|
|
512 "php"
|
|
|
513 ],
|
|
|
514 "support": {
|
|
|
515 "issues": "https://github.com/doctrine/lexer/issues",
|
|
|
516 "source": "https://github.com/doctrine/lexer/tree/3.0.1"
|
|
|
517 },
|
|
|
518 "funding": [
|
|
|
519 {
|
|
|
520 "url": "https://www.doctrine-project.org/sponsorship.html",
|
|
|
521 "type": "custom"
|
|
|
522 },
|
|
|
523 {
|
|
|
524 "url": "https://www.patreon.com/phpdoctrine",
|
|
|
525 "type": "patreon"
|
|
|
526 },
|
|
|
527 {
|
|
|
528 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer",
|
|
|
529 "type": "tidelift"
|
|
|
530 }
|
|
|
531 ],
|
|
|
532 "time": "2024-02-05T11:56:58+00:00"
|
|
|
533 },
|
|
|
534 {
|
|
|
535 "name": "dragonmantank/cron-expression",
|
|
|
536 "version": "v3.4.0",
|
|
|
537 "source": {
|
|
|
538 "type": "git",
|
|
|
539 "url": "https://github.com/dragonmantank/cron-expression.git",
|
|
|
540 "reference": "8c784d071debd117328803d86b2097615b457500"
|
|
|
541 },
|
|
|
542 "dist": {
|
|
|
543 "type": "zip",
|
|
|
544 "url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/8c784d071debd117328803d86b2097615b457500",
|
|
|
545 "reference": "8c784d071debd117328803d86b2097615b457500",
|
|
|
546 "shasum": ""
|
|
|
547 },
|
|
|
548 "require": {
|
|
|
549 "php": "^7.2|^8.0",
|
|
|
550 "webmozart/assert": "^1.0"
|
|
|
551 },
|
|
|
552 "replace": {
|
|
|
553 "mtdowling/cron-expression": "^1.0"
|
|
|
554 },
|
|
|
555 "require-dev": {
|
|
|
556 "phpstan/extension-installer": "^1.0",
|
|
|
557 "phpstan/phpstan": "^1.0",
|
|
|
558 "phpunit/phpunit": "^7.0|^8.0|^9.0"
|
|
|
559 },
|
|
|
560 "type": "library",
|
|
|
561 "extra": {
|
|
|
562 "branch-alias": {
|
|
|
563 "dev-master": "3.x-dev"
|
|
|
564 }
|
|
|
565 },
|
|
|
566 "autoload": {
|
|
|
567 "psr-4": {
|
|
|
568 "Cron\\": "src/Cron/"
|
|
|
569 }
|
|
|
570 },
|
|
|
571 "notification-url": "https://packagist.org/downloads/",
|
|
|
572 "license": [
|
|
|
573 "MIT"
|
|
|
574 ],
|
|
|
575 "authors": [
|
|
|
576 {
|
|
|
577 "name": "Chris Tankersley",
|
|
|
578 "email": "chris@ctankersley.com",
|
|
|
579 "homepage": "https://github.com/dragonmantank"
|
|
|
580 }
|
|
|
581 ],
|
|
|
582 "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
|
|
|
583 "keywords": [
|
|
|
584 "cron",
|
|
|
585 "schedule"
|
|
|
586 ],
|
|
|
587 "support": {
|
|
|
588 "issues": "https://github.com/dragonmantank/cron-expression/issues",
|
|
|
589 "source": "https://github.com/dragonmantank/cron-expression/tree/v3.4.0"
|
|
|
590 },
|
|
|
591 "funding": [
|
|
|
592 {
|
|
|
593 "url": "https://github.com/dragonmantank",
|
|
|
594 "type": "github"
|
|
|
595 }
|
|
|
596 ],
|
|
|
597 "time": "2024-10-09T13:47:03+00:00"
|
|
|
598 },
|
|
|
599 {
|
|
|
600 "name": "egulias/email-validator",
|
|
|
601 "version": "4.0.4",
|
|
|
602 "source": {
|
|
|
603 "type": "git",
|
|
|
604 "url": "https://github.com/egulias/EmailValidator.git",
|
|
|
605 "reference": "d42c8731f0624ad6bdc8d3e5e9a4524f68801cfa"
|
|
|
606 },
|
|
|
607 "dist": {
|
|
|
608 "type": "zip",
|
|
|
609 "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/d42c8731f0624ad6bdc8d3e5e9a4524f68801cfa",
|
|
|
610 "reference": "d42c8731f0624ad6bdc8d3e5e9a4524f68801cfa",
|
|
|
611 "shasum": ""
|
|
|
612 },
|
|
|
613 "require": {
|
|
|
614 "doctrine/lexer": "^2.0 || ^3.0",
|
|
|
615 "php": ">=8.1",
|
|
|
616 "symfony/polyfill-intl-idn": "^1.26"
|
|
|
617 },
|
|
|
618 "require-dev": {
|
|
|
619 "phpunit/phpunit": "^10.2",
|
|
|
620 "vimeo/psalm": "^5.12"
|
|
|
621 },
|
|
|
622 "suggest": {
|
|
|
623 "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
|
|
|
624 },
|
|
|
625 "type": "library",
|
|
|
626 "extra": {
|
|
|
627 "branch-alias": {
|
|
|
628 "dev-master": "4.0.x-dev"
|
|
|
629 }
|
|
|
630 },
|
|
|
631 "autoload": {
|
|
|
632 "psr-4": {
|
|
|
633 "Egulias\\EmailValidator\\": "src"
|
|
|
634 }
|
|
|
635 },
|
|
|
636 "notification-url": "https://packagist.org/downloads/",
|
|
|
637 "license": [
|
|
|
638 "MIT"
|
|
|
639 ],
|
|
|
640 "authors": [
|
|
|
641 {
|
|
|
642 "name": "Eduardo Gulias Davis"
|
|
|
643 }
|
|
|
644 ],
|
|
|
645 "description": "A library for validating emails against several RFCs",
|
|
|
646 "homepage": "https://github.com/egulias/EmailValidator",
|
|
|
647 "keywords": [
|
|
|
648 "email",
|
|
|
649 "emailvalidation",
|
|
|
650 "emailvalidator",
|
|
|
651 "validation",
|
|
|
652 "validator"
|
|
|
653 ],
|
|
|
654 "support": {
|
|
|
655 "issues": "https://github.com/egulias/EmailValidator/issues",
|
|
|
656 "source": "https://github.com/egulias/EmailValidator/tree/4.0.4"
|
|
|
657 },
|
|
|
658 "funding": [
|
|
|
659 {
|
|
|
660 "url": "https://github.com/egulias",
|
|
|
661 "type": "github"
|
|
|
662 }
|
|
|
663 ],
|
|
|
664 "time": "2025-03-06T22:45:56+00:00"
|
|
|
665 },
|
|
|
666 {
|
|
|
667 "name": "fruitcake/php-cors",
|
|
|
668 "version": "v1.3.0",
|
|
|
669 "source": {
|
|
|
670 "type": "git",
|
|
|
671 "url": "https://github.com/fruitcake/php-cors.git",
|
|
|
672 "reference": "3d158f36e7875e2f040f37bc0573956240a5a38b"
|
|
|
673 },
|
|
|
674 "dist": {
|
|
|
675 "type": "zip",
|
|
|
676 "url": "https://api.github.com/repos/fruitcake/php-cors/zipball/3d158f36e7875e2f040f37bc0573956240a5a38b",
|
|
|
677 "reference": "3d158f36e7875e2f040f37bc0573956240a5a38b",
|
|
|
678 "shasum": ""
|
|
|
679 },
|
|
|
680 "require": {
|
|
|
681 "php": "^7.4|^8.0",
|
|
|
682 "symfony/http-foundation": "^4.4|^5.4|^6|^7"
|
|
|
683 },
|
|
|
684 "require-dev": {
|
|
|
685 "phpstan/phpstan": "^1.4",
|
|
|
686 "phpunit/phpunit": "^9",
|
|
|
687 "squizlabs/php_codesniffer": "^3.5"
|
|
|
688 },
|
|
|
689 "type": "library",
|
|
|
690 "extra": {
|
|
|
691 "branch-alias": {
|
|
|
692 "dev-master": "1.2-dev"
|
|
|
693 }
|
|
|
694 },
|
|
|
695 "autoload": {
|
|
|
696 "psr-4": {
|
|
|
697 "Fruitcake\\Cors\\": "src/"
|
|
|
698 }
|
|
|
699 },
|
|
|
700 "notification-url": "https://packagist.org/downloads/",
|
|
|
701 "license": [
|
|
|
702 "MIT"
|
|
|
703 ],
|
|
|
704 "authors": [
|
|
|
705 {
|
|
|
706 "name": "Fruitcake",
|
|
|
707 "homepage": "https://fruitcake.nl"
|
|
|
708 },
|
|
|
709 {
|
|
|
710 "name": "Barryvdh",
|
|
|
711 "email": "barryvdh@gmail.com"
|
|
|
712 }
|
|
|
713 ],
|
|
|
714 "description": "Cross-origin resource sharing library for the Symfony HttpFoundation",
|
|
|
715 "homepage": "https://github.com/fruitcake/php-cors",
|
|
|
716 "keywords": [
|
|
|
717 "cors",
|
|
|
718 "laravel",
|
|
|
719 "symfony"
|
|
|
720 ],
|
|
|
721 "support": {
|
|
|
722 "issues": "https://github.com/fruitcake/php-cors/issues",
|
|
|
723 "source": "https://github.com/fruitcake/php-cors/tree/v1.3.0"
|
|
|
724 },
|
|
|
725 "funding": [
|
|
|
726 {
|
|
|
727 "url": "https://fruitcake.nl",
|
|
|
728 "type": "custom"
|
|
|
729 },
|
|
|
730 {
|
|
|
731 "url": "https://github.com/barryvdh",
|
|
|
732 "type": "github"
|
|
|
733 }
|
|
|
734 ],
|
|
|
735 "time": "2023-10-12T05:21:21+00:00"
|
|
|
736 },
|
|
|
737 {
|
|
|
738 "name": "graham-campbell/result-type",
|
|
|
739 "version": "v1.1.3",
|
|
|
740 "source": {
|
|
|
741 "type": "git",
|
|
|
742 "url": "https://github.com/GrahamCampbell/Result-Type.git",
|
|
|
743 "reference": "3ba905c11371512af9d9bdd27d99b782216b6945"
|
|
|
744 },
|
|
|
745 "dist": {
|
|
|
746 "type": "zip",
|
|
|
747 "url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/3ba905c11371512af9d9bdd27d99b782216b6945",
|
|
|
748 "reference": "3ba905c11371512af9d9bdd27d99b782216b6945",
|
|
|
749 "shasum": ""
|
|
|
750 },
|
|
|
751 "require": {
|
|
|
752 "php": "^7.2.5 || ^8.0",
|
|
|
753 "phpoption/phpoption": "^1.9.3"
|
|
|
754 },
|
|
|
755 "require-dev": {
|
|
|
756 "phpunit/phpunit": "^8.5.39 || ^9.6.20 || ^10.5.28"
|
|
|
757 },
|
|
|
758 "type": "library",
|
|
|
759 "autoload": {
|
|
|
760 "psr-4": {
|
|
|
761 "GrahamCampbell\\ResultType\\": "src/"
|
|
|
762 }
|
|
|
763 },
|
|
|
764 "notification-url": "https://packagist.org/downloads/",
|
|
|
765 "license": [
|
|
|
766 "MIT"
|
|
|
767 ],
|
|
|
768 "authors": [
|
|
|
769 {
|
|
|
770 "name": "Graham Campbell",
|
|
|
771 "email": "hello@gjcampbell.co.uk",
|
|
|
772 "homepage": "https://github.com/GrahamCampbell"
|
|
|
773 }
|
|
|
774 ],
|
|
|
775 "description": "An Implementation Of The Result Type",
|
|
|
776 "keywords": [
|
|
|
777 "Graham Campbell",
|
|
|
778 "GrahamCampbell",
|
|
|
779 "Result Type",
|
|
|
780 "Result-Type",
|
|
|
781 "result"
|
|
|
782 ],
|
|
|
783 "support": {
|
|
|
784 "issues": "https://github.com/GrahamCampbell/Result-Type/issues",
|
|
|
785 "source": "https://github.com/GrahamCampbell/Result-Type/tree/v1.1.3"
|
|
|
786 },
|
|
|
787 "funding": [
|
|
|
788 {
|
|
|
789 "url": "https://github.com/GrahamCampbell",
|
|
|
790 "type": "github"
|
|
|
791 },
|
|
|
792 {
|
|
|
793 "url": "https://tidelift.com/funding/github/packagist/graham-campbell/result-type",
|
|
|
794 "type": "tidelift"
|
|
|
795 }
|
|
|
796 ],
|
|
|
797 "time": "2024-07-20T21:45:45+00:00"
|
|
|
798 },
|
|
|
799 {
|
|
|
800 "name": "guzzlehttp/guzzle",
|
|
|
801 "version": "7.10.0",
|
|
|
802 "source": {
|
|
|
803 "type": "git",
|
|
|
804 "url": "https://github.com/guzzle/guzzle.git",
|
|
|
805 "reference": "b51ac707cfa420b7bfd4e4d5e510ba8008e822b4"
|
|
|
806 },
|
|
|
807 "dist": {
|
|
|
808 "type": "zip",
|
|
|
809 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/b51ac707cfa420b7bfd4e4d5e510ba8008e822b4",
|
|
|
810 "reference": "b51ac707cfa420b7bfd4e4d5e510ba8008e822b4",
|
|
|
811 "shasum": ""
|
|
|
812 },
|
|
|
813 "require": {
|
|
|
814 "ext-json": "*",
|
|
|
815 "guzzlehttp/promises": "^2.3",
|
|
|
816 "guzzlehttp/psr7": "^2.8",
|
|
|
817 "php": "^7.2.5 || ^8.0",
|
|
|
818 "psr/http-client": "^1.0",
|
|
|
819 "symfony/deprecation-contracts": "^2.2 || ^3.0"
|
|
|
820 },
|
|
|
821 "provide": {
|
|
|
822 "psr/http-client-implementation": "1.0"
|
|
|
823 },
|
|
|
824 "require-dev": {
|
|
|
825 "bamarni/composer-bin-plugin": "^1.8.2",
|
|
|
826 "ext-curl": "*",
|
|
|
827 "guzzle/client-integration-tests": "3.0.2",
|
|
|
828 "php-http/message-factory": "^1.1",
|
|
|
829 "phpunit/phpunit": "^8.5.39 || ^9.6.20",
|
|
|
830 "psr/log": "^1.1 || ^2.0 || ^3.0"
|
|
|
831 },
|
|
|
832 "suggest": {
|
|
|
833 "ext-curl": "Required for CURL handler support",
|
|
|
834 "ext-intl": "Required for Internationalized Domain Name (IDN) support",
|
|
|
835 "psr/log": "Required for using the Log middleware"
|
|
|
836 },
|
|
|
837 "type": "library",
|
|
|
838 "extra": {
|
|
|
839 "bamarni-bin": {
|
|
|
840 "bin-links": true,
|
|
|
841 "forward-command": false
|
|
|
842 }
|
|
|
843 },
|
|
|
844 "autoload": {
|
|
|
845 "files": [
|
|
|
846 "src/functions_include.php"
|
|
|
847 ],
|
|
|
848 "psr-4": {
|
|
|
849 "GuzzleHttp\\": "src/"
|
|
|
850 }
|
|
|
851 },
|
|
|
852 "notification-url": "https://packagist.org/downloads/",
|
|
|
853 "license": [
|
|
|
854 "MIT"
|
|
|
855 ],
|
|
|
856 "authors": [
|
|
|
857 {
|
|
|
858 "name": "Graham Campbell",
|
|
|
859 "email": "hello@gjcampbell.co.uk",
|
|
|
860 "homepage": "https://github.com/GrahamCampbell"
|
|
|
861 },
|
|
|
862 {
|
|
|
863 "name": "Michael Dowling",
|
|
|
864 "email": "mtdowling@gmail.com",
|
|
|
865 "homepage": "https://github.com/mtdowling"
|
|
|
866 },
|
|
|
867 {
|
|
|
868 "name": "Jeremy Lindblom",
|
|
|
869 "email": "jeremeamia@gmail.com",
|
|
|
870 "homepage": "https://github.com/jeremeamia"
|
|
|
871 },
|
|
|
872 {
|
|
|
873 "name": "George Mponos",
|
|
|
874 "email": "gmponos@gmail.com",
|
|
|
875 "homepage": "https://github.com/gmponos"
|
|
|
876 },
|
|
|
877 {
|
|
|
878 "name": "Tobias Nyholm",
|
|
|
879 "email": "tobias.nyholm@gmail.com",
|
|
|
880 "homepage": "https://github.com/Nyholm"
|
|
|
881 },
|
|
|
882 {
|
|
|
883 "name": "Márk Sági-Kazár",
|
|
|
884 "email": "mark.sagikazar@gmail.com",
|
|
|
885 "homepage": "https://github.com/sagikazarmark"
|
|
|
886 },
|
|
|
887 {
|
|
|
888 "name": "Tobias Schultze",
|
|
|
889 "email": "webmaster@tubo-world.de",
|
|
|
890 "homepage": "https://github.com/Tobion"
|
|
|
891 }
|
|
|
892 ],
|
|
|
893 "description": "Guzzle is a PHP HTTP client library",
|
|
|
894 "keywords": [
|
|
|
895 "client",
|
|
|
896 "curl",
|
|
|
897 "framework",
|
|
|
898 "http",
|
|
|
899 "http client",
|
|
|
900 "psr-18",
|
|
|
901 "psr-7",
|
|
|
902 "rest",
|
|
|
903 "web service"
|
|
|
904 ],
|
|
|
905 "support": {
|
|
|
906 "issues": "https://github.com/guzzle/guzzle/issues",
|
|
|
907 "source": "https://github.com/guzzle/guzzle/tree/7.10.0"
|
|
|
908 },
|
|
|
909 "funding": [
|
|
|
910 {
|
|
|
911 "url": "https://github.com/GrahamCampbell",
|
|
|
912 "type": "github"
|
|
|
913 },
|
|
|
914 {
|
|
|
915 "url": "https://github.com/Nyholm",
|
|
|
916 "type": "github"
|
|
|
917 },
|
|
|
918 {
|
|
|
919 "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
|
|
|
920 "type": "tidelift"
|
|
|
921 }
|
|
|
922 ],
|
|
|
923 "time": "2025-08-23T22:36:01+00:00"
|
|
|
924 },
|
|
|
925 {
|
|
|
926 "name": "guzzlehttp/promises",
|
|
|
927 "version": "2.3.0",
|
|
|
928 "source": {
|
|
|
929 "type": "git",
|
|
|
930 "url": "https://github.com/guzzle/promises.git",
|
|
|
931 "reference": "481557b130ef3790cf82b713667b43030dc9c957"
|
|
|
932 },
|
|
|
933 "dist": {
|
|
|
934 "type": "zip",
|
|
|
935 "url": "https://api.github.com/repos/guzzle/promises/zipball/481557b130ef3790cf82b713667b43030dc9c957",
|
|
|
936 "reference": "481557b130ef3790cf82b713667b43030dc9c957",
|
|
|
937 "shasum": ""
|
|
|
938 },
|
|
|
939 "require": {
|
|
|
940 "php": "^7.2.5 || ^8.0"
|
|
|
941 },
|
|
|
942 "require-dev": {
|
|
|
943 "bamarni/composer-bin-plugin": "^1.8.2",
|
|
|
944 "phpunit/phpunit": "^8.5.44 || ^9.6.25"
|
|
|
945 },
|
|
|
946 "type": "library",
|
|
|
947 "extra": {
|
|
|
948 "bamarni-bin": {
|
|
|
949 "bin-links": true,
|
|
|
950 "forward-command": false
|
|
|
951 }
|
|
|
952 },
|
|
|
953 "autoload": {
|
|
|
954 "psr-4": {
|
|
|
955 "GuzzleHttp\\Promise\\": "src/"
|
|
|
956 }
|
|
|
957 },
|
|
|
958 "notification-url": "https://packagist.org/downloads/",
|
|
|
959 "license": [
|
|
|
960 "MIT"
|
|
|
961 ],
|
|
|
962 "authors": [
|
|
|
963 {
|
|
|
964 "name": "Graham Campbell",
|
|
|
965 "email": "hello@gjcampbell.co.uk",
|
|
|
966 "homepage": "https://github.com/GrahamCampbell"
|
|
|
967 },
|
|
|
968 {
|
|
|
969 "name": "Michael Dowling",
|
|
|
970 "email": "mtdowling@gmail.com",
|
|
|
971 "homepage": "https://github.com/mtdowling"
|
|
|
972 },
|
|
|
973 {
|
|
|
974 "name": "Tobias Nyholm",
|
|
|
975 "email": "tobias.nyholm@gmail.com",
|
|
|
976 "homepage": "https://github.com/Nyholm"
|
|
|
977 },
|
|
|
978 {
|
|
|
979 "name": "Tobias Schultze",
|
|
|
980 "email": "webmaster@tubo-world.de",
|
|
|
981 "homepage": "https://github.com/Tobion"
|
|
|
982 }
|
|
|
983 ],
|
|
|
984 "description": "Guzzle promises library",
|
|
|
985 "keywords": [
|
|
|
986 "promise"
|
|
|
987 ],
|
|
|
988 "support": {
|
|
|
989 "issues": "https://github.com/guzzle/promises/issues",
|
|
|
990 "source": "https://github.com/guzzle/promises/tree/2.3.0"
|
|
|
991 },
|
|
|
992 "funding": [
|
|
|
993 {
|
|
|
994 "url": "https://github.com/GrahamCampbell",
|
|
|
995 "type": "github"
|
|
|
996 },
|
|
|
997 {
|
|
|
998 "url": "https://github.com/Nyholm",
|
|
|
999 "type": "github"
|
|
|
1000 },
|
|
|
1001 {
|
|
|
1002 "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
|
|
|
1003 "type": "tidelift"
|
|
|
1004 }
|
|
|
1005 ],
|
|
|
1006 "time": "2025-08-22T14:34:08+00:00"
|
|
|
1007 },
|
|
|
1008 {
|
|
|
1009 "name": "guzzlehttp/psr7",
|
|
|
1010 "version": "2.8.0",
|
|
|
1011 "source": {
|
|
|
1012 "type": "git",
|
|
|
1013 "url": "https://github.com/guzzle/psr7.git",
|
|
|
1014 "reference": "21dc724a0583619cd1652f673303492272778051"
|
|
|
1015 },
|
|
|
1016 "dist": {
|
|
|
1017 "type": "zip",
|
|
|
1018 "url": "https://api.github.com/repos/guzzle/psr7/zipball/21dc724a0583619cd1652f673303492272778051",
|
|
|
1019 "reference": "21dc724a0583619cd1652f673303492272778051",
|
|
|
1020 "shasum": ""
|
|
|
1021 },
|
|
|
1022 "require": {
|
|
|
1023 "php": "^7.2.5 || ^8.0",
|
|
|
1024 "psr/http-factory": "^1.0",
|
|
|
1025 "psr/http-message": "^1.1 || ^2.0",
|
|
|
1026 "ralouphie/getallheaders": "^3.0"
|
|
|
1027 },
|
|
|
1028 "provide": {
|
|
|
1029 "psr/http-factory-implementation": "1.0",
|
|
|
1030 "psr/http-message-implementation": "1.0"
|
|
|
1031 },
|
|
|
1032 "require-dev": {
|
|
|
1033 "bamarni/composer-bin-plugin": "^1.8.2",
|
|
|
1034 "http-interop/http-factory-tests": "0.9.0",
|
|
|
1035 "phpunit/phpunit": "^8.5.44 || ^9.6.25"
|
|
|
1036 },
|
|
|
1037 "suggest": {
|
|
|
1038 "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
|
|
|
1039 },
|
|
|
1040 "type": "library",
|
|
|
1041 "extra": {
|
|
|
1042 "bamarni-bin": {
|
|
|
1043 "bin-links": true,
|
|
|
1044 "forward-command": false
|
|
|
1045 }
|
|
|
1046 },
|
|
|
1047 "autoload": {
|
|
|
1048 "psr-4": {
|
|
|
1049 "GuzzleHttp\\Psr7\\": "src/"
|
|
|
1050 }
|
|
|
1051 },
|
|
|
1052 "notification-url": "https://packagist.org/downloads/",
|
|
|
1053 "license": [
|
|
|
1054 "MIT"
|
|
|
1055 ],
|
|
|
1056 "authors": [
|
|
|
1057 {
|
|
|
1058 "name": "Graham Campbell",
|
|
|
1059 "email": "hello@gjcampbell.co.uk",
|
|
|
1060 "homepage": "https://github.com/GrahamCampbell"
|
|
|
1061 },
|
|
|
1062 {
|
|
|
1063 "name": "Michael Dowling",
|
|
|
1064 "email": "mtdowling@gmail.com",
|
|
|
1065 "homepage": "https://github.com/mtdowling"
|
|
|
1066 },
|
|
|
1067 {
|
|
|
1068 "name": "George Mponos",
|
|
|
1069 "email": "gmponos@gmail.com",
|
|
|
1070 "homepage": "https://github.com/gmponos"
|
|
|
1071 },
|
|
|
1072 {
|
|
|
1073 "name": "Tobias Nyholm",
|
|
|
1074 "email": "tobias.nyholm@gmail.com",
|
|
|
1075 "homepage": "https://github.com/Nyholm"
|
|
|
1076 },
|
|
|
1077 {
|
|
|
1078 "name": "Márk Sági-Kazár",
|
|
|
1079 "email": "mark.sagikazar@gmail.com",
|
|
|
1080 "homepage": "https://github.com/sagikazarmark"
|
|
|
1081 },
|
|
|
1082 {
|
|
|
1083 "name": "Tobias Schultze",
|
|
|
1084 "email": "webmaster@tubo-world.de",
|
|
|
1085 "homepage": "https://github.com/Tobion"
|
|
|
1086 },
|
|
|
1087 {
|
|
|
1088 "name": "Márk Sági-Kazár",
|
|
|
1089 "email": "mark.sagikazar@gmail.com",
|
|
|
1090 "homepage": "https://sagikazarmark.hu"
|
|
|
1091 }
|
|
|
1092 ],
|
|
|
1093 "description": "PSR-7 message implementation that also provides common utility methods",
|
|
|
1094 "keywords": [
|
|
|
1095 "http",
|
|
|
1096 "message",
|
|
|
1097 "psr-7",
|
|
|
1098 "request",
|
|
|
1099 "response",
|
|
|
1100 "stream",
|
|
|
1101 "uri",
|
|
|
1102 "url"
|
|
|
1103 ],
|
|
|
1104 "support": {
|
|
|
1105 "issues": "https://github.com/guzzle/psr7/issues",
|
|
|
1106 "source": "https://github.com/guzzle/psr7/tree/2.8.0"
|
|
|
1107 },
|
|
|
1108 "funding": [
|
|
|
1109 {
|
|
|
1110 "url": "https://github.com/GrahamCampbell",
|
|
|
1111 "type": "github"
|
|
|
1112 },
|
|
|
1113 {
|
|
|
1114 "url": "https://github.com/Nyholm",
|
|
|
1115 "type": "github"
|
|
|
1116 },
|
|
|
1117 {
|
|
|
1118 "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
|
|
|
1119 "type": "tidelift"
|
|
|
1120 }
|
|
|
1121 ],
|
|
|
1122 "time": "2025-08-23T21:21:41+00:00"
|
|
|
1123 },
|
|
|
1124 {
|
|
|
1125 "name": "guzzlehttp/uri-template",
|
|
|
1126 "version": "v1.0.5",
|
|
|
1127 "source": {
|
|
|
1128 "type": "git",
|
|
|
1129 "url": "https://github.com/guzzle/uri-template.git",
|
|
|
1130 "reference": "4f4bbd4e7172148801e76e3decc1e559bdee34e1"
|
|
|
1131 },
|
|
|
1132 "dist": {
|
|
|
1133 "type": "zip",
|
|
|
1134 "url": "https://api.github.com/repos/guzzle/uri-template/zipball/4f4bbd4e7172148801e76e3decc1e559bdee34e1",
|
|
|
1135 "reference": "4f4bbd4e7172148801e76e3decc1e559bdee34e1",
|
|
|
1136 "shasum": ""
|
|
|
1137 },
|
|
|
1138 "require": {
|
|
|
1139 "php": "^7.2.5 || ^8.0",
|
|
|
1140 "symfony/polyfill-php80": "^1.24"
|
|
|
1141 },
|
|
|
1142 "require-dev": {
|
|
|
1143 "bamarni/composer-bin-plugin": "^1.8.2",
|
|
|
1144 "phpunit/phpunit": "^8.5.44 || ^9.6.25",
|
|
|
1145 "uri-template/tests": "1.0.0"
|
|
|
1146 },
|
|
|
1147 "type": "library",
|
|
|
1148 "extra": {
|
|
|
1149 "bamarni-bin": {
|
|
|
1150 "bin-links": true,
|
|
|
1151 "forward-command": false
|
|
|
1152 }
|
|
|
1153 },
|
|
|
1154 "autoload": {
|
|
|
1155 "psr-4": {
|
|
|
1156 "GuzzleHttp\\UriTemplate\\": "src"
|
|
|
1157 }
|
|
|
1158 },
|
|
|
1159 "notification-url": "https://packagist.org/downloads/",
|
|
|
1160 "license": [
|
|
|
1161 "MIT"
|
|
|
1162 ],
|
|
|
1163 "authors": [
|
|
|
1164 {
|
|
|
1165 "name": "Graham Campbell",
|
|
|
1166 "email": "hello@gjcampbell.co.uk",
|
|
|
1167 "homepage": "https://github.com/GrahamCampbell"
|
|
|
1168 },
|
|
|
1169 {
|
|
|
1170 "name": "Michael Dowling",
|
|
|
1171 "email": "mtdowling@gmail.com",
|
|
|
1172 "homepage": "https://github.com/mtdowling"
|
|
|
1173 },
|
|
|
1174 {
|
|
|
1175 "name": "George Mponos",
|
|
|
1176 "email": "gmponos@gmail.com",
|
|
|
1177 "homepage": "https://github.com/gmponos"
|
|
|
1178 },
|
|
|
1179 {
|
|
|
1180 "name": "Tobias Nyholm",
|
|
|
1181 "email": "tobias.nyholm@gmail.com",
|
|
|
1182 "homepage": "https://github.com/Nyholm"
|
|
|
1183 }
|
|
|
1184 ],
|
|
|
1185 "description": "A polyfill class for uri_template of PHP",
|
|
|
1186 "keywords": [
|
|
|
1187 "guzzlehttp",
|
|
|
1188 "uri-template"
|
|
|
1189 ],
|
|
|
1190 "support": {
|
|
|
1191 "issues": "https://github.com/guzzle/uri-template/issues",
|
|
|
1192 "source": "https://github.com/guzzle/uri-template/tree/v1.0.5"
|
|
|
1193 },
|
|
|
1194 "funding": [
|
|
|
1195 {
|
|
|
1196 "url": "https://github.com/GrahamCampbell",
|
|
|
1197 "type": "github"
|
|
|
1198 },
|
|
|
1199 {
|
|
|
1200 "url": "https://github.com/Nyholm",
|
|
|
1201 "type": "github"
|
|
|
1202 },
|
|
|
1203 {
|
|
|
1204 "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/uri-template",
|
|
|
1205 "type": "tidelift"
|
|
|
1206 }
|
|
|
1207 ],
|
|
|
1208 "time": "2025-08-22T14:27:06+00:00"
|
|
|
1209 },
|
|
|
1210 {
|
|
|
1211 "name": "laravel/framework",
|
|
|
1212 "version": "v12.25.0",
|
|
|
1213 "source": {
|
|
|
1214 "type": "git",
|
|
|
1215 "url": "https://github.com/laravel/framework.git",
|
|
|
1216 "reference": "2ee2ba94ae60efd24c7a787cbb1a2f82f714bb20"
|
|
|
1217 },
|
|
|
1218 "dist": {
|
|
|
1219 "type": "zip",
|
|
|
1220 "url": "https://api.github.com/repos/laravel/framework/zipball/2ee2ba94ae60efd24c7a787cbb1a2f82f714bb20",
|
|
|
1221 "reference": "2ee2ba94ae60efd24c7a787cbb1a2f82f714bb20",
|
|
|
1222 "shasum": ""
|
|
|
1223 },
|
|
|
1224 "require": {
|
|
|
1225 "brick/math": "^0.11|^0.12|^0.13",
|
|
|
1226 "composer-runtime-api": "^2.2",
|
|
|
1227 "doctrine/inflector": "^2.0.5",
|
|
|
1228 "dragonmantank/cron-expression": "^3.4",
|
|
|
1229 "egulias/email-validator": "^3.2.1|^4.0",
|
|
|
1230 "ext-ctype": "*",
|
|
|
1231 "ext-filter": "*",
|
|
|
1232 "ext-hash": "*",
|
|
|
1233 "ext-mbstring": "*",
|
|
|
1234 "ext-openssl": "*",
|
|
|
1235 "ext-session": "*",
|
|
|
1236 "ext-tokenizer": "*",
|
|
|
1237 "fruitcake/php-cors": "^1.3",
|
|
|
1238 "guzzlehttp/guzzle": "^7.8.2",
|
|
|
1239 "guzzlehttp/uri-template": "^1.0",
|
|
|
1240 "laravel/prompts": "^0.3.0",
|
|
|
1241 "laravel/serializable-closure": "^1.3|^2.0",
|
|
|
1242 "league/commonmark": "^2.7",
|
|
|
1243 "league/flysystem": "^3.25.1",
|
|
|
1244 "league/flysystem-local": "^3.25.1",
|
|
|
1245 "league/uri": "^7.5.1",
|
|
|
1246 "monolog/monolog": "^3.0",
|
|
|
1247 "nesbot/carbon": "^3.8.4",
|
|
|
1248 "nunomaduro/termwind": "^2.0",
|
|
|
1249 "php": "^8.2",
|
|
|
1250 "psr/container": "^1.1.1|^2.0.1",
|
|
|
1251 "psr/log": "^1.0|^2.0|^3.0",
|
|
|
1252 "psr/simple-cache": "^1.0|^2.0|^3.0",
|
|
|
1253 "ramsey/uuid": "^4.7",
|
|
|
1254 "symfony/console": "^7.2.0",
|
|
|
1255 "symfony/error-handler": "^7.2.0",
|
|
|
1256 "symfony/finder": "^7.2.0",
|
|
|
1257 "symfony/http-foundation": "^7.2.0",
|
|
|
1258 "symfony/http-kernel": "^7.2.0",
|
|
|
1259 "symfony/mailer": "^7.2.0",
|
|
|
1260 "symfony/mime": "^7.2.0",
|
|
|
1261 "symfony/polyfill-php83": "^1.31",
|
|
|
1262 "symfony/polyfill-php84": "^1.31",
|
|
|
1263 "symfony/polyfill-php85": "^1.31",
|
|
|
1264 "symfony/process": "^7.2.0",
|
|
|
1265 "symfony/routing": "^7.2.0",
|
|
|
1266 "symfony/uid": "^7.2.0",
|
|
|
1267 "symfony/var-dumper": "^7.2.0",
|
|
|
1268 "tijsverkoyen/css-to-inline-styles": "^2.2.5",
|
|
|
1269 "vlucas/phpdotenv": "^5.6.1",
|
|
|
1270 "voku/portable-ascii": "^2.0.2"
|
|
|
1271 },
|
|
|
1272 "conflict": {
|
|
|
1273 "tightenco/collect": "<5.5.33"
|
|
|
1274 },
|
|
|
1275 "provide": {
|
|
|
1276 "psr/container-implementation": "1.1|2.0",
|
|
|
1277 "psr/log-implementation": "1.0|2.0|3.0",
|
|
|
1278 "psr/simple-cache-implementation": "1.0|2.0|3.0"
|
|
|
1279 },
|
|
|
1280 "replace": {
|
|
|
1281 "illuminate/auth": "self.version",
|
|
|
1282 "illuminate/broadcasting": "self.version",
|
|
|
1283 "illuminate/bus": "self.version",
|
|
|
1284 "illuminate/cache": "self.version",
|
|
|
1285 "illuminate/collections": "self.version",
|
|
|
1286 "illuminate/concurrency": "self.version",
|
|
|
1287 "illuminate/conditionable": "self.version",
|
|
|
1288 "illuminate/config": "self.version",
|
|
|
1289 "illuminate/console": "self.version",
|
|
|
1290 "illuminate/container": "self.version",
|
|
|
1291 "illuminate/contracts": "self.version",
|
|
|
1292 "illuminate/cookie": "self.version",
|
|
|
1293 "illuminate/database": "self.version",
|
|
|
1294 "illuminate/encryption": "self.version",
|
|
|
1295 "illuminate/events": "self.version",
|
|
|
1296 "illuminate/filesystem": "self.version",
|
|
|
1297 "illuminate/hashing": "self.version",
|
|
|
1298 "illuminate/http": "self.version",
|
|
|
1299 "illuminate/log": "self.version",
|
|
|
1300 "illuminate/macroable": "self.version",
|
|
|
1301 "illuminate/mail": "self.version",
|
|
|
1302 "illuminate/notifications": "self.version",
|
|
|
1303 "illuminate/pagination": "self.version",
|
|
|
1304 "illuminate/pipeline": "self.version",
|
|
|
1305 "illuminate/process": "self.version",
|
|
|
1306 "illuminate/queue": "self.version",
|
|
|
1307 "illuminate/redis": "self.version",
|
|
|
1308 "illuminate/routing": "self.version",
|
|
|
1309 "illuminate/session": "self.version",
|
|
|
1310 "illuminate/support": "self.version",
|
|
|
1311 "illuminate/testing": "self.version",
|
|
|
1312 "illuminate/translation": "self.version",
|
|
|
1313 "illuminate/validation": "self.version",
|
|
|
1314 "illuminate/view": "self.version",
|
|
|
1315 "spatie/once": "*"
|
|
|
1316 },
|
|
|
1317 "require-dev": {
|
|
|
1318 "ably/ably-php": "^1.0",
|
|
|
1319 "aws/aws-sdk-php": "^3.322.9",
|
|
|
1320 "ext-gmp": "*",
|
|
|
1321 "fakerphp/faker": "^1.24",
|
|
|
1322 "guzzlehttp/promises": "^2.0.3",
|
|
|
1323 "guzzlehttp/psr7": "^2.4",
|
|
|
1324 "laravel/pint": "^1.18",
|
|
|
1325 "league/flysystem-aws-s3-v3": "^3.25.1",
|
|
|
1326 "league/flysystem-ftp": "^3.25.1",
|
|
|
1327 "league/flysystem-path-prefixing": "^3.25.1",
|
|
|
1328 "league/flysystem-read-only": "^3.25.1",
|
|
|
1329 "league/flysystem-sftp-v3": "^3.25.1",
|
|
|
1330 "mockery/mockery": "^1.6.10",
|
|
|
1331 "orchestra/testbench-core": "^10.6.0",
|
|
|
1332 "pda/pheanstalk": "^5.0.6|^7.0.0",
|
|
|
1333 "php-http/discovery": "^1.15",
|
|
|
1334 "phpstan/phpstan": "^2.0",
|
|
|
1335 "phpunit/phpunit": "^10.5.35|^11.5.3|^12.0.1",
|
|
|
1336 "predis/predis": "^2.3|^3.0",
|
|
|
1337 "resend/resend-php": "^0.10.0",
|
|
|
1338 "symfony/cache": "^7.2.0",
|
|
|
1339 "symfony/http-client": "^7.2.0",
|
|
|
1340 "symfony/psr-http-message-bridge": "^7.2.0",
|
|
|
1341 "symfony/translation": "^7.2.0"
|
|
|
1342 },
|
|
|
1343 "suggest": {
|
|
|
1344 "ably/ably-php": "Required to use the Ably broadcast driver (^1.0).",
|
|
|
1345 "aws/aws-sdk-php": "Required to use the SQS queue driver, DynamoDb failed job storage, and SES mail driver (^3.322.9).",
|
|
|
1346 "brianium/paratest": "Required to run tests in parallel (^7.0|^8.0).",
|
|
|
1347 "ext-apcu": "Required to use the APC cache driver.",
|
|
|
1348 "ext-fileinfo": "Required to use the Filesystem class.",
|
|
|
1349 "ext-ftp": "Required to use the Flysystem FTP driver.",
|
|
|
1350 "ext-gd": "Required to use Illuminate\\Http\\Testing\\FileFactory::image().",
|
|
|
1351 "ext-memcached": "Required to use the memcache cache driver.",
|
|
|
1352 "ext-pcntl": "Required to use all features of the queue worker and console signal trapping.",
|
|
|
1353 "ext-pdo": "Required to use all database features.",
|
|
|
1354 "ext-posix": "Required to use all features of the queue worker.",
|
|
|
1355 "ext-redis": "Required to use the Redis cache and queue drivers (^4.0|^5.0|^6.0).",
|
|
|
1356 "fakerphp/faker": "Required to use the eloquent factory builder (^1.9.1).",
|
|
|
1357 "filp/whoops": "Required for friendly error pages in development (^2.14.3).",
|
|
|
1358 "laravel/tinker": "Required to use the tinker console command (^2.0).",
|
|
|
1359 "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (^3.25.1).",
|
|
|
1360 "league/flysystem-ftp": "Required to use the Flysystem FTP driver (^3.25.1).",
|
|
|
1361 "league/flysystem-path-prefixing": "Required to use the scoped driver (^3.25.1).",
|
|
|
1362 "league/flysystem-read-only": "Required to use read-only disks (^3.25.1)",
|
|
|
1363 "league/flysystem-sftp-v3": "Required to use the Flysystem SFTP driver (^3.25.1).",
|
|
|
1364 "mockery/mockery": "Required to use mocking (^1.6).",
|
|
|
1365 "pda/pheanstalk": "Required to use the beanstalk queue driver (^5.0).",
|
|
|
1366 "php-http/discovery": "Required to use PSR-7 bridging features (^1.15).",
|
|
|
1367 "phpunit/phpunit": "Required to use assertions and run tests (^10.5.35|^11.5.3|^12.0.1).",
|
|
|
1368 "predis/predis": "Required to use the predis connector (^2.3|^3.0).",
|
|
|
1369 "psr/http-message": "Required to allow Storage::put to accept a StreamInterface (^1.0).",
|
|
|
1370 "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (^6.0|^7.0).",
|
|
|
1371 "resend/resend-php": "Required to enable support for the Resend mail transport (^0.10.0).",
|
|
|
1372 "symfony/cache": "Required to PSR-6 cache bridge (^7.2).",
|
|
|
1373 "symfony/filesystem": "Required to enable support for relative symbolic links (^7.2).",
|
|
|
1374 "symfony/http-client": "Required to enable support for the Symfony API mail transports (^7.2).",
|
|
|
1375 "symfony/mailgun-mailer": "Required to enable support for the Mailgun mail transport (^7.2).",
|
|
|
1376 "symfony/postmark-mailer": "Required to enable support for the Postmark mail transport (^7.2).",
|
|
|
1377 "symfony/psr-http-message-bridge": "Required to use PSR-7 bridging features (^7.2)."
|
|
|
1378 },
|
|
|
1379 "type": "library",
|
|
|
1380 "extra": {
|
|
|
1381 "branch-alias": {
|
|
|
1382 "dev-master": "12.x-dev"
|
|
|
1383 }
|
|
|
1384 },
|
|
|
1385 "autoload": {
|
|
|
1386 "files": [
|
|
|
1387 "src/Illuminate/Collections/functions.php",
|
|
|
1388 "src/Illuminate/Collections/helpers.php",
|
|
|
1389 "src/Illuminate/Events/functions.php",
|
|
|
1390 "src/Illuminate/Filesystem/functions.php",
|
|
|
1391 "src/Illuminate/Foundation/helpers.php",
|
|
|
1392 "src/Illuminate/Log/functions.php",
|
|
|
1393 "src/Illuminate/Support/functions.php",
|
|
|
1394 "src/Illuminate/Support/helpers.php"
|
|
|
1395 ],
|
|
|
1396 "psr-4": {
|
|
|
1397 "Illuminate\\": "src/Illuminate/",
|
|
|
1398 "Illuminate\\Support\\": [
|
|
|
1399 "src/Illuminate/Macroable/",
|
|
|
1400 "src/Illuminate/Collections/",
|
|
|
1401 "src/Illuminate/Conditionable/"
|
|
|
1402 ]
|
|
|
1403 }
|
|
|
1404 },
|
|
|
1405 "notification-url": "https://packagist.org/downloads/",
|
|
|
1406 "license": [
|
|
|
1407 "MIT"
|
|
|
1408 ],
|
|
|
1409 "authors": [
|
|
|
1410 {
|
|
|
1411 "name": "Taylor Otwell",
|
|
|
1412 "email": "taylor@laravel.com"
|
|
|
1413 }
|
|
|
1414 ],
|
|
|
1415 "description": "The Laravel Framework.",
|
|
|
1416 "homepage": "https://laravel.com",
|
|
|
1417 "keywords": [
|
|
|
1418 "framework",
|
|
|
1419 "laravel"
|
|
|
1420 ],
|
|
|
1421 "support": {
|
|
|
1422 "issues": "https://github.com/laravel/framework/issues",
|
|
|
1423 "source": "https://github.com/laravel/framework"
|
|
|
1424 },
|
|
|
1425 "time": "2025-08-18T22:20:52+00:00"
|
|
|
1426 },
|
|
|
1427 {
|
|
|
1428 "name": "laravel/prompts",
|
|
|
1429 "version": "v0.3.6",
|
|
|
1430 "source": {
|
|
|
1431 "type": "git",
|
|
|
1432 "url": "https://github.com/laravel/prompts.git",
|
|
|
1433 "reference": "86a8b692e8661d0fb308cec64f3d176821323077"
|
|
|
1434 },
|
|
|
1435 "dist": {
|
|
|
1436 "type": "zip",
|
|
|
1437 "url": "https://api.github.com/repos/laravel/prompts/zipball/86a8b692e8661d0fb308cec64f3d176821323077",
|
|
|
1438 "reference": "86a8b692e8661d0fb308cec64f3d176821323077",
|
|
|
1439 "shasum": ""
|
|
|
1440 },
|
|
|
1441 "require": {
|
|
|
1442 "composer-runtime-api": "^2.2",
|
|
|
1443 "ext-mbstring": "*",
|
|
|
1444 "php": "^8.1",
|
|
|
1445 "symfony/console": "^6.2|^7.0"
|
|
|
1446 },
|
|
|
1447 "conflict": {
|
|
|
1448 "illuminate/console": ">=10.17.0 <10.25.0",
|
|
|
1449 "laravel/framework": ">=10.17.0 <10.25.0"
|
|
|
1450 },
|
|
|
1451 "require-dev": {
|
|
|
1452 "illuminate/collections": "^10.0|^11.0|^12.0",
|
|
|
1453 "mockery/mockery": "^1.5",
|
|
|
1454 "pestphp/pest": "^2.3|^3.4",
|
|
|
1455 "phpstan/phpstan": "^1.11",
|
|
|
1456 "phpstan/phpstan-mockery": "^1.1"
|
|
|
1457 },
|
|
|
1458 "suggest": {
|
|
|
1459 "ext-pcntl": "Required for the spinner to be animated."
|
|
|
1460 },
|
|
|
1461 "type": "library",
|
|
|
1462 "extra": {
|
|
|
1463 "branch-alias": {
|
|
|
1464 "dev-main": "0.3.x-dev"
|
|
|
1465 }
|
|
|
1466 },
|
|
|
1467 "autoload": {
|
|
|
1468 "files": [
|
|
|
1469 "src/helpers.php"
|
|
|
1470 ],
|
|
|
1471 "psr-4": {
|
|
|
1472 "Laravel\\Prompts\\": "src/"
|
|
|
1473 }
|
|
|
1474 },
|
|
|
1475 "notification-url": "https://packagist.org/downloads/",
|
|
|
1476 "license": [
|
|
|
1477 "MIT"
|
|
|
1478 ],
|
|
|
1479 "description": "Add beautiful and user-friendly forms to your command-line applications.",
|
|
|
1480 "support": {
|
|
|
1481 "issues": "https://github.com/laravel/prompts/issues",
|
|
|
1482 "source": "https://github.com/laravel/prompts/tree/v0.3.6"
|
|
|
1483 },
|
|
|
1484 "time": "2025-07-07T14:17:42+00:00"
|
|
|
1485 },
|
|
|
1486 {
|
|
|
1487 "name": "laravel/serializable-closure",
|
|
|
1488 "version": "v2.0.4",
|
|
|
1489 "source": {
|
|
|
1490 "type": "git",
|
|
|
1491 "url": "https://github.com/laravel/serializable-closure.git",
|
|
|
1492 "reference": "b352cf0534aa1ae6b4d825d1e762e35d43f8a841"
|
|
|
1493 },
|
|
|
1494 "dist": {
|
|
|
1495 "type": "zip",
|
|
|
1496 "url": "https://api.github.com/repos/laravel/serializable-closure/zipball/b352cf0534aa1ae6b4d825d1e762e35d43f8a841",
|
|
|
1497 "reference": "b352cf0534aa1ae6b4d825d1e762e35d43f8a841",
|
|
|
1498 "shasum": ""
|
|
|
1499 },
|
|
|
1500 "require": {
|
|
|
1501 "php": "^8.1"
|
|
|
1502 },
|
|
|
1503 "require-dev": {
|
|
|
1504 "illuminate/support": "^10.0|^11.0|^12.0",
|
|
|
1505 "nesbot/carbon": "^2.67|^3.0",
|
|
|
1506 "pestphp/pest": "^2.36|^3.0",
|
|
|
1507 "phpstan/phpstan": "^2.0",
|
|
|
1508 "symfony/var-dumper": "^6.2.0|^7.0.0"
|
|
|
1509 },
|
|
|
1510 "type": "library",
|
|
|
1511 "extra": {
|
|
|
1512 "branch-alias": {
|
|
|
1513 "dev-master": "2.x-dev"
|
|
|
1514 }
|
|
|
1515 },
|
|
|
1516 "autoload": {
|
|
|
1517 "psr-4": {
|
|
|
1518 "Laravel\\SerializableClosure\\": "src/"
|
|
|
1519 }
|
|
|
1520 },
|
|
|
1521 "notification-url": "https://packagist.org/downloads/",
|
|
|
1522 "license": [
|
|
|
1523 "MIT"
|
|
|
1524 ],
|
|
|
1525 "authors": [
|
|
|
1526 {
|
|
|
1527 "name": "Taylor Otwell",
|
|
|
1528 "email": "taylor@laravel.com"
|
|
|
1529 },
|
|
|
1530 {
|
|
|
1531 "name": "Nuno Maduro",
|
|
|
1532 "email": "nuno@laravel.com"
|
|
|
1533 }
|
|
|
1534 ],
|
|
|
1535 "description": "Laravel Serializable Closure provides an easy and secure way to serialize closures in PHP.",
|
|
|
1536 "keywords": [
|
|
|
1537 "closure",
|
|
|
1538 "laravel",
|
|
|
1539 "serializable"
|
|
|
1540 ],
|
|
|
1541 "support": {
|
|
|
1542 "issues": "https://github.com/laravel/serializable-closure/issues",
|
|
|
1543 "source": "https://github.com/laravel/serializable-closure"
|
|
|
1544 },
|
|
|
1545 "time": "2025-03-19T13:51:03+00:00"
|
|
|
1546 },
|
|
|
1547 {
|
|
|
1548 "name": "laravel/tinker",
|
|
|
1549 "version": "v2.10.1",
|
|
|
1550 "source": {
|
|
|
1551 "type": "git",
|
|
|
1552 "url": "https://github.com/laravel/tinker.git",
|
|
|
1553 "reference": "22177cc71807d38f2810c6204d8f7183d88a57d3"
|
|
|
1554 },
|
|
|
1555 "dist": {
|
|
|
1556 "type": "zip",
|
|
|
1557 "url": "https://api.github.com/repos/laravel/tinker/zipball/22177cc71807d38f2810c6204d8f7183d88a57d3",
|
|
|
1558 "reference": "22177cc71807d38f2810c6204d8f7183d88a57d3",
|
|
|
1559 "shasum": ""
|
|
|
1560 },
|
|
|
1561 "require": {
|
|
|
1562 "illuminate/console": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
|
|
|
1563 "illuminate/contracts": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
|
|
|
1564 "illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
|
|
|
1565 "php": "^7.2.5|^8.0",
|
|
|
1566 "psy/psysh": "^0.11.1|^0.12.0",
|
|
|
1567 "symfony/var-dumper": "^4.3.4|^5.0|^6.0|^7.0"
|
|
|
1568 },
|
|
|
1569 "require-dev": {
|
|
|
1570 "mockery/mockery": "~1.3.3|^1.4.2",
|
|
|
1571 "phpstan/phpstan": "^1.10",
|
|
|
1572 "phpunit/phpunit": "^8.5.8|^9.3.3|^10.0"
|
|
|
1573 },
|
|
|
1574 "suggest": {
|
|
|
1575 "illuminate/database": "The Illuminate Database package (^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0)."
|
|
|
1576 },
|
|
|
1577 "type": "library",
|
|
|
1578 "extra": {
|
|
|
1579 "laravel": {
|
|
|
1580 "providers": [
|
|
|
1581 "Laravel\\Tinker\\TinkerServiceProvider"
|
|
|
1582 ]
|
|
|
1583 }
|
|
|
1584 },
|
|
|
1585 "autoload": {
|
|
|
1586 "psr-4": {
|
|
|
1587 "Laravel\\Tinker\\": "src/"
|
|
|
1588 }
|
|
|
1589 },
|
|
|
1590 "notification-url": "https://packagist.org/downloads/",
|
|
|
1591 "license": [
|
|
|
1592 "MIT"
|
|
|
1593 ],
|
|
|
1594 "authors": [
|
|
|
1595 {
|
|
|
1596 "name": "Taylor Otwell",
|
|
|
1597 "email": "taylor@laravel.com"
|
|
|
1598 }
|
|
|
1599 ],
|
|
|
1600 "description": "Powerful REPL for the Laravel framework.",
|
|
|
1601 "keywords": [
|
|
|
1602 "REPL",
|
|
|
1603 "Tinker",
|
|
|
1604 "laravel",
|
|
|
1605 "psysh"
|
|
|
1606 ],
|
|
|
1607 "support": {
|
|
|
1608 "issues": "https://github.com/laravel/tinker/issues",
|
|
|
1609 "source": "https://github.com/laravel/tinker/tree/v2.10.1"
|
|
|
1610 },
|
|
|
1611 "time": "2025-01-27T14:24:01+00:00"
|
|
|
1612 },
|
|
|
1613 {
|
|
|
1614 "name": "league/commonmark",
|
|
|
1615 "version": "2.7.1",
|
|
|
1616 "source": {
|
|
|
1617 "type": "git",
|
|
|
1618 "url": "https://github.com/thephpleague/commonmark.git",
|
|
|
1619 "reference": "10732241927d3971d28e7ea7b5712721fa2296ca"
|
|
|
1620 },
|
|
|
1621 "dist": {
|
|
|
1622 "type": "zip",
|
|
|
1623 "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/10732241927d3971d28e7ea7b5712721fa2296ca",
|
|
|
1624 "reference": "10732241927d3971d28e7ea7b5712721fa2296ca",
|
|
|
1625 "shasum": ""
|
|
|
1626 },
|
|
|
1627 "require": {
|
|
|
1628 "ext-mbstring": "*",
|
|
|
1629 "league/config": "^1.1.1",
|
|
|
1630 "php": "^7.4 || ^8.0",
|
|
|
1631 "psr/event-dispatcher": "^1.0",
|
|
|
1632 "symfony/deprecation-contracts": "^2.1 || ^3.0",
|
|
|
1633 "symfony/polyfill-php80": "^1.16"
|
|
|
1634 },
|
|
|
1635 "require-dev": {
|
|
|
1636 "cebe/markdown": "^1.0",
|
|
|
1637 "commonmark/cmark": "0.31.1",
|
|
|
1638 "commonmark/commonmark.js": "0.31.1",
|
|
|
1639 "composer/package-versions-deprecated": "^1.8",
|
|
|
1640 "embed/embed": "^4.4",
|
|
|
1641 "erusev/parsedown": "^1.0",
|
|
|
1642 "ext-json": "*",
|
|
|
1643 "github/gfm": "0.29.0",
|
|
|
1644 "michelf/php-markdown": "^1.4 || ^2.0",
|
|
|
1645 "nyholm/psr7": "^1.5",
|
|
|
1646 "phpstan/phpstan": "^1.8.2",
|
|
|
1647 "phpunit/phpunit": "^9.5.21 || ^10.5.9 || ^11.0.0",
|
|
|
1648 "scrutinizer/ocular": "^1.8.1",
|
|
|
1649 "symfony/finder": "^5.3 | ^6.0 | ^7.0",
|
|
|
1650 "symfony/process": "^5.4 | ^6.0 | ^7.0",
|
|
|
1651 "symfony/yaml": "^2.3 | ^3.0 | ^4.0 | ^5.0 | ^6.0 | ^7.0",
|
|
|
1652 "unleashedtech/php-coding-standard": "^3.1.1",
|
|
|
1653 "vimeo/psalm": "^4.24.0 || ^5.0.0 || ^6.0.0"
|
|
|
1654 },
|
|
|
1655 "suggest": {
|
|
|
1656 "symfony/yaml": "v2.3+ required if using the Front Matter extension"
|
|
|
1657 },
|
|
|
1658 "type": "library",
|
|
|
1659 "extra": {
|
|
|
1660 "branch-alias": {
|
|
|
1661 "dev-main": "2.8-dev"
|
|
|
1662 }
|
|
|
1663 },
|
|
|
1664 "autoload": {
|
|
|
1665 "psr-4": {
|
|
|
1666 "League\\CommonMark\\": "src"
|
|
|
1667 }
|
|
|
1668 },
|
|
|
1669 "notification-url": "https://packagist.org/downloads/",
|
|
|
1670 "license": [
|
|
|
1671 "BSD-3-Clause"
|
|
|
1672 ],
|
|
|
1673 "authors": [
|
|
|
1674 {
|
|
|
1675 "name": "Colin O'Dell",
|
|
|
1676 "email": "colinodell@gmail.com",
|
|
|
1677 "homepage": "https://www.colinodell.com",
|
|
|
1678 "role": "Lead Developer"
|
|
|
1679 }
|
|
|
1680 ],
|
|
|
1681 "description": "Highly-extensible PHP Markdown parser which fully supports the CommonMark spec and GitHub-Flavored Markdown (GFM)",
|
|
|
1682 "homepage": "https://commonmark.thephpleague.com",
|
|
|
1683 "keywords": [
|
|
|
1684 "commonmark",
|
|
|
1685 "flavored",
|
|
|
1686 "gfm",
|
|
|
1687 "github",
|
|
|
1688 "github-flavored",
|
|
|
1689 "markdown",
|
|
|
1690 "md",
|
|
|
1691 "parser"
|
|
|
1692 ],
|
|
|
1693 "support": {
|
|
|
1694 "docs": "https://commonmark.thephpleague.com/",
|
|
|
1695 "forum": "https://github.com/thephpleague/commonmark/discussions",
|
|
|
1696 "issues": "https://github.com/thephpleague/commonmark/issues",
|
|
|
1697 "rss": "https://github.com/thephpleague/commonmark/releases.atom",
|
|
|
1698 "source": "https://github.com/thephpleague/commonmark"
|
|
|
1699 },
|
|
|
1700 "funding": [
|
|
|
1701 {
|
|
|
1702 "url": "https://www.colinodell.com/sponsor",
|
|
|
1703 "type": "custom"
|
|
|
1704 },
|
|
|
1705 {
|
|
|
1706 "url": "https://www.paypal.me/colinpodell/10.00",
|
|
|
1707 "type": "custom"
|
|
|
1708 },
|
|
|
1709 {
|
|
|
1710 "url": "https://github.com/colinodell",
|
|
|
1711 "type": "github"
|
|
|
1712 },
|
|
|
1713 {
|
|
|
1714 "url": "https://tidelift.com/funding/github/packagist/league/commonmark",
|
|
|
1715 "type": "tidelift"
|
|
|
1716 }
|
|
|
1717 ],
|
|
|
1718 "time": "2025-07-20T12:47:49+00:00"
|
|
|
1719 },
|
|
|
1720 {
|
|
|
1721 "name": "league/config",
|
|
|
1722 "version": "v1.2.0",
|
|
|
1723 "source": {
|
|
|
1724 "type": "git",
|
|
|
1725 "url": "https://github.com/thephpleague/config.git",
|
|
|
1726 "reference": "754b3604fb2984c71f4af4a9cbe7b57f346ec1f3"
|
|
|
1727 },
|
|
|
1728 "dist": {
|
|
|
1729 "type": "zip",
|
|
|
1730 "url": "https://api.github.com/repos/thephpleague/config/zipball/754b3604fb2984c71f4af4a9cbe7b57f346ec1f3",
|
|
|
1731 "reference": "754b3604fb2984c71f4af4a9cbe7b57f346ec1f3",
|
|
|
1732 "shasum": ""
|
|
|
1733 },
|
|
|
1734 "require": {
|
|
|
1735 "dflydev/dot-access-data": "^3.0.1",
|
|
|
1736 "nette/schema": "^1.2",
|
|
|
1737 "php": "^7.4 || ^8.0"
|
|
|
1738 },
|
|
|
1739 "require-dev": {
|
|
|
1740 "phpstan/phpstan": "^1.8.2",
|
|
|
1741 "phpunit/phpunit": "^9.5.5",
|
|
|
1742 "scrutinizer/ocular": "^1.8.1",
|
|
|
1743 "unleashedtech/php-coding-standard": "^3.1",
|
|
|
1744 "vimeo/psalm": "^4.7.3"
|
|
|
1745 },
|
|
|
1746 "type": "library",
|
|
|
1747 "extra": {
|
|
|
1748 "branch-alias": {
|
|
|
1749 "dev-main": "1.2-dev"
|
|
|
1750 }
|
|
|
1751 },
|
|
|
1752 "autoload": {
|
|
|
1753 "psr-4": {
|
|
|
1754 "League\\Config\\": "src"
|
|
|
1755 }
|
|
|
1756 },
|
|
|
1757 "notification-url": "https://packagist.org/downloads/",
|
|
|
1758 "license": [
|
|
|
1759 "BSD-3-Clause"
|
|
|
1760 ],
|
|
|
1761 "authors": [
|
|
|
1762 {
|
|
|
1763 "name": "Colin O'Dell",
|
|
|
1764 "email": "colinodell@gmail.com",
|
|
|
1765 "homepage": "https://www.colinodell.com",
|
|
|
1766 "role": "Lead Developer"
|
|
|
1767 }
|
|
|
1768 ],
|
|
|
1769 "description": "Define configuration arrays with strict schemas and access values with dot notation",
|
|
|
1770 "homepage": "https://config.thephpleague.com",
|
|
|
1771 "keywords": [
|
|
|
1772 "array",
|
|
|
1773 "config",
|
|
|
1774 "configuration",
|
|
|
1775 "dot",
|
|
|
1776 "dot-access",
|
|
|
1777 "nested",
|
|
|
1778 "schema"
|
|
|
1779 ],
|
|
|
1780 "support": {
|
|
|
1781 "docs": "https://config.thephpleague.com/",
|
|
|
1782 "issues": "https://github.com/thephpleague/config/issues",
|
|
|
1783 "rss": "https://github.com/thephpleague/config/releases.atom",
|
|
|
1784 "source": "https://github.com/thephpleague/config"
|
|
|
1785 },
|
|
|
1786 "funding": [
|
|
|
1787 {
|
|
|
1788 "url": "https://www.colinodell.com/sponsor",
|
|
|
1789 "type": "custom"
|
|
|
1790 },
|
|
|
1791 {
|
|
|
1792 "url": "https://www.paypal.me/colinpodell/10.00",
|
|
|
1793 "type": "custom"
|
|
|
1794 },
|
|
|
1795 {
|
|
|
1796 "url": "https://github.com/colinodell",
|
|
|
1797 "type": "github"
|
|
|
1798 }
|
|
|
1799 ],
|
|
|
1800 "time": "2022-12-11T20:36:23+00:00"
|
|
|
1801 },
|
|
|
1802 {
|
|
|
1803 "name": "league/flysystem",
|
|
|
1804 "version": "3.30.0",
|
|
|
1805 "source": {
|
|
|
1806 "type": "git",
|
|
|
1807 "url": "https://github.com/thephpleague/flysystem.git",
|
|
|
1808 "reference": "2203e3151755d874bb2943649dae1eb8533ac93e"
|
|
|
1809 },
|
|
|
1810 "dist": {
|
|
|
1811 "type": "zip",
|
|
|
1812 "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/2203e3151755d874bb2943649dae1eb8533ac93e",
|
|
|
1813 "reference": "2203e3151755d874bb2943649dae1eb8533ac93e",
|
|
|
1814 "shasum": ""
|
|
|
1815 },
|
|
|
1816 "require": {
|
|
|
1817 "league/flysystem-local": "^3.0.0",
|
|
|
1818 "league/mime-type-detection": "^1.0.0",
|
|
|
1819 "php": "^8.0.2"
|
|
|
1820 },
|
|
|
1821 "conflict": {
|
|
|
1822 "async-aws/core": "<1.19.0",
|
|
|
1823 "async-aws/s3": "<1.14.0",
|
|
|
1824 "aws/aws-sdk-php": "3.209.31 || 3.210.0",
|
|
|
1825 "guzzlehttp/guzzle": "<7.0",
|
|
|
1826 "guzzlehttp/ringphp": "<1.1.1",
|
|
|
1827 "phpseclib/phpseclib": "3.0.15",
|
|
|
1828 "symfony/http-client": "<5.2"
|
|
|
1829 },
|
|
|
1830 "require-dev": {
|
|
|
1831 "async-aws/s3": "^1.5 || ^2.0",
|
|
|
1832 "async-aws/simple-s3": "^1.1 || ^2.0",
|
|
|
1833 "aws/aws-sdk-php": "^3.295.10",
|
|
|
1834 "composer/semver": "^3.0",
|
|
|
1835 "ext-fileinfo": "*",
|
|
|
1836 "ext-ftp": "*",
|
|
|
1837 "ext-mongodb": "^1.3|^2",
|
|
|
1838 "ext-zip": "*",
|
|
|
1839 "friendsofphp/php-cs-fixer": "^3.5",
|
|
|
1840 "google/cloud-storage": "^1.23",
|
|
|
1841 "guzzlehttp/psr7": "^2.6",
|
|
|
1842 "microsoft/azure-storage-blob": "^1.1",
|
|
|
1843 "mongodb/mongodb": "^1.2|^2",
|
|
|
1844 "phpseclib/phpseclib": "^3.0.36",
|
|
|
1845 "phpstan/phpstan": "^1.10",
|
|
|
1846 "phpunit/phpunit": "^9.5.11|^10.0",
|
|
|
1847 "sabre/dav": "^4.6.0"
|
|
|
1848 },
|
|
|
1849 "type": "library",
|
|
|
1850 "autoload": {
|
|
|
1851 "psr-4": {
|
|
|
1852 "League\\Flysystem\\": "src"
|
|
|
1853 }
|
|
|
1854 },
|
|
|
1855 "notification-url": "https://packagist.org/downloads/",
|
|
|
1856 "license": [
|
|
|
1857 "MIT"
|
|
|
1858 ],
|
|
|
1859 "authors": [
|
|
|
1860 {
|
|
|
1861 "name": "Frank de Jonge",
|
|
|
1862 "email": "info@frankdejonge.nl"
|
|
|
1863 }
|
|
|
1864 ],
|
|
|
1865 "description": "File storage abstraction for PHP",
|
|
|
1866 "keywords": [
|
|
|
1867 "WebDAV",
|
|
|
1868 "aws",
|
|
|
1869 "cloud",
|
|
|
1870 "file",
|
|
|
1871 "files",
|
|
|
1872 "filesystem",
|
|
|
1873 "filesystems",
|
|
|
1874 "ftp",
|
|
|
1875 "s3",
|
|
|
1876 "sftp",
|
|
|
1877 "storage"
|
|
|
1878 ],
|
|
|
1879 "support": {
|
|
|
1880 "issues": "https://github.com/thephpleague/flysystem/issues",
|
|
|
1881 "source": "https://github.com/thephpleague/flysystem/tree/3.30.0"
|
|
|
1882 },
|
|
|
1883 "time": "2025-06-25T13:29:59+00:00"
|
|
|
1884 },
|
|
|
1885 {
|
|
|
1886 "name": "league/flysystem-local",
|
|
|
1887 "version": "3.30.0",
|
|
|
1888 "source": {
|
|
|
1889 "type": "git",
|
|
|
1890 "url": "https://github.com/thephpleague/flysystem-local.git",
|
|
|
1891 "reference": "6691915f77c7fb69adfb87dcd550052dc184ee10"
|
|
|
1892 },
|
|
|
1893 "dist": {
|
|
|
1894 "type": "zip",
|
|
|
1895 "url": "https://api.github.com/repos/thephpleague/flysystem-local/zipball/6691915f77c7fb69adfb87dcd550052dc184ee10",
|
|
|
1896 "reference": "6691915f77c7fb69adfb87dcd550052dc184ee10",
|
|
|
1897 "shasum": ""
|
|
|
1898 },
|
|
|
1899 "require": {
|
|
|
1900 "ext-fileinfo": "*",
|
|
|
1901 "league/flysystem": "^3.0.0",
|
|
|
1902 "league/mime-type-detection": "^1.0.0",
|
|
|
1903 "php": "^8.0.2"
|
|
|
1904 },
|
|
|
1905 "type": "library",
|
|
|
1906 "autoload": {
|
|
|
1907 "psr-4": {
|
|
|
1908 "League\\Flysystem\\Local\\": ""
|
|
|
1909 }
|
|
|
1910 },
|
|
|
1911 "notification-url": "https://packagist.org/downloads/",
|
|
|
1912 "license": [
|
|
|
1913 "MIT"
|
|
|
1914 ],
|
|
|
1915 "authors": [
|
|
|
1916 {
|
|
|
1917 "name": "Frank de Jonge",
|
|
|
1918 "email": "info@frankdejonge.nl"
|
|
|
1919 }
|
|
|
1920 ],
|
|
|
1921 "description": "Local filesystem adapter for Flysystem.",
|
|
|
1922 "keywords": [
|
|
|
1923 "Flysystem",
|
|
|
1924 "file",
|
|
|
1925 "files",
|
|
|
1926 "filesystem",
|
|
|
1927 "local"
|
|
|
1928 ],
|
|
|
1929 "support": {
|
|
|
1930 "source": "https://github.com/thephpleague/flysystem-local/tree/3.30.0"
|
|
|
1931 },
|
|
|
1932 "time": "2025-05-21T10:34:19+00:00"
|
|
|
1933 },
|
|
|
1934 {
|
|
|
1935 "name": "league/mime-type-detection",
|
|
|
1936 "version": "1.16.0",
|
|
|
1937 "source": {
|
|
|
1938 "type": "git",
|
|
|
1939 "url": "https://github.com/thephpleague/mime-type-detection.git",
|
|
|
1940 "reference": "2d6702ff215bf922936ccc1ad31007edc76451b9"
|
|
|
1941 },
|
|
|
1942 "dist": {
|
|
|
1943 "type": "zip",
|
|
|
1944 "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/2d6702ff215bf922936ccc1ad31007edc76451b9",
|
|
|
1945 "reference": "2d6702ff215bf922936ccc1ad31007edc76451b9",
|
|
|
1946 "shasum": ""
|
|
|
1947 },
|
|
|
1948 "require": {
|
|
|
1949 "ext-fileinfo": "*",
|
|
|
1950 "php": "^7.4 || ^8.0"
|
|
|
1951 },
|
|
|
1952 "require-dev": {
|
|
|
1953 "friendsofphp/php-cs-fixer": "^3.2",
|
|
|
1954 "phpstan/phpstan": "^0.12.68",
|
|
|
1955 "phpunit/phpunit": "^8.5.8 || ^9.3 || ^10.0"
|
|
|
1956 },
|
|
|
1957 "type": "library",
|
|
|
1958 "autoload": {
|
|
|
1959 "psr-4": {
|
|
|
1960 "League\\MimeTypeDetection\\": "src"
|
|
|
1961 }
|
|
|
1962 },
|
|
|
1963 "notification-url": "https://packagist.org/downloads/",
|
|
|
1964 "license": [
|
|
|
1965 "MIT"
|
|
|
1966 ],
|
|
|
1967 "authors": [
|
|
|
1968 {
|
|
|
1969 "name": "Frank de Jonge",
|
|
|
1970 "email": "info@frankdejonge.nl"
|
|
|
1971 }
|
|
|
1972 ],
|
|
|
1973 "description": "Mime-type detection for Flysystem",
|
|
|
1974 "support": {
|
|
|
1975 "issues": "https://github.com/thephpleague/mime-type-detection/issues",
|
|
|
1976 "source": "https://github.com/thephpleague/mime-type-detection/tree/1.16.0"
|
|
|
1977 },
|
|
|
1978 "funding": [
|
|
|
1979 {
|
|
|
1980 "url": "https://github.com/frankdejonge",
|
|
|
1981 "type": "github"
|
|
|
1982 },
|
|
|
1983 {
|
|
|
1984 "url": "https://tidelift.com/funding/github/packagist/league/flysystem",
|
|
|
1985 "type": "tidelift"
|
|
|
1986 }
|
|
|
1987 ],
|
|
|
1988 "time": "2024-09-21T08:32:55+00:00"
|
|
|
1989 },
|
|
|
1990 {
|
|
|
1991 "name": "league/uri",
|
|
|
1992 "version": "7.5.1",
|
|
|
1993 "source": {
|
|
|
1994 "type": "git",
|
|
|
1995 "url": "https://github.com/thephpleague/uri.git",
|
|
|
1996 "reference": "81fb5145d2644324614cc532b28efd0215bda430"
|
|
|
1997 },
|
|
|
1998 "dist": {
|
|
|
1999 "type": "zip",
|
|
|
2000 "url": "https://api.github.com/repos/thephpleague/uri/zipball/81fb5145d2644324614cc532b28efd0215bda430",
|
|
|
2001 "reference": "81fb5145d2644324614cc532b28efd0215bda430",
|
|
|
2002 "shasum": ""
|
|
|
2003 },
|
|
|
2004 "require": {
|
|
|
2005 "league/uri-interfaces": "^7.5",
|
|
|
2006 "php": "^8.1"
|
|
|
2007 },
|
|
|
2008 "conflict": {
|
|
|
2009 "league/uri-schemes": "^1.0"
|
|
|
2010 },
|
|
|
2011 "suggest": {
|
|
|
2012 "ext-bcmath": "to improve IPV4 host parsing",
|
|
|
2013 "ext-fileinfo": "to create Data URI from file contennts",
|
|
|
2014 "ext-gmp": "to improve IPV4 host parsing",
|
|
|
2015 "ext-intl": "to handle IDN host with the best performance",
|
|
|
2016 "jeremykendall/php-domain-parser": "to resolve Public Suffix and Top Level Domain",
|
|
|
2017 "league/uri-components": "Needed to easily manipulate URI objects components",
|
|
|
2018 "php-64bit": "to improve IPV4 host parsing",
|
|
|
2019 "symfony/polyfill-intl-idn": "to handle IDN host via the Symfony polyfill if ext-intl is not present"
|
|
|
2020 },
|
|
|
2021 "type": "library",
|
|
|
2022 "extra": {
|
|
|
2023 "branch-alias": {
|
|
|
2024 "dev-master": "7.x-dev"
|
|
|
2025 }
|
|
|
2026 },
|
|
|
2027 "autoload": {
|
|
|
2028 "psr-4": {
|
|
|
2029 "League\\Uri\\": ""
|
|
|
2030 }
|
|
|
2031 },
|
|
|
2032 "notification-url": "https://packagist.org/downloads/",
|
|
|
2033 "license": [
|
|
|
2034 "MIT"
|
|
|
2035 ],
|
|
|
2036 "authors": [
|
|
|
2037 {
|
|
|
2038 "name": "Ignace Nyamagana Butera",
|
|
|
2039 "email": "nyamsprod@gmail.com",
|
|
|
2040 "homepage": "https://nyamsprod.com"
|
|
|
2041 }
|
|
|
2042 ],
|
|
|
2043 "description": "URI manipulation library",
|
|
|
2044 "homepage": "https://uri.thephpleague.com",
|
|
|
2045 "keywords": [
|
|
|
2046 "data-uri",
|
|
|
2047 "file-uri",
|
|
|
2048 "ftp",
|
|
|
2049 "hostname",
|
|
|
2050 "http",
|
|
|
2051 "https",
|
|
|
2052 "middleware",
|
|
|
2053 "parse_str",
|
|
|
2054 "parse_url",
|
|
|
2055 "psr-7",
|
|
|
2056 "query-string",
|
|
|
2057 "querystring",
|
|
|
2058 "rfc3986",
|
|
|
2059 "rfc3987",
|
|
|
2060 "rfc6570",
|
|
|
2061 "uri",
|
|
|
2062 "uri-template",
|
|
|
2063 "url",
|
|
|
2064 "ws"
|
|
|
2065 ],
|
|
|
2066 "support": {
|
|
|
2067 "docs": "https://uri.thephpleague.com",
|
|
|
2068 "forum": "https://thephpleague.slack.com",
|
|
|
2069 "issues": "https://github.com/thephpleague/uri-src/issues",
|
|
|
2070 "source": "https://github.com/thephpleague/uri/tree/7.5.1"
|
|
|
2071 },
|
|
|
2072 "funding": [
|
|
|
2073 {
|
|
|
2074 "url": "https://github.com/sponsors/nyamsprod",
|
|
|
2075 "type": "github"
|
|
|
2076 }
|
|
|
2077 ],
|
|
|
2078 "time": "2024-12-08T08:40:02+00:00"
|
|
|
2079 },
|
|
|
2080 {
|
|
|
2081 "name": "league/uri-interfaces",
|
|
|
2082 "version": "7.5.0",
|
|
|
2083 "source": {
|
|
|
2084 "type": "git",
|
|
|
2085 "url": "https://github.com/thephpleague/uri-interfaces.git",
|
|
|
2086 "reference": "08cfc6c4f3d811584fb09c37e2849e6a7f9b0742"
|
|
|
2087 },
|
|
|
2088 "dist": {
|
|
|
2089 "type": "zip",
|
|
|
2090 "url": "https://api.github.com/repos/thephpleague/uri-interfaces/zipball/08cfc6c4f3d811584fb09c37e2849e6a7f9b0742",
|
|
|
2091 "reference": "08cfc6c4f3d811584fb09c37e2849e6a7f9b0742",
|
|
|
2092 "shasum": ""
|
|
|
2093 },
|
|
|
2094 "require": {
|
|
|
2095 "ext-filter": "*",
|
|
|
2096 "php": "^8.1",
|
|
|
2097 "psr/http-factory": "^1",
|
|
|
2098 "psr/http-message": "^1.1 || ^2.0"
|
|
|
2099 },
|
|
|
2100 "suggest": {
|
|
|
2101 "ext-bcmath": "to improve IPV4 host parsing",
|
|
|
2102 "ext-gmp": "to improve IPV4 host parsing",
|
|
|
2103 "ext-intl": "to handle IDN host with the best performance",
|
|
|
2104 "php-64bit": "to improve IPV4 host parsing",
|
|
|
2105 "symfony/polyfill-intl-idn": "to handle IDN host via the Symfony polyfill if ext-intl is not present"
|
|
|
2106 },
|
|
|
2107 "type": "library",
|
|
|
2108 "extra": {
|
|
|
2109 "branch-alias": {
|
|
|
2110 "dev-master": "7.x-dev"
|
|
|
2111 }
|
|
|
2112 },
|
|
|
2113 "autoload": {
|
|
|
2114 "psr-4": {
|
|
|
2115 "League\\Uri\\": ""
|
|
|
2116 }
|
|
|
2117 },
|
|
|
2118 "notification-url": "https://packagist.org/downloads/",
|
|
|
2119 "license": [
|
|
|
2120 "MIT"
|
|
|
2121 ],
|
|
|
2122 "authors": [
|
|
|
2123 {
|
|
|
2124 "name": "Ignace Nyamagana Butera",
|
|
|
2125 "email": "nyamsprod@gmail.com",
|
|
|
2126 "homepage": "https://nyamsprod.com"
|
|
|
2127 }
|
|
|
2128 ],
|
|
|
2129 "description": "Common interfaces and classes for URI representation and interaction",
|
|
|
2130 "homepage": "https://uri.thephpleague.com",
|
|
|
2131 "keywords": [
|
|
|
2132 "data-uri",
|
|
|
2133 "file-uri",
|
|
|
2134 "ftp",
|
|
|
2135 "hostname",
|
|
|
2136 "http",
|
|
|
2137 "https",
|
|
|
2138 "parse_str",
|
|
|
2139 "parse_url",
|
|
|
2140 "psr-7",
|
|
|
2141 "query-string",
|
|
|
2142 "querystring",
|
|
|
2143 "rfc3986",
|
|
|
2144 "rfc3987",
|
|
|
2145 "rfc6570",
|
|
|
2146 "uri",
|
|
|
2147 "url",
|
|
|
2148 "ws"
|
|
|
2149 ],
|
|
|
2150 "support": {
|
|
|
2151 "docs": "https://uri.thephpleague.com",
|
|
|
2152 "forum": "https://thephpleague.slack.com",
|
|
|
2153 "issues": "https://github.com/thephpleague/uri-src/issues",
|
|
|
2154 "source": "https://github.com/thephpleague/uri-interfaces/tree/7.5.0"
|
|
|
2155 },
|
|
|
2156 "funding": [
|
|
|
2157 {
|
|
|
2158 "url": "https://github.com/sponsors/nyamsprod",
|
|
|
2159 "type": "github"
|
|
|
2160 }
|
|
|
2161 ],
|
|
|
2162 "time": "2024-12-08T08:18:47+00:00"
|
|
|
2163 },
|
|
|
2164 {
|
|
|
2165 "name": "monolog/monolog",
|
|
|
2166 "version": "3.9.0",
|
|
|
2167 "source": {
|
|
|
2168 "type": "git",
|
|
|
2169 "url": "https://github.com/Seldaek/monolog.git",
|
|
|
2170 "reference": "10d85740180ecba7896c87e06a166e0c95a0e3b6"
|
|
|
2171 },
|
|
|
2172 "dist": {
|
|
|
2173 "type": "zip",
|
|
|
2174 "url": "https://api.github.com/repos/Seldaek/monolog/zipball/10d85740180ecba7896c87e06a166e0c95a0e3b6",
|
|
|
2175 "reference": "10d85740180ecba7896c87e06a166e0c95a0e3b6",
|
|
|
2176 "shasum": ""
|
|
|
2177 },
|
|
|
2178 "require": {
|
|
|
2179 "php": ">=8.1",
|
|
|
2180 "psr/log": "^2.0 || ^3.0"
|
|
|
2181 },
|
|
|
2182 "provide": {
|
|
|
2183 "psr/log-implementation": "3.0.0"
|
|
|
2184 },
|
|
|
2185 "require-dev": {
|
|
|
2186 "aws/aws-sdk-php": "^3.0",
|
|
|
2187 "doctrine/couchdb": "~1.0@dev",
|
|
|
2188 "elasticsearch/elasticsearch": "^7 || ^8",
|
|
|
2189 "ext-json": "*",
|
|
|
2190 "graylog2/gelf-php": "^1.4.2 || ^2.0",
|
|
|
2191 "guzzlehttp/guzzle": "^7.4.5",
|
|
|
2192 "guzzlehttp/psr7": "^2.2",
|
|
|
2193 "mongodb/mongodb": "^1.8",
|
|
|
2194 "php-amqplib/php-amqplib": "~2.4 || ^3",
|
|
|
2195 "php-console/php-console": "^3.1.8",
|
|
|
2196 "phpstan/phpstan": "^2",
|
|
|
2197 "phpstan/phpstan-deprecation-rules": "^2",
|
|
|
2198 "phpstan/phpstan-strict-rules": "^2",
|
|
|
2199 "phpunit/phpunit": "^10.5.17 || ^11.0.7",
|
|
|
2200 "predis/predis": "^1.1 || ^2",
|
|
|
2201 "rollbar/rollbar": "^4.0",
|
|
|
2202 "ruflin/elastica": "^7 || ^8",
|
|
|
2203 "symfony/mailer": "^5.4 || ^6",
|
|
|
2204 "symfony/mime": "^5.4 || ^6"
|
|
|
2205 },
|
|
|
2206 "suggest": {
|
|
|
2207 "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
|
|
|
2208 "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
|
|
|
2209 "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
|
|
|
2210 "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
|
|
|
2211 "ext-curl": "Required to send log messages using the IFTTTHandler, the LogglyHandler, the SendGridHandler, the SlackWebhookHandler or the TelegramBotHandler",
|
|
|
2212 "ext-mbstring": "Allow to work properly with unicode symbols",
|
|
|
2213 "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
|
|
|
2214 "ext-openssl": "Required to send log messages using SSL",
|
|
|
2215 "ext-sockets": "Allow sending log messages to a Syslog server (via UDP driver)",
|
|
|
2216 "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
|
|
|
2217 "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
|
|
|
2218 "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
|
|
|
2219 "rollbar/rollbar": "Allow sending log messages to Rollbar",
|
|
|
2220 "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
|
|
|
2221 },
|
|
|
2222 "type": "library",
|
|
|
2223 "extra": {
|
|
|
2224 "branch-alias": {
|
|
|
2225 "dev-main": "3.x-dev"
|
|
|
2226 }
|
|
|
2227 },
|
|
|
2228 "autoload": {
|
|
|
2229 "psr-4": {
|
|
|
2230 "Monolog\\": "src/Monolog"
|
|
|
2231 }
|
|
|
2232 },
|
|
|
2233 "notification-url": "https://packagist.org/downloads/",
|
|
|
2234 "license": [
|
|
|
2235 "MIT"
|
|
|
2236 ],
|
|
|
2237 "authors": [
|
|
|
2238 {
|
|
|
2239 "name": "Jordi Boggiano",
|
|
|
2240 "email": "j.boggiano@seld.be",
|
|
|
2241 "homepage": "https://seld.be"
|
|
|
2242 }
|
|
|
2243 ],
|
|
|
2244 "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
|
|
|
2245 "homepage": "https://github.com/Seldaek/monolog",
|
|
|
2246 "keywords": [
|
|
|
2247 "log",
|
|
|
2248 "logging",
|
|
|
2249 "psr-3"
|
|
|
2250 ],
|
|
|
2251 "support": {
|
|
|
2252 "issues": "https://github.com/Seldaek/monolog/issues",
|
|
|
2253 "source": "https://github.com/Seldaek/monolog/tree/3.9.0"
|
|
|
2254 },
|
|
|
2255 "funding": [
|
|
|
2256 {
|
|
|
2257 "url": "https://github.com/Seldaek",
|
|
|
2258 "type": "github"
|
|
|
2259 },
|
|
|
2260 {
|
|
|
2261 "url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
|
|
|
2262 "type": "tidelift"
|
|
|
2263 }
|
|
|
2264 ],
|
|
|
2265 "time": "2025-03-24T10:02:05+00:00"
|
|
|
2266 },
|
|
|
2267 {
|
|
|
2268 "name": "nesbot/carbon",
|
|
|
2269 "version": "3.10.2",
|
|
|
2270 "source": {
|
|
|
2271 "type": "git",
|
|
|
2272 "url": "https://github.com/CarbonPHP/carbon.git",
|
|
|
2273 "reference": "76b5c07b8a9d2025ed1610e14cef1f3fd6ad2c24"
|
|
|
2274 },
|
|
|
2275 "dist": {
|
|
|
2276 "type": "zip",
|
|
|
2277 "url": "https://api.github.com/repos/CarbonPHP/carbon/zipball/76b5c07b8a9d2025ed1610e14cef1f3fd6ad2c24",
|
|
|
2278 "reference": "76b5c07b8a9d2025ed1610e14cef1f3fd6ad2c24",
|
|
|
2279 "shasum": ""
|
|
|
2280 },
|
|
|
2281 "require": {
|
|
|
2282 "carbonphp/carbon-doctrine-types": "<100.0",
|
|
|
2283 "ext-json": "*",
|
|
|
2284 "php": "^8.1",
|
|
|
2285 "psr/clock": "^1.0",
|
|
|
2286 "symfony/clock": "^6.3.12 || ^7.0",
|
|
|
2287 "symfony/polyfill-mbstring": "^1.0",
|
|
|
2288 "symfony/translation": "^4.4.18 || ^5.2.1 || ^6.0 || ^7.0"
|
|
|
2289 },
|
|
|
2290 "provide": {
|
|
|
2291 "psr/clock-implementation": "1.0"
|
|
|
2292 },
|
|
|
2293 "require-dev": {
|
|
|
2294 "doctrine/dbal": "^3.6.3 || ^4.0",
|
|
|
2295 "doctrine/orm": "^2.15.2 || ^3.0",
|
|
|
2296 "friendsofphp/php-cs-fixer": "^3.75.0",
|
|
|
2297 "kylekatarnls/multi-tester": "^2.5.3",
|
|
|
2298 "phpmd/phpmd": "^2.15.0",
|
|
|
2299 "phpstan/extension-installer": "^1.4.3",
|
|
|
2300 "phpstan/phpstan": "^2.1.17",
|
|
|
2301 "phpunit/phpunit": "^10.5.46",
|
|
|
2302 "squizlabs/php_codesniffer": "^3.13.0"
|
|
|
2303 },
|
|
|
2304 "bin": [
|
|
|
2305 "bin/carbon"
|
|
|
2306 ],
|
|
|
2307 "type": "library",
|
|
|
2308 "extra": {
|
|
|
2309 "laravel": {
|
|
|
2310 "providers": [
|
|
|
2311 "Carbon\\Laravel\\ServiceProvider"
|
|
|
2312 ]
|
|
|
2313 },
|
|
|
2314 "phpstan": {
|
|
|
2315 "includes": [
|
|
|
2316 "extension.neon"
|
|
|
2317 ]
|
|
|
2318 },
|
|
|
2319 "branch-alias": {
|
|
|
2320 "dev-2.x": "2.x-dev",
|
|
|
2321 "dev-master": "3.x-dev"
|
|
|
2322 }
|
|
|
2323 },
|
|
|
2324 "autoload": {
|
|
|
2325 "psr-4": {
|
|
|
2326 "Carbon\\": "src/Carbon/"
|
|
|
2327 }
|
|
|
2328 },
|
|
|
2329 "notification-url": "https://packagist.org/downloads/",
|
|
|
2330 "license": [
|
|
|
2331 "MIT"
|
|
|
2332 ],
|
|
|
2333 "authors": [
|
|
|
2334 {
|
|
|
2335 "name": "Brian Nesbitt",
|
|
|
2336 "email": "brian@nesbot.com",
|
|
|
2337 "homepage": "https://markido.com"
|
|
|
2338 },
|
|
|
2339 {
|
|
|
2340 "name": "kylekatarnls",
|
|
|
2341 "homepage": "https://github.com/kylekatarnls"
|
|
|
2342 }
|
|
|
2343 ],
|
|
|
2344 "description": "An API extension for DateTime that supports 281 different languages.",
|
|
|
2345 "homepage": "https://carbon.nesbot.com",
|
|
|
2346 "keywords": [
|
|
|
2347 "date",
|
|
|
2348 "datetime",
|
|
|
2349 "time"
|
|
|
2350 ],
|
|
|
2351 "support": {
|
|
|
2352 "docs": "https://carbon.nesbot.com/docs",
|
|
|
2353 "issues": "https://github.com/CarbonPHP/carbon/issues",
|
|
|
2354 "source": "https://github.com/CarbonPHP/carbon"
|
|
|
2355 },
|
|
|
2356 "funding": [
|
|
|
2357 {
|
|
|
2358 "url": "https://github.com/sponsors/kylekatarnls",
|
|
|
2359 "type": "github"
|
|
|
2360 },
|
|
|
2361 {
|
|
|
2362 "url": "https://opencollective.com/Carbon#sponsor",
|
|
|
2363 "type": "opencollective"
|
|
|
2364 },
|
|
|
2365 {
|
|
|
2366 "url": "https://tidelift.com/subscription/pkg/packagist-nesbot-carbon?utm_source=packagist-nesbot-carbon&utm_medium=referral&utm_campaign=readme",
|
|
|
2367 "type": "tidelift"
|
|
|
2368 }
|
|
|
2369 ],
|
|
|
2370 "time": "2025-08-02T09:36:06+00:00"
|
|
|
2371 },
|
|
|
2372 {
|
|
|
2373 "name": "nette/schema",
|
|
|
2374 "version": "v1.3.2",
|
|
|
2375 "source": {
|
|
|
2376 "type": "git",
|
|
|
2377 "url": "https://github.com/nette/schema.git",
|
|
|
2378 "reference": "da801d52f0354f70a638673c4a0f04e16529431d"
|
|
|
2379 },
|
|
|
2380 "dist": {
|
|
|
2381 "type": "zip",
|
|
|
2382 "url": "https://api.github.com/repos/nette/schema/zipball/da801d52f0354f70a638673c4a0f04e16529431d",
|
|
|
2383 "reference": "da801d52f0354f70a638673c4a0f04e16529431d",
|
|
|
2384 "shasum": ""
|
|
|
2385 },
|
|
|
2386 "require": {
|
|
|
2387 "nette/utils": "^4.0",
|
|
|
2388 "php": "8.1 - 8.4"
|
|
|
2389 },
|
|
|
2390 "require-dev": {
|
|
|
2391 "nette/tester": "^2.5.2",
|
|
|
2392 "phpstan/phpstan-nette": "^1.0",
|
|
|
2393 "tracy/tracy": "^2.8"
|
|
|
2394 },
|
|
|
2395 "type": "library",
|
|
|
2396 "extra": {
|
|
|
2397 "branch-alias": {
|
|
|
2398 "dev-master": "1.3-dev"
|
|
|
2399 }
|
|
|
2400 },
|
|
|
2401 "autoload": {
|
|
|
2402 "classmap": [
|
|
|
2403 "src/"
|
|
|
2404 ]
|
|
|
2405 },
|
|
|
2406 "notification-url": "https://packagist.org/downloads/",
|
|
|
2407 "license": [
|
|
|
2408 "BSD-3-Clause",
|
|
|
2409 "GPL-2.0-only",
|
|
|
2410 "GPL-3.0-only"
|
|
|
2411 ],
|
|
|
2412 "authors": [
|
|
|
2413 {
|
|
|
2414 "name": "David Grudl",
|
|
|
2415 "homepage": "https://davidgrudl.com"
|
|
|
2416 },
|
|
|
2417 {
|
|
|
2418 "name": "Nette Community",
|
|
|
2419 "homepage": "https://nette.org/contributors"
|
|
|
2420 }
|
|
|
2421 ],
|
|
|
2422 "description": "📐 Nette Schema: validating data structures against a given Schema.",
|
|
|
2423 "homepage": "https://nette.org",
|
|
|
2424 "keywords": [
|
|
|
2425 "config",
|
|
|
2426 "nette"
|
|
|
2427 ],
|
|
|
2428 "support": {
|
|
|
2429 "issues": "https://github.com/nette/schema/issues",
|
|
|
2430 "source": "https://github.com/nette/schema/tree/v1.3.2"
|
|
|
2431 },
|
|
|
2432 "time": "2024-10-06T23:10:23+00:00"
|
|
|
2433 },
|
|
|
2434 {
|
|
|
2435 "name": "nette/utils",
|
|
|
2436 "version": "v4.0.8",
|
|
|
2437 "source": {
|
|
|
2438 "type": "git",
|
|
|
2439 "url": "https://github.com/nette/utils.git",
|
|
|
2440 "reference": "c930ca4e3cf4f17dcfb03037703679d2396d2ede"
|
|
|
2441 },
|
|
|
2442 "dist": {
|
|
|
2443 "type": "zip",
|
|
|
2444 "url": "https://api.github.com/repos/nette/utils/zipball/c930ca4e3cf4f17dcfb03037703679d2396d2ede",
|
|
|
2445 "reference": "c930ca4e3cf4f17dcfb03037703679d2396d2ede",
|
|
|
2446 "shasum": ""
|
|
|
2447 },
|
|
|
2448 "require": {
|
|
|
2449 "php": "8.0 - 8.5"
|
|
|
2450 },
|
|
|
2451 "conflict": {
|
|
|
2452 "nette/finder": "<3",
|
|
|
2453 "nette/schema": "<1.2.2"
|
|
|
2454 },
|
|
|
2455 "require-dev": {
|
|
|
2456 "jetbrains/phpstorm-attributes": "^1.2",
|
|
|
2457 "nette/tester": "^2.5",
|
|
|
2458 "phpstan/phpstan-nette": "^2.0@stable",
|
|
|
2459 "tracy/tracy": "^2.9"
|
|
|
2460 },
|
|
|
2461 "suggest": {
|
|
|
2462 "ext-gd": "to use Image",
|
|
|
2463 "ext-iconv": "to use Strings::webalize(), toAscii(), chr() and reverse()",
|
|
|
2464 "ext-intl": "to use Strings::webalize(), toAscii(), normalize() and compare()",
|
|
|
2465 "ext-json": "to use Nette\\Utils\\Json",
|
|
|
2466 "ext-mbstring": "to use Strings::lower() etc...",
|
|
|
2467 "ext-tokenizer": "to use Nette\\Utils\\Reflection::getUseStatements()"
|
|
|
2468 },
|
|
|
2469 "type": "library",
|
|
|
2470 "extra": {
|
|
|
2471 "branch-alias": {
|
|
|
2472 "dev-master": "4.0-dev"
|
|
|
2473 }
|
|
|
2474 },
|
|
|
2475 "autoload": {
|
|
|
2476 "psr-4": {
|
|
|
2477 "Nette\\": "src"
|
|
|
2478 },
|
|
|
2479 "classmap": [
|
|
|
2480 "src/"
|
|
|
2481 ]
|
|
|
2482 },
|
|
|
2483 "notification-url": "https://packagist.org/downloads/",
|
|
|
2484 "license": [
|
|
|
2485 "BSD-3-Clause",
|
|
|
2486 "GPL-2.0-only",
|
|
|
2487 "GPL-3.0-only"
|
|
|
2488 ],
|
|
|
2489 "authors": [
|
|
|
2490 {
|
|
|
2491 "name": "David Grudl",
|
|
|
2492 "homepage": "https://davidgrudl.com"
|
|
|
2493 },
|
|
|
2494 {
|
|
|
2495 "name": "Nette Community",
|
|
|
2496 "homepage": "https://nette.org/contributors"
|
|
|
2497 }
|
|
|
2498 ],
|
|
|
2499 "description": "🛠 Nette Utils: lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.",
|
|
|
2500 "homepage": "https://nette.org",
|
|
|
2501 "keywords": [
|
|
|
2502 "array",
|
|
|
2503 "core",
|
|
|
2504 "datetime",
|
|
|
2505 "images",
|
|
|
2506 "json",
|
|
|
2507 "nette",
|
|
|
2508 "paginator",
|
|
|
2509 "password",
|
|
|
2510 "slugify",
|
|
|
2511 "string",
|
|
|
2512 "unicode",
|
|
|
2513 "utf-8",
|
|
|
2514 "utility",
|
|
|
2515 "validation"
|
|
|
2516 ],
|
|
|
2517 "support": {
|
|
|
2518 "issues": "https://github.com/nette/utils/issues",
|
|
|
2519 "source": "https://github.com/nette/utils/tree/v4.0.8"
|
|
|
2520 },
|
|
|
2521 "time": "2025-08-06T21:43:34+00:00"
|
|
|
2522 },
|
|
|
2523 {
|
|
|
2524 "name": "nikic/php-parser",
|
|
|
2525 "version": "v5.6.1",
|
|
|
2526 "source": {
|
|
|
2527 "type": "git",
|
|
|
2528 "url": "https://github.com/nikic/PHP-Parser.git",
|
|
|
2529 "reference": "f103601b29efebd7ff4a1ca7b3eeea9e3336a2a2"
|
|
|
2530 },
|
|
|
2531 "dist": {
|
|
|
2532 "type": "zip",
|
|
|
2533 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/f103601b29efebd7ff4a1ca7b3eeea9e3336a2a2",
|
|
|
2534 "reference": "f103601b29efebd7ff4a1ca7b3eeea9e3336a2a2",
|
|
|
2535 "shasum": ""
|
|
|
2536 },
|
|
|
2537 "require": {
|
|
|
2538 "ext-ctype": "*",
|
|
|
2539 "ext-json": "*",
|
|
|
2540 "ext-tokenizer": "*",
|
|
|
2541 "php": ">=7.4"
|
|
|
2542 },
|
|
|
2543 "require-dev": {
|
|
|
2544 "ircmaxell/php-yacc": "^0.0.7",
|
|
|
2545 "phpunit/phpunit": "^9.0"
|
|
|
2546 },
|
|
|
2547 "bin": [
|
|
|
2548 "bin/php-parse"
|
|
|
2549 ],
|
|
|
2550 "type": "library",
|
|
|
2551 "extra": {
|
|
|
2552 "branch-alias": {
|
|
|
2553 "dev-master": "5.x-dev"
|
|
|
2554 }
|
|
|
2555 },
|
|
|
2556 "autoload": {
|
|
|
2557 "psr-4": {
|
|
|
2558 "PhpParser\\": "lib/PhpParser"
|
|
|
2559 }
|
|
|
2560 },
|
|
|
2561 "notification-url": "https://packagist.org/downloads/",
|
|
|
2562 "license": [
|
|
|
2563 "BSD-3-Clause"
|
|
|
2564 ],
|
|
|
2565 "authors": [
|
|
|
2566 {
|
|
|
2567 "name": "Nikita Popov"
|
|
|
2568 }
|
|
|
2569 ],
|
|
|
2570 "description": "A PHP parser written in PHP",
|
|
|
2571 "keywords": [
|
|
|
2572 "parser",
|
|
|
2573 "php"
|
|
|
2574 ],
|
|
|
2575 "support": {
|
|
|
2576 "issues": "https://github.com/nikic/PHP-Parser/issues",
|
|
|
2577 "source": "https://github.com/nikic/PHP-Parser/tree/v5.6.1"
|
|
|
2578 },
|
|
|
2579 "time": "2025-08-13T20:13:15+00:00"
|
|
|
2580 },
|
|
|
2581 {
|
|
|
2582 "name": "nunomaduro/termwind",
|
|
|
2583 "version": "v2.3.1",
|
|
|
2584 "source": {
|
|
|
2585 "type": "git",
|
|
|
2586 "url": "https://github.com/nunomaduro/termwind.git",
|
|
|
2587 "reference": "dfa08f390e509967a15c22493dc0bac5733d9123"
|
|
|
2588 },
|
|
|
2589 "dist": {
|
|
|
2590 "type": "zip",
|
|
|
2591 "url": "https://api.github.com/repos/nunomaduro/termwind/zipball/dfa08f390e509967a15c22493dc0bac5733d9123",
|
|
|
2592 "reference": "dfa08f390e509967a15c22493dc0bac5733d9123",
|
|
|
2593 "shasum": ""
|
|
|
2594 },
|
|
|
2595 "require": {
|
|
|
2596 "ext-mbstring": "*",
|
|
|
2597 "php": "^8.2",
|
|
|
2598 "symfony/console": "^7.2.6"
|
|
|
2599 },
|
|
|
2600 "require-dev": {
|
|
|
2601 "illuminate/console": "^11.44.7",
|
|
|
2602 "laravel/pint": "^1.22.0",
|
|
|
2603 "mockery/mockery": "^1.6.12",
|
|
|
2604 "pestphp/pest": "^2.36.0 || ^3.8.2",
|
|
|
2605 "phpstan/phpstan": "^1.12.25",
|
|
|
2606 "phpstan/phpstan-strict-rules": "^1.6.2",
|
|
|
2607 "symfony/var-dumper": "^7.2.6",
|
|
|
2608 "thecodingmachine/phpstan-strict-rules": "^1.0.0"
|
|
|
2609 },
|
|
|
2610 "type": "library",
|
|
|
2611 "extra": {
|
|
|
2612 "laravel": {
|
|
|
2613 "providers": [
|
|
|
2614 "Termwind\\Laravel\\TermwindServiceProvider"
|
|
|
2615 ]
|
|
|
2616 },
|
|
|
2617 "branch-alias": {
|
|
|
2618 "dev-2.x": "2.x-dev"
|
|
|
2619 }
|
|
|
2620 },
|
|
|
2621 "autoload": {
|
|
|
2622 "files": [
|
|
|
2623 "src/Functions.php"
|
|
|
2624 ],
|
|
|
2625 "psr-4": {
|
|
|
2626 "Termwind\\": "src/"
|
|
|
2627 }
|
|
|
2628 },
|
|
|
2629 "notification-url": "https://packagist.org/downloads/",
|
|
|
2630 "license": [
|
|
|
2631 "MIT"
|
|
|
2632 ],
|
|
|
2633 "authors": [
|
|
|
2634 {
|
|
|
2635 "name": "Nuno Maduro",
|
|
|
2636 "email": "enunomaduro@gmail.com"
|
|
|
2637 }
|
|
|
2638 ],
|
|
|
2639 "description": "Its like Tailwind CSS, but for the console.",
|
|
|
2640 "keywords": [
|
|
|
2641 "cli",
|
|
|
2642 "console",
|
|
|
2643 "css",
|
|
|
2644 "package",
|
|
|
2645 "php",
|
|
|
2646 "style"
|
|
|
2647 ],
|
|
|
2648 "support": {
|
|
|
2649 "issues": "https://github.com/nunomaduro/termwind/issues",
|
|
|
2650 "source": "https://github.com/nunomaduro/termwind/tree/v2.3.1"
|
|
|
2651 },
|
|
|
2652 "funding": [
|
|
|
2653 {
|
|
|
2654 "url": "https://www.paypal.com/paypalme/enunomaduro",
|
|
|
2655 "type": "custom"
|
|
|
2656 },
|
|
|
2657 {
|
|
|
2658 "url": "https://github.com/nunomaduro",
|
|
|
2659 "type": "github"
|
|
|
2660 },
|
|
|
2661 {
|
|
|
2662 "url": "https://github.com/xiCO2k",
|
|
|
2663 "type": "github"
|
|
|
2664 }
|
|
|
2665 ],
|
|
|
2666 "time": "2025-05-08T08:14:37+00:00"
|
|
|
2667 },
|
|
|
2668 {
|
|
|
2669 "name": "phpoption/phpoption",
|
|
|
2670 "version": "1.9.4",
|
|
|
2671 "source": {
|
|
|
2672 "type": "git",
|
|
|
2673 "url": "https://github.com/schmittjoh/php-option.git",
|
|
|
2674 "reference": "638a154f8d4ee6a5cfa96d6a34dfbe0cffa9566d"
|
|
|
2675 },
|
|
|
2676 "dist": {
|
|
|
2677 "type": "zip",
|
|
|
2678 "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/638a154f8d4ee6a5cfa96d6a34dfbe0cffa9566d",
|
|
|
2679 "reference": "638a154f8d4ee6a5cfa96d6a34dfbe0cffa9566d",
|
|
|
2680 "shasum": ""
|
|
|
2681 },
|
|
|
2682 "require": {
|
|
|
2683 "php": "^7.2.5 || ^8.0"
|
|
|
2684 },
|
|
|
2685 "require-dev": {
|
|
|
2686 "bamarni/composer-bin-plugin": "^1.8.2",
|
|
|
2687 "phpunit/phpunit": "^8.5.44 || ^9.6.25 || ^10.5.53 || ^11.5.34"
|
|
|
2688 },
|
|
|
2689 "type": "library",
|
|
|
2690 "extra": {
|
|
|
2691 "bamarni-bin": {
|
|
|
2692 "bin-links": true,
|
|
|
2693 "forward-command": false
|
|
|
2694 },
|
|
|
2695 "branch-alias": {
|
|
|
2696 "dev-master": "1.9-dev"
|
|
|
2697 }
|
|
|
2698 },
|
|
|
2699 "autoload": {
|
|
|
2700 "psr-4": {
|
|
|
2701 "PhpOption\\": "src/PhpOption/"
|
|
|
2702 }
|
|
|
2703 },
|
|
|
2704 "notification-url": "https://packagist.org/downloads/",
|
|
|
2705 "license": [
|
|
|
2706 "Apache-2.0"
|
|
|
2707 ],
|
|
|
2708 "authors": [
|
|
|
2709 {
|
|
|
2710 "name": "Johannes M. Schmitt",
|
|
|
2711 "email": "schmittjoh@gmail.com",
|
|
|
2712 "homepage": "https://github.com/schmittjoh"
|
|
|
2713 },
|
|
|
2714 {
|
|
|
2715 "name": "Graham Campbell",
|
|
|
2716 "email": "hello@gjcampbell.co.uk",
|
|
|
2717 "homepage": "https://github.com/GrahamCampbell"
|
|
|
2718 }
|
|
|
2719 ],
|
|
|
2720 "description": "Option Type for PHP",
|
|
|
2721 "keywords": [
|
|
|
2722 "language",
|
|
|
2723 "option",
|
|
|
2724 "php",
|
|
|
2725 "type"
|
|
|
2726 ],
|
|
|
2727 "support": {
|
|
|
2728 "issues": "https://github.com/schmittjoh/php-option/issues",
|
|
|
2729 "source": "https://github.com/schmittjoh/php-option/tree/1.9.4"
|
|
|
2730 },
|
|
|
2731 "funding": [
|
|
|
2732 {
|
|
|
2733 "url": "https://github.com/GrahamCampbell",
|
|
|
2734 "type": "github"
|
|
|
2735 },
|
|
|
2736 {
|
|
|
2737 "url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption",
|
|
|
2738 "type": "tidelift"
|
|
|
2739 }
|
|
|
2740 ],
|
|
|
2741 "time": "2025-08-21T11:53:16+00:00"
|
|
|
2742 },
|
|
|
2743 {
|
|
|
2744 "name": "psr/cache",
|
|
|
2745 "version": "3.0.0",
|
|
|
2746 "source": {
|
|
|
2747 "type": "git",
|
|
|
2748 "url": "https://github.com/php-fig/cache.git",
|
|
|
2749 "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf"
|
|
|
2750 },
|
|
|
2751 "dist": {
|
|
|
2752 "type": "zip",
|
|
|
2753 "url": "https://api.github.com/repos/php-fig/cache/zipball/aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
|
|
|
2754 "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
|
|
|
2755 "shasum": ""
|
|
|
2756 },
|
|
|
2757 "require": {
|
|
|
2758 "php": ">=8.0.0"
|
|
|
2759 },
|
|
|
2760 "type": "library",
|
|
|
2761 "extra": {
|
|
|
2762 "branch-alias": {
|
|
|
2763 "dev-master": "1.0.x-dev"
|
|
|
2764 }
|
|
|
2765 },
|
|
|
2766 "autoload": {
|
|
|
2767 "psr-4": {
|
|
|
2768 "Psr\\Cache\\": "src/"
|
|
|
2769 }
|
|
|
2770 },
|
|
|
2771 "notification-url": "https://packagist.org/downloads/",
|
|
|
2772 "license": [
|
|
|
2773 "MIT"
|
|
|
2774 ],
|
|
|
2775 "authors": [
|
|
|
2776 {
|
|
|
2777 "name": "PHP-FIG",
|
|
|
2778 "homepage": "https://www.php-fig.org/"
|
|
|
2779 }
|
|
|
2780 ],
|
|
|
2781 "description": "Common interface for caching libraries",
|
|
|
2782 "keywords": [
|
|
|
2783 "cache",
|
|
|
2784 "psr",
|
|
|
2785 "psr-6"
|
|
|
2786 ],
|
|
|
2787 "support": {
|
|
|
2788 "source": "https://github.com/php-fig/cache/tree/3.0.0"
|
|
|
2789 },
|
|
|
2790 "time": "2021-02-03T23:26:27+00:00"
|
|
|
2791 },
|
|
|
2792 {
|
|
|
2793 "name": "psr/clock",
|
|
|
2794 "version": "1.0.0",
|
|
|
2795 "source": {
|
|
|
2796 "type": "git",
|
|
|
2797 "url": "https://github.com/php-fig/clock.git",
|
|
|
2798 "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d"
|
|
|
2799 },
|
|
|
2800 "dist": {
|
|
|
2801 "type": "zip",
|
|
|
2802 "url": "https://api.github.com/repos/php-fig/clock/zipball/e41a24703d4560fd0acb709162f73b8adfc3aa0d",
|
|
|
2803 "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d",
|
|
|
2804 "shasum": ""
|
|
|
2805 },
|
|
|
2806 "require": {
|
|
|
2807 "php": "^7.0 || ^8.0"
|
|
|
2808 },
|
|
|
2809 "type": "library",
|
|
|
2810 "autoload": {
|
|
|
2811 "psr-4": {
|
|
|
2812 "Psr\\Clock\\": "src/"
|
|
|
2813 }
|
|
|
2814 },
|
|
|
2815 "notification-url": "https://packagist.org/downloads/",
|
|
|
2816 "license": [
|
|
|
2817 "MIT"
|
|
|
2818 ],
|
|
|
2819 "authors": [
|
|
|
2820 {
|
|
|
2821 "name": "PHP-FIG",
|
|
|
2822 "homepage": "https://www.php-fig.org/"
|
|
|
2823 }
|
|
|
2824 ],
|
|
|
2825 "description": "Common interface for reading the clock.",
|
|
|
2826 "homepage": "https://github.com/php-fig/clock",
|
|
|
2827 "keywords": [
|
|
|
2828 "clock",
|
|
|
2829 "now",
|
|
|
2830 "psr",
|
|
|
2831 "psr-20",
|
|
|
2832 "time"
|
|
|
2833 ],
|
|
|
2834 "support": {
|
|
|
2835 "issues": "https://github.com/php-fig/clock/issues",
|
|
|
2836 "source": "https://github.com/php-fig/clock/tree/1.0.0"
|
|
|
2837 },
|
|
|
2838 "time": "2022-11-25T14:36:26+00:00"
|
|
|
2839 },
|
|
|
2840 {
|
|
|
2841 "name": "psr/container",
|
|
|
2842 "version": "2.0.2",
|
|
|
2843 "source": {
|
|
|
2844 "type": "git",
|
|
|
2845 "url": "https://github.com/php-fig/container.git",
|
|
|
2846 "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963"
|
|
|
2847 },
|
|
|
2848 "dist": {
|
|
|
2849 "type": "zip",
|
|
|
2850 "url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963",
|
|
|
2851 "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963",
|
|
|
2852 "shasum": ""
|
|
|
2853 },
|
|
|
2854 "require": {
|
|
|
2855 "php": ">=7.4.0"
|
|
|
2856 },
|
|
|
2857 "type": "library",
|
|
|
2858 "extra": {
|
|
|
2859 "branch-alias": {
|
|
|
2860 "dev-master": "2.0.x-dev"
|
|
|
2861 }
|
|
|
2862 },
|
|
|
2863 "autoload": {
|
|
|
2864 "psr-4": {
|
|
|
2865 "Psr\\Container\\": "src/"
|
|
|
2866 }
|
|
|
2867 },
|
|
|
2868 "notification-url": "https://packagist.org/downloads/",
|
|
|
2869 "license": [
|
|
|
2870 "MIT"
|
|
|
2871 ],
|
|
|
2872 "authors": [
|
|
|
2873 {
|
|
|
2874 "name": "PHP-FIG",
|
|
|
2875 "homepage": "https://www.php-fig.org/"
|
|
|
2876 }
|
|
|
2877 ],
|
|
|
2878 "description": "Common Container Interface (PHP FIG PSR-11)",
|
|
|
2879 "homepage": "https://github.com/php-fig/container",
|
|
|
2880 "keywords": [
|
|
|
2881 "PSR-11",
|
|
|
2882 "container",
|
|
|
2883 "container-interface",
|
|
|
2884 "container-interop",
|
|
|
2885 "psr"
|
|
|
2886 ],
|
|
|
2887 "support": {
|
|
|
2888 "issues": "https://github.com/php-fig/container/issues",
|
|
|
2889 "source": "https://github.com/php-fig/container/tree/2.0.2"
|
|
|
2890 },
|
|
|
2891 "time": "2021-11-05T16:47:00+00:00"
|
|
|
2892 },
|
|
|
2893 {
|
|
|
2894 "name": "psr/event-dispatcher",
|
|
|
2895 "version": "1.0.0",
|
|
|
2896 "source": {
|
|
|
2897 "type": "git",
|
|
|
2898 "url": "https://github.com/php-fig/event-dispatcher.git",
|
|
|
2899 "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
|
|
|
2900 },
|
|
|
2901 "dist": {
|
|
|
2902 "type": "zip",
|
|
|
2903 "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
|
|
|
2904 "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
|
|
|
2905 "shasum": ""
|
|
|
2906 },
|
|
|
2907 "require": {
|
|
|
2908 "php": ">=7.2.0"
|
|
|
2909 },
|
|
|
2910 "type": "library",
|
|
|
2911 "extra": {
|
|
|
2912 "branch-alias": {
|
|
|
2913 "dev-master": "1.0.x-dev"
|
|
|
2914 }
|
|
|
2915 },
|
|
|
2916 "autoload": {
|
|
|
2917 "psr-4": {
|
|
|
2918 "Psr\\EventDispatcher\\": "src/"
|
|
|
2919 }
|
|
|
2920 },
|
|
|
2921 "notification-url": "https://packagist.org/downloads/",
|
|
|
2922 "license": [
|
|
|
2923 "MIT"
|
|
|
2924 ],
|
|
|
2925 "authors": [
|
|
|
2926 {
|
|
|
2927 "name": "PHP-FIG",
|
|
|
2928 "homepage": "http://www.php-fig.org/"
|
|
|
2929 }
|
|
|
2930 ],
|
|
|
2931 "description": "Standard interfaces for event handling.",
|
|
|
2932 "keywords": [
|
|
|
2933 "events",
|
|
|
2934 "psr",
|
|
|
2935 "psr-14"
|
|
|
2936 ],
|
|
|
2937 "support": {
|
|
|
2938 "issues": "https://github.com/php-fig/event-dispatcher/issues",
|
|
|
2939 "source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0"
|
|
|
2940 },
|
|
|
2941 "time": "2019-01-08T18:20:26+00:00"
|
|
|
2942 },
|
|
|
2943 {
|
|
|
2944 "name": "psr/http-client",
|
|
|
2945 "version": "1.0.3",
|
|
|
2946 "source": {
|
|
|
2947 "type": "git",
|
|
|
2948 "url": "https://github.com/php-fig/http-client.git",
|
|
|
2949 "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90"
|
|
|
2950 },
|
|
|
2951 "dist": {
|
|
|
2952 "type": "zip",
|
|
|
2953 "url": "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90",
|
|
|
2954 "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90",
|
|
|
2955 "shasum": ""
|
|
|
2956 },
|
|
|
2957 "require": {
|
|
|
2958 "php": "^7.0 || ^8.0",
|
|
|
2959 "psr/http-message": "^1.0 || ^2.0"
|
|
|
2960 },
|
|
|
2961 "type": "library",
|
|
|
2962 "extra": {
|
|
|
2963 "branch-alias": {
|
|
|
2964 "dev-master": "1.0.x-dev"
|
|
|
2965 }
|
|
|
2966 },
|
|
|
2967 "autoload": {
|
|
|
2968 "psr-4": {
|
|
|
2969 "Psr\\Http\\Client\\": "src/"
|
|
|
2970 }
|
|
|
2971 },
|
|
|
2972 "notification-url": "https://packagist.org/downloads/",
|
|
|
2973 "license": [
|
|
|
2974 "MIT"
|
|
|
2975 ],
|
|
|
2976 "authors": [
|
|
|
2977 {
|
|
|
2978 "name": "PHP-FIG",
|
|
|
2979 "homepage": "https://www.php-fig.org/"
|
|
|
2980 }
|
|
|
2981 ],
|
|
|
2982 "description": "Common interface for HTTP clients",
|
|
|
2983 "homepage": "https://github.com/php-fig/http-client",
|
|
|
2984 "keywords": [
|
|
|
2985 "http",
|
|
|
2986 "http-client",
|
|
|
2987 "psr",
|
|
|
2988 "psr-18"
|
|
|
2989 ],
|
|
|
2990 "support": {
|
|
|
2991 "source": "https://github.com/php-fig/http-client"
|
|
|
2992 },
|
|
|
2993 "time": "2023-09-23T14:17:50+00:00"
|
|
|
2994 },
|
|
|
2995 {
|
|
|
2996 "name": "psr/http-factory",
|
|
|
2997 "version": "1.1.0",
|
|
|
2998 "source": {
|
|
|
2999 "type": "git",
|
|
|
3000 "url": "https://github.com/php-fig/http-factory.git",
|
|
|
3001 "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a"
|
|
|
3002 },
|
|
|
3003 "dist": {
|
|
|
3004 "type": "zip",
|
|
|
3005 "url": "https://api.github.com/repos/php-fig/http-factory/zipball/2b4765fddfe3b508ac62f829e852b1501d3f6e8a",
|
|
|
3006 "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a",
|
|
|
3007 "shasum": ""
|
|
|
3008 },
|
|
|
3009 "require": {
|
|
|
3010 "php": ">=7.1",
|
|
|
3011 "psr/http-message": "^1.0 || ^2.0"
|
|
|
3012 },
|
|
|
3013 "type": "library",
|
|
|
3014 "extra": {
|
|
|
3015 "branch-alias": {
|
|
|
3016 "dev-master": "1.0.x-dev"
|
|
|
3017 }
|
|
|
3018 },
|
|
|
3019 "autoload": {
|
|
|
3020 "psr-4": {
|
|
|
3021 "Psr\\Http\\Message\\": "src/"
|
|
|
3022 }
|
|
|
3023 },
|
|
|
3024 "notification-url": "https://packagist.org/downloads/",
|
|
|
3025 "license": [
|
|
|
3026 "MIT"
|
|
|
3027 ],
|
|
|
3028 "authors": [
|
|
|
3029 {
|
|
|
3030 "name": "PHP-FIG",
|
|
|
3031 "homepage": "https://www.php-fig.org/"
|
|
|
3032 }
|
|
|
3033 ],
|
|
|
3034 "description": "PSR-17: Common interfaces for PSR-7 HTTP message factories",
|
|
|
3035 "keywords": [
|
|
|
3036 "factory",
|
|
|
3037 "http",
|
|
|
3038 "message",
|
|
|
3039 "psr",
|
|
|
3040 "psr-17",
|
|
|
3041 "psr-7",
|
|
|
3042 "request",
|
|
|
3043 "response"
|
|
|
3044 ],
|
|
|
3045 "support": {
|
|
|
3046 "source": "https://github.com/php-fig/http-factory"
|
|
|
3047 },
|
|
|
3048 "time": "2024-04-15T12:06:14+00:00"
|
|
|
3049 },
|
|
|
3050 {
|
|
|
3051 "name": "psr/http-message",
|
|
|
3052 "version": "2.0",
|
|
|
3053 "source": {
|
|
|
3054 "type": "git",
|
|
|
3055 "url": "https://github.com/php-fig/http-message.git",
|
|
|
3056 "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71"
|
|
|
3057 },
|
|
|
3058 "dist": {
|
|
|
3059 "type": "zip",
|
|
|
3060 "url": "https://api.github.com/repos/php-fig/http-message/zipball/402d35bcb92c70c026d1a6a9883f06b2ead23d71",
|
|
|
3061 "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71",
|
|
|
3062 "shasum": ""
|
|
|
3063 },
|
|
|
3064 "require": {
|
|
|
3065 "php": "^7.2 || ^8.0"
|
|
|
3066 },
|
|
|
3067 "type": "library",
|
|
|
3068 "extra": {
|
|
|
3069 "branch-alias": {
|
|
|
3070 "dev-master": "2.0.x-dev"
|
|
|
3071 }
|
|
|
3072 },
|
|
|
3073 "autoload": {
|
|
|
3074 "psr-4": {
|
|
|
3075 "Psr\\Http\\Message\\": "src/"
|
|
|
3076 }
|
|
|
3077 },
|
|
|
3078 "notification-url": "https://packagist.org/downloads/",
|
|
|
3079 "license": [
|
|
|
3080 "MIT"
|
|
|
3081 ],
|
|
|
3082 "authors": [
|
|
|
3083 {
|
|
|
3084 "name": "PHP-FIG",
|
|
|
3085 "homepage": "https://www.php-fig.org/"
|
|
|
3086 }
|
|
|
3087 ],
|
|
|
3088 "description": "Common interface for HTTP messages",
|
|
|
3089 "homepage": "https://github.com/php-fig/http-message",
|
|
|
3090 "keywords": [
|
|
|
3091 "http",
|
|
|
3092 "http-message",
|
|
|
3093 "psr",
|
|
|
3094 "psr-7",
|
|
|
3095 "request",
|
|
|
3096 "response"
|
|
|
3097 ],
|
|
|
3098 "support": {
|
|
|
3099 "source": "https://github.com/php-fig/http-message/tree/2.0"
|
|
|
3100 },
|
|
|
3101 "time": "2023-04-04T09:54:51+00:00"
|
|
|
3102 },
|
|
|
3103 {
|
|
|
3104 "name": "psr/log",
|
|
|
3105 "version": "3.0.2",
|
|
|
3106 "source": {
|
|
|
3107 "type": "git",
|
|
|
3108 "url": "https://github.com/php-fig/log.git",
|
|
|
3109 "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3"
|
|
|
3110 },
|
|
|
3111 "dist": {
|
|
|
3112 "type": "zip",
|
|
|
3113 "url": "https://api.github.com/repos/php-fig/log/zipball/f16e1d5863e37f8d8c2a01719f5b34baa2b714d3",
|
|
|
3114 "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3",
|
|
|
3115 "shasum": ""
|
|
|
3116 },
|
|
|
3117 "require": {
|
|
|
3118 "php": ">=8.0.0"
|
|
|
3119 },
|
|
|
3120 "type": "library",
|
|
|
3121 "extra": {
|
|
|
3122 "branch-alias": {
|
|
|
3123 "dev-master": "3.x-dev"
|
|
|
3124 }
|
|
|
3125 },
|
|
|
3126 "autoload": {
|
|
|
3127 "psr-4": {
|
|
|
3128 "Psr\\Log\\": "src"
|
|
|
3129 }
|
|
|
3130 },
|
|
|
3131 "notification-url": "https://packagist.org/downloads/",
|
|
|
3132 "license": [
|
|
|
3133 "MIT"
|
|
|
3134 ],
|
|
|
3135 "authors": [
|
|
|
3136 {
|
|
|
3137 "name": "PHP-FIG",
|
|
|
3138 "homepage": "https://www.php-fig.org/"
|
|
|
3139 }
|
|
|
3140 ],
|
|
|
3141 "description": "Common interface for logging libraries",
|
|
|
3142 "homepage": "https://github.com/php-fig/log",
|
|
|
3143 "keywords": [
|
|
|
3144 "log",
|
|
|
3145 "psr",
|
|
|
3146 "psr-3"
|
|
|
3147 ],
|
|
|
3148 "support": {
|
|
|
3149 "source": "https://github.com/php-fig/log/tree/3.0.2"
|
|
|
3150 },
|
|
|
3151 "time": "2024-09-11T13:17:53+00:00"
|
|
|
3152 },
|
|
|
3153 {
|
|
|
3154 "name": "psr/simple-cache",
|
|
|
3155 "version": "3.0.0",
|
|
|
3156 "source": {
|
|
|
3157 "type": "git",
|
|
|
3158 "url": "https://github.com/php-fig/simple-cache.git",
|
|
|
3159 "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865"
|
|
|
3160 },
|
|
|
3161 "dist": {
|
|
|
3162 "type": "zip",
|
|
|
3163 "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/764e0b3939f5ca87cb904f570ef9be2d78a07865",
|
|
|
3164 "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865",
|
|
|
3165 "shasum": ""
|
|
|
3166 },
|
|
|
3167 "require": {
|
|
|
3168 "php": ">=8.0.0"
|
|
|
3169 },
|
|
|
3170 "type": "library",
|
|
|
3171 "extra": {
|
|
|
3172 "branch-alias": {
|
|
|
3173 "dev-master": "3.0.x-dev"
|
|
|
3174 }
|
|
|
3175 },
|
|
|
3176 "autoload": {
|
|
|
3177 "psr-4": {
|
|
|
3178 "Psr\\SimpleCache\\": "src/"
|
|
|
3179 }
|
|
|
3180 },
|
|
|
3181 "notification-url": "https://packagist.org/downloads/",
|
|
|
3182 "license": [
|
|
|
3183 "MIT"
|
|
|
3184 ],
|
|
|
3185 "authors": [
|
|
|
3186 {
|
|
|
3187 "name": "PHP-FIG",
|
|
|
3188 "homepage": "https://www.php-fig.org/"
|
|
|
3189 }
|
|
|
3190 ],
|
|
|
3191 "description": "Common interfaces for simple caching",
|
|
|
3192 "keywords": [
|
|
|
3193 "cache",
|
|
|
3194 "caching",
|
|
|
3195 "psr",
|
|
|
3196 "psr-16",
|
|
|
3197 "simple-cache"
|
|
|
3198 ],
|
|
|
3199 "support": {
|
|
|
3200 "source": "https://github.com/php-fig/simple-cache/tree/3.0.0"
|
|
|
3201 },
|
|
|
3202 "time": "2021-10-29T13:26:27+00:00"
|
|
|
3203 },
|
|
|
3204 {
|
|
|
3205 "name": "psy/psysh",
|
|
|
3206 "version": "v0.12.10",
|
|
|
3207 "source": {
|
|
|
3208 "type": "git",
|
|
|
3209 "url": "https://github.com/bobthecow/psysh.git",
|
|
|
3210 "reference": "6e80abe6f2257121f1eb9a4c55bf29d921025b22"
|
|
|
3211 },
|
|
|
3212 "dist": {
|
|
|
3213 "type": "zip",
|
|
|
3214 "url": "https://api.github.com/repos/bobthecow/psysh/zipball/6e80abe6f2257121f1eb9a4c55bf29d921025b22",
|
|
|
3215 "reference": "6e80abe6f2257121f1eb9a4c55bf29d921025b22",
|
|
|
3216 "shasum": ""
|
|
|
3217 },
|
|
|
3218 "require": {
|
|
|
3219 "ext-json": "*",
|
|
|
3220 "ext-tokenizer": "*",
|
|
|
3221 "nikic/php-parser": "^5.0 || ^4.0",
|
|
|
3222 "php": "^8.0 || ^7.4",
|
|
|
3223 "symfony/console": "^7.0 || ^6.0 || ^5.0 || ^4.0 || ^3.4",
|
|
|
3224 "symfony/var-dumper": "^7.0 || ^6.0 || ^5.0 || ^4.0 || ^3.4"
|
|
|
3225 },
|
|
|
3226 "conflict": {
|
|
|
3227 "symfony/console": "4.4.37 || 5.3.14 || 5.3.15 || 5.4.3 || 5.4.4 || 6.0.3 || 6.0.4"
|
|
|
3228 },
|
|
|
3229 "require-dev": {
|
|
|
3230 "bamarni/composer-bin-plugin": "^1.2"
|
|
|
3231 },
|
|
|
3232 "suggest": {
|
|
|
3233 "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
|
|
|
3234 "ext-pdo-sqlite": "The doc command requires SQLite to work.",
|
|
|
3235 "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well."
|
|
|
3236 },
|
|
|
3237 "bin": [
|
|
|
3238 "bin/psysh"
|
|
|
3239 ],
|
|
|
3240 "type": "library",
|
|
|
3241 "extra": {
|
|
|
3242 "bamarni-bin": {
|
|
|
3243 "bin-links": false,
|
|
|
3244 "forward-command": false
|
|
|
3245 },
|
|
|
3246 "branch-alias": {
|
|
|
3247 "dev-main": "0.12.x-dev"
|
|
|
3248 }
|
|
|
3249 },
|
|
|
3250 "autoload": {
|
|
|
3251 "files": [
|
|
|
3252 "src/functions.php"
|
|
|
3253 ],
|
|
|
3254 "psr-4": {
|
|
|
3255 "Psy\\": "src/"
|
|
|
3256 }
|
|
|
3257 },
|
|
|
3258 "notification-url": "https://packagist.org/downloads/",
|
|
|
3259 "license": [
|
|
|
3260 "MIT"
|
|
|
3261 ],
|
|
|
3262 "authors": [
|
|
|
3263 {
|
|
|
3264 "name": "Justin Hileman",
|
|
|
3265 "email": "justin@justinhileman.info"
|
|
|
3266 }
|
|
|
3267 ],
|
|
|
3268 "description": "An interactive shell for modern PHP.",
|
|
|
3269 "homepage": "https://psysh.org",
|
|
|
3270 "keywords": [
|
|
|
3271 "REPL",
|
|
|
3272 "console",
|
|
|
3273 "interactive",
|
|
|
3274 "shell"
|
|
|
3275 ],
|
|
|
3276 "support": {
|
|
|
3277 "issues": "https://github.com/bobthecow/psysh/issues",
|
|
|
3278 "source": "https://github.com/bobthecow/psysh/tree/v0.12.10"
|
|
|
3279 },
|
|
|
3280 "time": "2025-08-04T12:39:37+00:00"
|
|
|
3281 },
|
|
|
3282 {
|
|
|
3283 "name": "ralouphie/getallheaders",
|
|
|
3284 "version": "3.0.3",
|
|
|
3285 "source": {
|
|
|
3286 "type": "git",
|
|
|
3287 "url": "https://github.com/ralouphie/getallheaders.git",
|
|
|
3288 "reference": "120b605dfeb996808c31b6477290a714d356e822"
|
|
|
3289 },
|
|
|
3290 "dist": {
|
|
|
3291 "type": "zip",
|
|
|
3292 "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
|
|
|
3293 "reference": "120b605dfeb996808c31b6477290a714d356e822",
|
|
|
3294 "shasum": ""
|
|
|
3295 },
|
|
|
3296 "require": {
|
|
|
3297 "php": ">=5.6"
|
|
|
3298 },
|
|
|
3299 "require-dev": {
|
|
|
3300 "php-coveralls/php-coveralls": "^2.1",
|
|
|
3301 "phpunit/phpunit": "^5 || ^6.5"
|
|
|
3302 },
|
|
|
3303 "type": "library",
|
|
|
3304 "autoload": {
|
|
|
3305 "files": [
|
|
|
3306 "src/getallheaders.php"
|
|
|
3307 ]
|
|
|
3308 },
|
|
|
3309 "notification-url": "https://packagist.org/downloads/",
|
|
|
3310 "license": [
|
|
|
3311 "MIT"
|
|
|
3312 ],
|
|
|
3313 "authors": [
|
|
|
3314 {
|
|
|
3315 "name": "Ralph Khattar",
|
|
|
3316 "email": "ralph.khattar@gmail.com"
|
|
|
3317 }
|
|
|
3318 ],
|
|
|
3319 "description": "A polyfill for getallheaders.",
|
|
|
3320 "support": {
|
|
|
3321 "issues": "https://github.com/ralouphie/getallheaders/issues",
|
|
|
3322 "source": "https://github.com/ralouphie/getallheaders/tree/develop"
|
|
|
3323 },
|
|
|
3324 "time": "2019-03-08T08:55:37+00:00"
|
|
|
3325 },
|
|
|
3326 {
|
|
|
3327 "name": "ramsey/collection",
|
|
|
3328 "version": "2.1.1",
|
|
|
3329 "source": {
|
|
|
3330 "type": "git",
|
|
|
3331 "url": "https://github.com/ramsey/collection.git",
|
|
|
3332 "reference": "344572933ad0181accbf4ba763e85a0306a8c5e2"
|
|
|
3333 },
|
|
|
3334 "dist": {
|
|
|
3335 "type": "zip",
|
|
|
3336 "url": "https://api.github.com/repos/ramsey/collection/zipball/344572933ad0181accbf4ba763e85a0306a8c5e2",
|
|
|
3337 "reference": "344572933ad0181accbf4ba763e85a0306a8c5e2",
|
|
|
3338 "shasum": ""
|
|
|
3339 },
|
|
|
3340 "require": {
|
|
|
3341 "php": "^8.1"
|
|
|
3342 },
|
|
|
3343 "require-dev": {
|
|
|
3344 "captainhook/plugin-composer": "^5.3",
|
|
|
3345 "ergebnis/composer-normalize": "^2.45",
|
|
|
3346 "fakerphp/faker": "^1.24",
|
|
|
3347 "hamcrest/hamcrest-php": "^2.0",
|
|
|
3348 "jangregor/phpstan-prophecy": "^2.1",
|
|
|
3349 "mockery/mockery": "^1.6",
|
|
|
3350 "php-parallel-lint/php-console-highlighter": "^1.0",
|
|
|
3351 "php-parallel-lint/php-parallel-lint": "^1.4",
|
|
|
3352 "phpspec/prophecy-phpunit": "^2.3",
|
|
|
3353 "phpstan/extension-installer": "^1.4",
|
|
|
3354 "phpstan/phpstan": "^2.1",
|
|
|
3355 "phpstan/phpstan-mockery": "^2.0",
|
|
|
3356 "phpstan/phpstan-phpunit": "^2.0",
|
|
|
3357 "phpunit/phpunit": "^10.5",
|
|
|
3358 "ramsey/coding-standard": "^2.3",
|
|
|
3359 "ramsey/conventional-commits": "^1.6",
|
|
|
3360 "roave/security-advisories": "dev-latest"
|
|
|
3361 },
|
|
|
3362 "type": "library",
|
|
|
3363 "extra": {
|
|
|
3364 "captainhook": {
|
|
|
3365 "force-install": true
|
|
|
3366 },
|
|
|
3367 "ramsey/conventional-commits": {
|
|
|
3368 "configFile": "conventional-commits.json"
|
|
|
3369 }
|
|
|
3370 },
|
|
|
3371 "autoload": {
|
|
|
3372 "psr-4": {
|
|
|
3373 "Ramsey\\Collection\\": "src/"
|
|
|
3374 }
|
|
|
3375 },
|
|
|
3376 "notification-url": "https://packagist.org/downloads/",
|
|
|
3377 "license": [
|
|
|
3378 "MIT"
|
|
|
3379 ],
|
|
|
3380 "authors": [
|
|
|
3381 {
|
|
|
3382 "name": "Ben Ramsey",
|
|
|
3383 "email": "ben@benramsey.com",
|
|
|
3384 "homepage": "https://benramsey.com"
|
|
|
3385 }
|
|
|
3386 ],
|
|
|
3387 "description": "A PHP library for representing and manipulating collections.",
|
|
|
3388 "keywords": [
|
|
|
3389 "array",
|
|
|
3390 "collection",
|
|
|
3391 "hash",
|
|
|
3392 "map",
|
|
|
3393 "queue",
|
|
|
3394 "set"
|
|
|
3395 ],
|
|
|
3396 "support": {
|
|
|
3397 "issues": "https://github.com/ramsey/collection/issues",
|
|
|
3398 "source": "https://github.com/ramsey/collection/tree/2.1.1"
|
|
|
3399 },
|
|
|
3400 "time": "2025-03-22T05:38:12+00:00"
|
|
|
3401 },
|
|
|
3402 {
|
|
|
3403 "name": "ramsey/uuid",
|
|
|
3404 "version": "4.9.0",
|
|
|
3405 "source": {
|
|
|
3406 "type": "git",
|
|
|
3407 "url": "https://github.com/ramsey/uuid.git",
|
|
|
3408 "reference": "4e0e23cc785f0724a0e838279a9eb03f28b092a0"
|
|
|
3409 },
|
|
|
3410 "dist": {
|
|
|
3411 "type": "zip",
|
|
|
3412 "url": "https://api.github.com/repos/ramsey/uuid/zipball/4e0e23cc785f0724a0e838279a9eb03f28b092a0",
|
|
|
3413 "reference": "4e0e23cc785f0724a0e838279a9eb03f28b092a0",
|
|
|
3414 "shasum": ""
|
|
|
3415 },
|
|
|
3416 "require": {
|
|
|
3417 "brick/math": "^0.8.8 || ^0.9 || ^0.10 || ^0.11 || ^0.12 || ^0.13",
|
|
|
3418 "php": "^8.0",
|
|
|
3419 "ramsey/collection": "^1.2 || ^2.0"
|
|
|
3420 },
|
|
|
3421 "replace": {
|
|
|
3422 "rhumsaa/uuid": "self.version"
|
|
|
3423 },
|
|
|
3424 "require-dev": {
|
|
|
3425 "captainhook/captainhook": "^5.25",
|
|
|
3426 "captainhook/plugin-composer": "^5.3",
|
|
|
3427 "dealerdirect/phpcodesniffer-composer-installer": "^1.0",
|
|
|
3428 "ergebnis/composer-normalize": "^2.47",
|
|
|
3429 "mockery/mockery": "^1.6",
|
|
|
3430 "paragonie/random-lib": "^2",
|
|
|
3431 "php-mock/php-mock": "^2.6",
|
|
|
3432 "php-mock/php-mock-mockery": "^1.5",
|
|
|
3433 "php-parallel-lint/php-parallel-lint": "^1.4.0",
|
|
|
3434 "phpbench/phpbench": "^1.2.14",
|
|
|
3435 "phpstan/extension-installer": "^1.4",
|
|
|
3436 "phpstan/phpstan": "^2.1",
|
|
|
3437 "phpstan/phpstan-mockery": "^2.0",
|
|
|
3438 "phpstan/phpstan-phpunit": "^2.0",
|
|
|
3439 "phpunit/phpunit": "^9.6",
|
|
|
3440 "slevomat/coding-standard": "^8.18",
|
|
|
3441 "squizlabs/php_codesniffer": "^3.13"
|
|
|
3442 },
|
|
|
3443 "suggest": {
|
|
|
3444 "ext-bcmath": "Enables faster math with arbitrary-precision integers using BCMath.",
|
|
|
3445 "ext-gmp": "Enables faster math with arbitrary-precision integers using GMP.",
|
|
|
3446 "ext-uuid": "Enables the use of PeclUuidTimeGenerator and PeclUuidRandomGenerator.",
|
|
|
3447 "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
|
|
|
3448 "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
|
|
|
3449 },
|
|
|
3450 "type": "library",
|
|
|
3451 "extra": {
|
|
|
3452 "captainhook": {
|
|
|
3453 "force-install": true
|
|
|
3454 }
|
|
|
3455 },
|
|
|
3456 "autoload": {
|
|
|
3457 "files": [
|
|
|
3458 "src/functions.php"
|
|
|
3459 ],
|
|
|
3460 "psr-4": {
|
|
|
3461 "Ramsey\\Uuid\\": "src/"
|
|
|
3462 }
|
|
|
3463 },
|
|
|
3464 "notification-url": "https://packagist.org/downloads/",
|
|
|
3465 "license": [
|
|
|
3466 "MIT"
|
|
|
3467 ],
|
|
|
3468 "description": "A PHP library for generating and working with universally unique identifiers (UUIDs).",
|
|
|
3469 "keywords": [
|
|
|
3470 "guid",
|
|
|
3471 "identifier",
|
|
|
3472 "uuid"
|
|
|
3473 ],
|
|
|
3474 "support": {
|
|
|
3475 "issues": "https://github.com/ramsey/uuid/issues",
|
|
|
3476 "source": "https://github.com/ramsey/uuid/tree/4.9.0"
|
|
|
3477 },
|
|
|
3478 "time": "2025-06-25T14:20:11+00:00"
|
|
|
3479 },
|
|
|
3480 {
|
|
|
3481 "name": "symfony/clock",
|
|
|
3482 "version": "v7.3.0",
|
|
|
3483 "source": {
|
|
|
3484 "type": "git",
|
|
|
3485 "url": "https://github.com/symfony/clock.git",
|
|
|
3486 "reference": "b81435fbd6648ea425d1ee96a2d8e68f4ceacd24"
|
|
|
3487 },
|
|
|
3488 "dist": {
|
|
|
3489 "type": "zip",
|
|
|
3490 "url": "https://api.github.com/repos/symfony/clock/zipball/b81435fbd6648ea425d1ee96a2d8e68f4ceacd24",
|
|
|
3491 "reference": "b81435fbd6648ea425d1ee96a2d8e68f4ceacd24",
|
|
|
3492 "shasum": ""
|
|
|
3493 },
|
|
|
3494 "require": {
|
|
|
3495 "php": ">=8.2",
|
|
|
3496 "psr/clock": "^1.0",
|
|
|
3497 "symfony/polyfill-php83": "^1.28"
|
|
|
3498 },
|
|
|
3499 "provide": {
|
|
|
3500 "psr/clock-implementation": "1.0"
|
|
|
3501 },
|
|
|
3502 "type": "library",
|
|
|
3503 "autoload": {
|
|
|
3504 "files": [
|
|
|
3505 "Resources/now.php"
|
|
|
3506 ],
|
|
|
3507 "psr-4": {
|
|
|
3508 "Symfony\\Component\\Clock\\": ""
|
|
|
3509 },
|
|
|
3510 "exclude-from-classmap": [
|
|
|
3511 "/Tests/"
|
|
|
3512 ]
|
|
|
3513 },
|
|
|
3514 "notification-url": "https://packagist.org/downloads/",
|
|
|
3515 "license": [
|
|
|
3516 "MIT"
|
|
|
3517 ],
|
|
|
3518 "authors": [
|
|
|
3519 {
|
|
|
3520 "name": "Nicolas Grekas",
|
|
|
3521 "email": "p@tchwork.com"
|
|
|
3522 },
|
|
|
3523 {
|
|
|
3524 "name": "Symfony Community",
|
|
|
3525 "homepage": "https://symfony.com/contributors"
|
|
|
3526 }
|
|
|
3527 ],
|
|
|
3528 "description": "Decouples applications from the system clock",
|
|
|
3529 "homepage": "https://symfony.com",
|
|
|
3530 "keywords": [
|
|
|
3531 "clock",
|
|
|
3532 "psr20",
|
|
|
3533 "time"
|
|
|
3534 ],
|
|
|
3535 "support": {
|
|
|
3536 "source": "https://github.com/symfony/clock/tree/v7.3.0"
|
|
|
3537 },
|
|
|
3538 "funding": [
|
|
|
3539 {
|
|
|
3540 "url": "https://symfony.com/sponsor",
|
|
|
3541 "type": "custom"
|
|
|
3542 },
|
|
|
3543 {
|
|
|
3544 "url": "https://github.com/fabpot",
|
|
|
3545 "type": "github"
|
|
|
3546 },
|
|
|
3547 {
|
|
|
3548 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
3549 "type": "tidelift"
|
|
|
3550 }
|
|
|
3551 ],
|
|
|
3552 "time": "2024-09-25T14:21:43+00:00"
|
|
|
3553 },
|
|
|
3554 {
|
|
|
3555 "name": "symfony/console",
|
|
|
3556 "version": "v7.3.2",
|
|
|
3557 "source": {
|
|
|
3558 "type": "git",
|
|
|
3559 "url": "https://github.com/symfony/console.git",
|
|
|
3560 "reference": "5f360ebc65c55265a74d23d7fe27f957870158a1"
|
|
|
3561 },
|
|
|
3562 "dist": {
|
|
|
3563 "type": "zip",
|
|
|
3564 "url": "https://api.github.com/repos/symfony/console/zipball/5f360ebc65c55265a74d23d7fe27f957870158a1",
|
|
|
3565 "reference": "5f360ebc65c55265a74d23d7fe27f957870158a1",
|
|
|
3566 "shasum": ""
|
|
|
3567 },
|
|
|
3568 "require": {
|
|
|
3569 "php": ">=8.2",
|
|
|
3570 "symfony/deprecation-contracts": "^2.5|^3",
|
|
|
3571 "symfony/polyfill-mbstring": "~1.0",
|
|
|
3572 "symfony/service-contracts": "^2.5|^3",
|
|
|
3573 "symfony/string": "^7.2"
|
|
|
3574 },
|
|
|
3575 "conflict": {
|
|
|
3576 "symfony/dependency-injection": "<6.4",
|
|
|
3577 "symfony/dotenv": "<6.4",
|
|
|
3578 "symfony/event-dispatcher": "<6.4",
|
|
|
3579 "symfony/lock": "<6.4",
|
|
|
3580 "symfony/process": "<6.4"
|
|
|
3581 },
|
|
|
3582 "provide": {
|
|
|
3583 "psr/log-implementation": "1.0|2.0|3.0"
|
|
|
3584 },
|
|
|
3585 "require-dev": {
|
|
|
3586 "psr/log": "^1|^2|^3",
|
|
|
3587 "symfony/config": "^6.4|^7.0",
|
|
|
3588 "symfony/dependency-injection": "^6.4|^7.0",
|
|
|
3589 "symfony/event-dispatcher": "^6.4|^7.0",
|
|
|
3590 "symfony/http-foundation": "^6.4|^7.0",
|
|
|
3591 "symfony/http-kernel": "^6.4|^7.0",
|
|
|
3592 "symfony/lock": "^6.4|^7.0",
|
|
|
3593 "symfony/messenger": "^6.4|^7.0",
|
|
|
3594 "symfony/process": "^6.4|^7.0",
|
|
|
3595 "symfony/stopwatch": "^6.4|^7.0",
|
|
|
3596 "symfony/var-dumper": "^6.4|^7.0"
|
|
|
3597 },
|
|
|
3598 "type": "library",
|
|
|
3599 "autoload": {
|
|
|
3600 "psr-4": {
|
|
|
3601 "Symfony\\Component\\Console\\": ""
|
|
|
3602 },
|
|
|
3603 "exclude-from-classmap": [
|
|
|
3604 "/Tests/"
|
|
|
3605 ]
|
|
|
3606 },
|
|
|
3607 "notification-url": "https://packagist.org/downloads/",
|
|
|
3608 "license": [
|
|
|
3609 "MIT"
|
|
|
3610 ],
|
|
|
3611 "authors": [
|
|
|
3612 {
|
|
|
3613 "name": "Fabien Potencier",
|
|
|
3614 "email": "fabien@symfony.com"
|
|
|
3615 },
|
|
|
3616 {
|
|
|
3617 "name": "Symfony Community",
|
|
|
3618 "homepage": "https://symfony.com/contributors"
|
|
|
3619 }
|
|
|
3620 ],
|
|
|
3621 "description": "Eases the creation of beautiful and testable command line interfaces",
|
|
|
3622 "homepage": "https://symfony.com",
|
|
|
3623 "keywords": [
|
|
|
3624 "cli",
|
|
|
3625 "command-line",
|
|
|
3626 "console",
|
|
|
3627 "terminal"
|
|
|
3628 ],
|
|
|
3629 "support": {
|
|
|
3630 "source": "https://github.com/symfony/console/tree/v7.3.2"
|
|
|
3631 },
|
|
|
3632 "funding": [
|
|
|
3633 {
|
|
|
3634 "url": "https://symfony.com/sponsor",
|
|
|
3635 "type": "custom"
|
|
|
3636 },
|
|
|
3637 {
|
|
|
3638 "url": "https://github.com/fabpot",
|
|
|
3639 "type": "github"
|
|
|
3640 },
|
|
|
3641 {
|
|
|
3642 "url": "https://github.com/nicolas-grekas",
|
|
|
3643 "type": "github"
|
|
|
3644 },
|
|
|
3645 {
|
|
|
3646 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
3647 "type": "tidelift"
|
|
|
3648 }
|
|
|
3649 ],
|
|
|
3650 "time": "2025-07-30T17:13:41+00:00"
|
|
|
3651 },
|
|
|
3652 {
|
|
|
3653 "name": "symfony/css-selector",
|
|
|
3654 "version": "v7.3.0",
|
|
|
3655 "source": {
|
|
|
3656 "type": "git",
|
|
|
3657 "url": "https://github.com/symfony/css-selector.git",
|
|
|
3658 "reference": "601a5ce9aaad7bf10797e3663faefce9e26c24e2"
|
|
|
3659 },
|
|
|
3660 "dist": {
|
|
|
3661 "type": "zip",
|
|
|
3662 "url": "https://api.github.com/repos/symfony/css-selector/zipball/601a5ce9aaad7bf10797e3663faefce9e26c24e2",
|
|
|
3663 "reference": "601a5ce9aaad7bf10797e3663faefce9e26c24e2",
|
|
|
3664 "shasum": ""
|
|
|
3665 },
|
|
|
3666 "require": {
|
|
|
3667 "php": ">=8.2"
|
|
|
3668 },
|
|
|
3669 "type": "library",
|
|
|
3670 "autoload": {
|
|
|
3671 "psr-4": {
|
|
|
3672 "Symfony\\Component\\CssSelector\\": ""
|
|
|
3673 },
|
|
|
3674 "exclude-from-classmap": [
|
|
|
3675 "/Tests/"
|
|
|
3676 ]
|
|
|
3677 },
|
|
|
3678 "notification-url": "https://packagist.org/downloads/",
|
|
|
3679 "license": [
|
|
|
3680 "MIT"
|
|
|
3681 ],
|
|
|
3682 "authors": [
|
|
|
3683 {
|
|
|
3684 "name": "Fabien Potencier",
|
|
|
3685 "email": "fabien@symfony.com"
|
|
|
3686 },
|
|
|
3687 {
|
|
|
3688 "name": "Jean-François Simon",
|
|
|
3689 "email": "jeanfrancois.simon@sensiolabs.com"
|
|
|
3690 },
|
|
|
3691 {
|
|
|
3692 "name": "Symfony Community",
|
|
|
3693 "homepage": "https://symfony.com/contributors"
|
|
|
3694 }
|
|
|
3695 ],
|
|
|
3696 "description": "Converts CSS selectors to XPath expressions",
|
|
|
3697 "homepage": "https://symfony.com",
|
|
|
3698 "support": {
|
|
|
3699 "source": "https://github.com/symfony/css-selector/tree/v7.3.0"
|
|
|
3700 },
|
|
|
3701 "funding": [
|
|
|
3702 {
|
|
|
3703 "url": "https://symfony.com/sponsor",
|
|
|
3704 "type": "custom"
|
|
|
3705 },
|
|
|
3706 {
|
|
|
3707 "url": "https://github.com/fabpot",
|
|
|
3708 "type": "github"
|
|
|
3709 },
|
|
|
3710 {
|
|
|
3711 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
3712 "type": "tidelift"
|
|
|
3713 }
|
|
|
3714 ],
|
|
|
3715 "time": "2024-09-25T14:21:43+00:00"
|
|
|
3716 },
|
|
|
3717 {
|
|
|
3718 "name": "symfony/deprecation-contracts",
|
|
|
3719 "version": "v3.6.0",
|
|
|
3720 "source": {
|
|
|
3721 "type": "git",
|
|
|
3722 "url": "https://github.com/symfony/deprecation-contracts.git",
|
|
|
3723 "reference": "63afe740e99a13ba87ec199bb07bbdee937a5b62"
|
|
|
3724 },
|
|
|
3725 "dist": {
|
|
|
3726 "type": "zip",
|
|
|
3727 "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/63afe740e99a13ba87ec199bb07bbdee937a5b62",
|
|
|
3728 "reference": "63afe740e99a13ba87ec199bb07bbdee937a5b62",
|
|
|
3729 "shasum": ""
|
|
|
3730 },
|
|
|
3731 "require": {
|
|
|
3732 "php": ">=8.1"
|
|
|
3733 },
|
|
|
3734 "type": "library",
|
|
|
3735 "extra": {
|
|
|
3736 "thanks": {
|
|
|
3737 "url": "https://github.com/symfony/contracts",
|
|
|
3738 "name": "symfony/contracts"
|
|
|
3739 },
|
|
|
3740 "branch-alias": {
|
|
|
3741 "dev-main": "3.6-dev"
|
|
|
3742 }
|
|
|
3743 },
|
|
|
3744 "autoload": {
|
|
|
3745 "files": [
|
|
|
3746 "function.php"
|
|
|
3747 ]
|
|
|
3748 },
|
|
|
3749 "notification-url": "https://packagist.org/downloads/",
|
|
|
3750 "license": [
|
|
|
3751 "MIT"
|
|
|
3752 ],
|
|
|
3753 "authors": [
|
|
|
3754 {
|
|
|
3755 "name": "Nicolas Grekas",
|
|
|
3756 "email": "p@tchwork.com"
|
|
|
3757 },
|
|
|
3758 {
|
|
|
3759 "name": "Symfony Community",
|
|
|
3760 "homepage": "https://symfony.com/contributors"
|
|
|
3761 }
|
|
|
3762 ],
|
|
|
3763 "description": "A generic function and convention to trigger deprecation notices",
|
|
|
3764 "homepage": "https://symfony.com",
|
|
|
3765 "support": {
|
|
|
3766 "source": "https://github.com/symfony/deprecation-contracts/tree/v3.6.0"
|
|
|
3767 },
|
|
|
3768 "funding": [
|
|
|
3769 {
|
|
|
3770 "url": "https://symfony.com/sponsor",
|
|
|
3771 "type": "custom"
|
|
|
3772 },
|
|
|
3773 {
|
|
|
3774 "url": "https://github.com/fabpot",
|
|
|
3775 "type": "github"
|
|
|
3776 },
|
|
|
3777 {
|
|
|
3778 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
3779 "type": "tidelift"
|
|
|
3780 }
|
|
|
3781 ],
|
|
|
3782 "time": "2024-09-25T14:21:43+00:00"
|
|
|
3783 },
|
|
|
3784 {
|
|
|
3785 "name": "symfony/error-handler",
|
|
|
3786 "version": "v7.3.2",
|
|
|
3787 "source": {
|
|
|
3788 "type": "git",
|
|
|
3789 "url": "https://github.com/symfony/error-handler.git",
|
|
|
3790 "reference": "0b31a944fcd8759ae294da4d2808cbc53aebd0c3"
|
|
|
3791 },
|
|
|
3792 "dist": {
|
|
|
3793 "type": "zip",
|
|
|
3794 "url": "https://api.github.com/repos/symfony/error-handler/zipball/0b31a944fcd8759ae294da4d2808cbc53aebd0c3",
|
|
|
3795 "reference": "0b31a944fcd8759ae294da4d2808cbc53aebd0c3",
|
|
|
3796 "shasum": ""
|
|
|
3797 },
|
|
|
3798 "require": {
|
|
|
3799 "php": ">=8.2",
|
|
|
3800 "psr/log": "^1|^2|^3",
|
|
|
3801 "symfony/var-dumper": "^6.4|^7.0"
|
|
|
3802 },
|
|
|
3803 "conflict": {
|
|
|
3804 "symfony/deprecation-contracts": "<2.5",
|
|
|
3805 "symfony/http-kernel": "<6.4"
|
|
|
3806 },
|
|
|
3807 "require-dev": {
|
|
|
3808 "symfony/console": "^6.4|^7.0",
|
|
|
3809 "symfony/deprecation-contracts": "^2.5|^3",
|
|
|
3810 "symfony/http-kernel": "^6.4|^7.0",
|
|
|
3811 "symfony/serializer": "^6.4|^7.0",
|
|
|
3812 "symfony/webpack-encore-bundle": "^1.0|^2.0"
|
|
|
3813 },
|
|
|
3814 "bin": [
|
|
|
3815 "Resources/bin/patch-type-declarations"
|
|
|
3816 ],
|
|
|
3817 "type": "library",
|
|
|
3818 "autoload": {
|
|
|
3819 "psr-4": {
|
|
|
3820 "Symfony\\Component\\ErrorHandler\\": ""
|
|
|
3821 },
|
|
|
3822 "exclude-from-classmap": [
|
|
|
3823 "/Tests/"
|
|
|
3824 ]
|
|
|
3825 },
|
|
|
3826 "notification-url": "https://packagist.org/downloads/",
|
|
|
3827 "license": [
|
|
|
3828 "MIT"
|
|
|
3829 ],
|
|
|
3830 "authors": [
|
|
|
3831 {
|
|
|
3832 "name": "Fabien Potencier",
|
|
|
3833 "email": "fabien@symfony.com"
|
|
|
3834 },
|
|
|
3835 {
|
|
|
3836 "name": "Symfony Community",
|
|
|
3837 "homepage": "https://symfony.com/contributors"
|
|
|
3838 }
|
|
|
3839 ],
|
|
|
3840 "description": "Provides tools to manage errors and ease debugging PHP code",
|
|
|
3841 "homepage": "https://symfony.com",
|
|
|
3842 "support": {
|
|
|
3843 "source": "https://github.com/symfony/error-handler/tree/v7.3.2"
|
|
|
3844 },
|
|
|
3845 "funding": [
|
|
|
3846 {
|
|
|
3847 "url": "https://symfony.com/sponsor",
|
|
|
3848 "type": "custom"
|
|
|
3849 },
|
|
|
3850 {
|
|
|
3851 "url": "https://github.com/fabpot",
|
|
|
3852 "type": "github"
|
|
|
3853 },
|
|
|
3854 {
|
|
|
3855 "url": "https://github.com/nicolas-grekas",
|
|
|
3856 "type": "github"
|
|
|
3857 },
|
|
|
3858 {
|
|
|
3859 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
3860 "type": "tidelift"
|
|
|
3861 }
|
|
|
3862 ],
|
|
|
3863 "time": "2025-07-07T08:17:57+00:00"
|
|
|
3864 },
|
|
|
3865 {
|
|
|
3866 "name": "symfony/event-dispatcher",
|
|
|
3867 "version": "v7.3.0",
|
|
|
3868 "source": {
|
|
|
3869 "type": "git",
|
|
|
3870 "url": "https://github.com/symfony/event-dispatcher.git",
|
|
|
3871 "reference": "497f73ac996a598c92409b44ac43b6690c4f666d"
|
|
|
3872 },
|
|
|
3873 "dist": {
|
|
|
3874 "type": "zip",
|
|
|
3875 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/497f73ac996a598c92409b44ac43b6690c4f666d",
|
|
|
3876 "reference": "497f73ac996a598c92409b44ac43b6690c4f666d",
|
|
|
3877 "shasum": ""
|
|
|
3878 },
|
|
|
3879 "require": {
|
|
|
3880 "php": ">=8.2",
|
|
|
3881 "symfony/event-dispatcher-contracts": "^2.5|^3"
|
|
|
3882 },
|
|
|
3883 "conflict": {
|
|
|
3884 "symfony/dependency-injection": "<6.4",
|
|
|
3885 "symfony/service-contracts": "<2.5"
|
|
|
3886 },
|
|
|
3887 "provide": {
|
|
|
3888 "psr/event-dispatcher-implementation": "1.0",
|
|
|
3889 "symfony/event-dispatcher-implementation": "2.0|3.0"
|
|
|
3890 },
|
|
|
3891 "require-dev": {
|
|
|
3892 "psr/log": "^1|^2|^3",
|
|
|
3893 "symfony/config": "^6.4|^7.0",
|
|
|
3894 "symfony/dependency-injection": "^6.4|^7.0",
|
|
|
3895 "symfony/error-handler": "^6.4|^7.0",
|
|
|
3896 "symfony/expression-language": "^6.4|^7.0",
|
|
|
3897 "symfony/http-foundation": "^6.4|^7.0",
|
|
|
3898 "symfony/service-contracts": "^2.5|^3",
|
|
|
3899 "symfony/stopwatch": "^6.4|^7.0"
|
|
|
3900 },
|
|
|
3901 "type": "library",
|
|
|
3902 "autoload": {
|
|
|
3903 "psr-4": {
|
|
|
3904 "Symfony\\Component\\EventDispatcher\\": ""
|
|
|
3905 },
|
|
|
3906 "exclude-from-classmap": [
|
|
|
3907 "/Tests/"
|
|
|
3908 ]
|
|
|
3909 },
|
|
|
3910 "notification-url": "https://packagist.org/downloads/",
|
|
|
3911 "license": [
|
|
|
3912 "MIT"
|
|
|
3913 ],
|
|
|
3914 "authors": [
|
|
|
3915 {
|
|
|
3916 "name": "Fabien Potencier",
|
|
|
3917 "email": "fabien@symfony.com"
|
|
|
3918 },
|
|
|
3919 {
|
|
|
3920 "name": "Symfony Community",
|
|
|
3921 "homepage": "https://symfony.com/contributors"
|
|
|
3922 }
|
|
|
3923 ],
|
|
|
3924 "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
|
|
|
3925 "homepage": "https://symfony.com",
|
|
|
3926 "support": {
|
|
|
3927 "source": "https://github.com/symfony/event-dispatcher/tree/v7.3.0"
|
|
|
3928 },
|
|
|
3929 "funding": [
|
|
|
3930 {
|
|
|
3931 "url": "https://symfony.com/sponsor",
|
|
|
3932 "type": "custom"
|
|
|
3933 },
|
|
|
3934 {
|
|
|
3935 "url": "https://github.com/fabpot",
|
|
|
3936 "type": "github"
|
|
|
3937 },
|
|
|
3938 {
|
|
|
3939 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
3940 "type": "tidelift"
|
|
|
3941 }
|
|
|
3942 ],
|
|
|
3943 "time": "2025-04-22T09:11:45+00:00"
|
|
|
3944 },
|
|
|
3945 {
|
|
|
3946 "name": "symfony/event-dispatcher-contracts",
|
|
|
3947 "version": "v3.6.0",
|
|
|
3948 "source": {
|
|
|
3949 "type": "git",
|
|
|
3950 "url": "https://github.com/symfony/event-dispatcher-contracts.git",
|
|
|
3951 "reference": "59eb412e93815df44f05f342958efa9f46b1e586"
|
|
|
3952 },
|
|
|
3953 "dist": {
|
|
|
3954 "type": "zip",
|
|
|
3955 "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/59eb412e93815df44f05f342958efa9f46b1e586",
|
|
|
3956 "reference": "59eb412e93815df44f05f342958efa9f46b1e586",
|
|
|
3957 "shasum": ""
|
|
|
3958 },
|
|
|
3959 "require": {
|
|
|
3960 "php": ">=8.1",
|
|
|
3961 "psr/event-dispatcher": "^1"
|
|
|
3962 },
|
|
|
3963 "type": "library",
|
|
|
3964 "extra": {
|
|
|
3965 "thanks": {
|
|
|
3966 "url": "https://github.com/symfony/contracts",
|
|
|
3967 "name": "symfony/contracts"
|
|
|
3968 },
|
|
|
3969 "branch-alias": {
|
|
|
3970 "dev-main": "3.6-dev"
|
|
|
3971 }
|
|
|
3972 },
|
|
|
3973 "autoload": {
|
|
|
3974 "psr-4": {
|
|
|
3975 "Symfony\\Contracts\\EventDispatcher\\": ""
|
|
|
3976 }
|
|
|
3977 },
|
|
|
3978 "notification-url": "https://packagist.org/downloads/",
|
|
|
3979 "license": [
|
|
|
3980 "MIT"
|
|
|
3981 ],
|
|
|
3982 "authors": [
|
|
|
3983 {
|
|
|
3984 "name": "Nicolas Grekas",
|
|
|
3985 "email": "p@tchwork.com"
|
|
|
3986 },
|
|
|
3987 {
|
|
|
3988 "name": "Symfony Community",
|
|
|
3989 "homepage": "https://symfony.com/contributors"
|
|
|
3990 }
|
|
|
3991 ],
|
|
|
3992 "description": "Generic abstractions related to dispatching event",
|
|
|
3993 "homepage": "https://symfony.com",
|
|
|
3994 "keywords": [
|
|
|
3995 "abstractions",
|
|
|
3996 "contracts",
|
|
|
3997 "decoupling",
|
|
|
3998 "interfaces",
|
|
|
3999 "interoperability",
|
|
|
4000 "standards"
|
|
|
4001 ],
|
|
|
4002 "support": {
|
|
|
4003 "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.6.0"
|
|
|
4004 },
|
|
|
4005 "funding": [
|
|
|
4006 {
|
|
|
4007 "url": "https://symfony.com/sponsor",
|
|
|
4008 "type": "custom"
|
|
|
4009 },
|
|
|
4010 {
|
|
|
4011 "url": "https://github.com/fabpot",
|
|
|
4012 "type": "github"
|
|
|
4013 },
|
|
|
4014 {
|
|
|
4015 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
4016 "type": "tidelift"
|
|
|
4017 }
|
|
|
4018 ],
|
|
|
4019 "time": "2024-09-25T14:21:43+00:00"
|
|
|
4020 },
|
|
|
4021 {
|
|
|
4022 "name": "symfony/finder",
|
|
|
4023 "version": "v7.3.2",
|
|
|
4024 "source": {
|
|
|
4025 "type": "git",
|
|
|
4026 "url": "https://github.com/symfony/finder.git",
|
|
|
4027 "reference": "2a6614966ba1074fa93dae0bc804227422df4dfe"
|
|
|
4028 },
|
|
|
4029 "dist": {
|
|
|
4030 "type": "zip",
|
|
|
4031 "url": "https://api.github.com/repos/symfony/finder/zipball/2a6614966ba1074fa93dae0bc804227422df4dfe",
|
|
|
4032 "reference": "2a6614966ba1074fa93dae0bc804227422df4dfe",
|
|
|
4033 "shasum": ""
|
|
|
4034 },
|
|
|
4035 "require": {
|
|
|
4036 "php": ">=8.2"
|
|
|
4037 },
|
|
|
4038 "require-dev": {
|
|
|
4039 "symfony/filesystem": "^6.4|^7.0"
|
|
|
4040 },
|
|
|
4041 "type": "library",
|
|
|
4042 "autoload": {
|
|
|
4043 "psr-4": {
|
|
|
4044 "Symfony\\Component\\Finder\\": ""
|
|
|
4045 },
|
|
|
4046 "exclude-from-classmap": [
|
|
|
4047 "/Tests/"
|
|
|
4048 ]
|
|
|
4049 },
|
|
|
4050 "notification-url": "https://packagist.org/downloads/",
|
|
|
4051 "license": [
|
|
|
4052 "MIT"
|
|
|
4053 ],
|
|
|
4054 "authors": [
|
|
|
4055 {
|
|
|
4056 "name": "Fabien Potencier",
|
|
|
4057 "email": "fabien@symfony.com"
|
|
|
4058 },
|
|
|
4059 {
|
|
|
4060 "name": "Symfony Community",
|
|
|
4061 "homepage": "https://symfony.com/contributors"
|
|
|
4062 }
|
|
|
4063 ],
|
|
|
4064 "description": "Finds files and directories via an intuitive fluent interface",
|
|
|
4065 "homepage": "https://symfony.com",
|
|
|
4066 "support": {
|
|
|
4067 "source": "https://github.com/symfony/finder/tree/v7.3.2"
|
|
|
4068 },
|
|
|
4069 "funding": [
|
|
|
4070 {
|
|
|
4071 "url": "https://symfony.com/sponsor",
|
|
|
4072 "type": "custom"
|
|
|
4073 },
|
|
|
4074 {
|
|
|
4075 "url": "https://github.com/fabpot",
|
|
|
4076 "type": "github"
|
|
|
4077 },
|
|
|
4078 {
|
|
|
4079 "url": "https://github.com/nicolas-grekas",
|
|
|
4080 "type": "github"
|
|
|
4081 },
|
|
|
4082 {
|
|
|
4083 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
4084 "type": "tidelift"
|
|
|
4085 }
|
|
|
4086 ],
|
|
|
4087 "time": "2025-07-15T13:41:35+00:00"
|
|
|
4088 },
|
|
|
4089 {
|
|
|
4090 "name": "symfony/http-foundation",
|
|
|
4091 "version": "v7.3.2",
|
|
|
4092 "source": {
|
|
|
4093 "type": "git",
|
|
|
4094 "url": "https://github.com/symfony/http-foundation.git",
|
|
|
4095 "reference": "6877c122b3a6cc3695849622720054f6e6fa5fa6"
|
|
|
4096 },
|
|
|
4097 "dist": {
|
|
|
4098 "type": "zip",
|
|
|
4099 "url": "https://api.github.com/repos/symfony/http-foundation/zipball/6877c122b3a6cc3695849622720054f6e6fa5fa6",
|
|
|
4100 "reference": "6877c122b3a6cc3695849622720054f6e6fa5fa6",
|
|
|
4101 "shasum": ""
|
|
|
4102 },
|
|
|
4103 "require": {
|
|
|
4104 "php": ">=8.2",
|
|
|
4105 "symfony/deprecation-contracts": "^2.5|^3.0",
|
|
|
4106 "symfony/polyfill-mbstring": "~1.1",
|
|
|
4107 "symfony/polyfill-php83": "^1.27"
|
|
|
4108 },
|
|
|
4109 "conflict": {
|
|
|
4110 "doctrine/dbal": "<3.6",
|
|
|
4111 "symfony/cache": "<6.4.12|>=7.0,<7.1.5"
|
|
|
4112 },
|
|
|
4113 "require-dev": {
|
|
|
4114 "doctrine/dbal": "^3.6|^4",
|
|
|
4115 "predis/predis": "^1.1|^2.0",
|
|
|
4116 "symfony/cache": "^6.4.12|^7.1.5",
|
|
|
4117 "symfony/clock": "^6.4|^7.0",
|
|
|
4118 "symfony/dependency-injection": "^6.4|^7.0",
|
|
|
4119 "symfony/expression-language": "^6.4|^7.0",
|
|
|
4120 "symfony/http-kernel": "^6.4|^7.0",
|
|
|
4121 "symfony/mime": "^6.4|^7.0",
|
|
|
4122 "symfony/rate-limiter": "^6.4|^7.0"
|
|
|
4123 },
|
|
|
4124 "type": "library",
|
|
|
4125 "autoload": {
|
|
|
4126 "psr-4": {
|
|
|
4127 "Symfony\\Component\\HttpFoundation\\": ""
|
|
|
4128 },
|
|
|
4129 "exclude-from-classmap": [
|
|
|
4130 "/Tests/"
|
|
|
4131 ]
|
|
|
4132 },
|
|
|
4133 "notification-url": "https://packagist.org/downloads/",
|
|
|
4134 "license": [
|
|
|
4135 "MIT"
|
|
|
4136 ],
|
|
|
4137 "authors": [
|
|
|
4138 {
|
|
|
4139 "name": "Fabien Potencier",
|
|
|
4140 "email": "fabien@symfony.com"
|
|
|
4141 },
|
|
|
4142 {
|
|
|
4143 "name": "Symfony Community",
|
|
|
4144 "homepage": "https://symfony.com/contributors"
|
|
|
4145 }
|
|
|
4146 ],
|
|
|
4147 "description": "Defines an object-oriented layer for the HTTP specification",
|
|
|
4148 "homepage": "https://symfony.com",
|
|
|
4149 "support": {
|
|
|
4150 "source": "https://github.com/symfony/http-foundation/tree/v7.3.2"
|
|
|
4151 },
|
|
|
4152 "funding": [
|
|
|
4153 {
|
|
|
4154 "url": "https://symfony.com/sponsor",
|
|
|
4155 "type": "custom"
|
|
|
4156 },
|
|
|
4157 {
|
|
|
4158 "url": "https://github.com/fabpot",
|
|
|
4159 "type": "github"
|
|
|
4160 },
|
|
|
4161 {
|
|
|
4162 "url": "https://github.com/nicolas-grekas",
|
|
|
4163 "type": "github"
|
|
|
4164 },
|
|
|
4165 {
|
|
|
4166 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
4167 "type": "tidelift"
|
|
|
4168 }
|
|
|
4169 ],
|
|
|
4170 "time": "2025-07-10T08:47:49+00:00"
|
|
|
4171 },
|
|
|
4172 {
|
|
|
4173 "name": "symfony/http-kernel",
|
|
|
4174 "version": "v7.3.2",
|
|
|
4175 "source": {
|
|
|
4176 "type": "git",
|
|
|
4177 "url": "https://github.com/symfony/http-kernel.git",
|
|
|
4178 "reference": "6ecc895559ec0097e221ed2fd5eb44d5fede083c"
|
|
|
4179 },
|
|
|
4180 "dist": {
|
|
|
4181 "type": "zip",
|
|
|
4182 "url": "https://api.github.com/repos/symfony/http-kernel/zipball/6ecc895559ec0097e221ed2fd5eb44d5fede083c",
|
|
|
4183 "reference": "6ecc895559ec0097e221ed2fd5eb44d5fede083c",
|
|
|
4184 "shasum": ""
|
|
|
4185 },
|
|
|
4186 "require": {
|
|
|
4187 "php": ">=8.2",
|
|
|
4188 "psr/log": "^1|^2|^3",
|
|
|
4189 "symfony/deprecation-contracts": "^2.5|^3",
|
|
|
4190 "symfony/error-handler": "^6.4|^7.0",
|
|
|
4191 "symfony/event-dispatcher": "^7.3",
|
|
|
4192 "symfony/http-foundation": "^7.3",
|
|
|
4193 "symfony/polyfill-ctype": "^1.8"
|
|
|
4194 },
|
|
|
4195 "conflict": {
|
|
|
4196 "symfony/browser-kit": "<6.4",
|
|
|
4197 "symfony/cache": "<6.4",
|
|
|
4198 "symfony/config": "<6.4",
|
|
|
4199 "symfony/console": "<6.4",
|
|
|
4200 "symfony/dependency-injection": "<6.4",
|
|
|
4201 "symfony/doctrine-bridge": "<6.4",
|
|
|
4202 "symfony/form": "<6.4",
|
|
|
4203 "symfony/http-client": "<6.4",
|
|
|
4204 "symfony/http-client-contracts": "<2.5",
|
|
|
4205 "symfony/mailer": "<6.4",
|
|
|
4206 "symfony/messenger": "<6.4",
|
|
|
4207 "symfony/translation": "<6.4",
|
|
|
4208 "symfony/translation-contracts": "<2.5",
|
|
|
4209 "symfony/twig-bridge": "<6.4",
|
|
|
4210 "symfony/validator": "<6.4",
|
|
|
4211 "symfony/var-dumper": "<6.4",
|
|
|
4212 "twig/twig": "<3.12"
|
|
|
4213 },
|
|
|
4214 "provide": {
|
|
|
4215 "psr/log-implementation": "1.0|2.0|3.0"
|
|
|
4216 },
|
|
|
4217 "require-dev": {
|
|
|
4218 "psr/cache": "^1.0|^2.0|^3.0",
|
|
|
4219 "symfony/browser-kit": "^6.4|^7.0",
|
|
|
4220 "symfony/clock": "^6.4|^7.0",
|
|
|
4221 "symfony/config": "^6.4|^7.0",
|
|
|
4222 "symfony/console": "^6.4|^7.0",
|
|
|
4223 "symfony/css-selector": "^6.4|^7.0",
|
|
|
4224 "symfony/dependency-injection": "^6.4|^7.0",
|
|
|
4225 "symfony/dom-crawler": "^6.4|^7.0",
|
|
|
4226 "symfony/expression-language": "^6.4|^7.0",
|
|
|
4227 "symfony/finder": "^6.4|^7.0",
|
|
|
4228 "symfony/http-client-contracts": "^2.5|^3",
|
|
|
4229 "symfony/process": "^6.4|^7.0",
|
|
|
4230 "symfony/property-access": "^7.1",
|
|
|
4231 "symfony/routing": "^6.4|^7.0",
|
|
|
4232 "symfony/serializer": "^7.1",
|
|
|
4233 "symfony/stopwatch": "^6.4|^7.0",
|
|
|
4234 "symfony/translation": "^6.4|^7.0",
|
|
|
4235 "symfony/translation-contracts": "^2.5|^3",
|
|
|
4236 "symfony/uid": "^6.4|^7.0",
|
|
|
4237 "symfony/validator": "^6.4|^7.0",
|
|
|
4238 "symfony/var-dumper": "^6.4|^7.0",
|
|
|
4239 "symfony/var-exporter": "^6.4|^7.0",
|
|
|
4240 "twig/twig": "^3.12"
|
|
|
4241 },
|
|
|
4242 "type": "library",
|
|
|
4243 "autoload": {
|
|
|
4244 "psr-4": {
|
|
|
4245 "Symfony\\Component\\HttpKernel\\": ""
|
|
|
4246 },
|
|
|
4247 "exclude-from-classmap": [
|
|
|
4248 "/Tests/"
|
|
|
4249 ]
|
|
|
4250 },
|
|
|
4251 "notification-url": "https://packagist.org/downloads/",
|
|
|
4252 "license": [
|
|
|
4253 "MIT"
|
|
|
4254 ],
|
|
|
4255 "authors": [
|
|
|
4256 {
|
|
|
4257 "name": "Fabien Potencier",
|
|
|
4258 "email": "fabien@symfony.com"
|
|
|
4259 },
|
|
|
4260 {
|
|
|
4261 "name": "Symfony Community",
|
|
|
4262 "homepage": "https://symfony.com/contributors"
|
|
|
4263 }
|
|
|
4264 ],
|
|
|
4265 "description": "Provides a structured process for converting a Request into a Response",
|
|
|
4266 "homepage": "https://symfony.com",
|
|
|
4267 "support": {
|
|
|
4268 "source": "https://github.com/symfony/http-kernel/tree/v7.3.2"
|
|
|
4269 },
|
|
|
4270 "funding": [
|
|
|
4271 {
|
|
|
4272 "url": "https://symfony.com/sponsor",
|
|
|
4273 "type": "custom"
|
|
|
4274 },
|
|
|
4275 {
|
|
|
4276 "url": "https://github.com/fabpot",
|
|
|
4277 "type": "github"
|
|
|
4278 },
|
|
|
4279 {
|
|
|
4280 "url": "https://github.com/nicolas-grekas",
|
|
|
4281 "type": "github"
|
|
|
4282 },
|
|
|
4283 {
|
|
|
4284 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
4285 "type": "tidelift"
|
|
|
4286 }
|
|
|
4287 ],
|
|
|
4288 "time": "2025-07-31T10:45:04+00:00"
|
|
|
4289 },
|
|
|
4290 {
|
|
|
4291 "name": "symfony/mailer",
|
|
|
4292 "version": "v7.3.2",
|
|
|
4293 "source": {
|
|
|
4294 "type": "git",
|
|
|
4295 "url": "https://github.com/symfony/mailer.git",
|
|
|
4296 "reference": "d43e84d9522345f96ad6283d5dfccc8c1cfc299b"
|
|
|
4297 },
|
|
|
4298 "dist": {
|
|
|
4299 "type": "zip",
|
|
|
4300 "url": "https://api.github.com/repos/symfony/mailer/zipball/d43e84d9522345f96ad6283d5dfccc8c1cfc299b",
|
|
|
4301 "reference": "d43e84d9522345f96ad6283d5dfccc8c1cfc299b",
|
|
|
4302 "shasum": ""
|
|
|
4303 },
|
|
|
4304 "require": {
|
|
|
4305 "egulias/email-validator": "^2.1.10|^3|^4",
|
|
|
4306 "php": ">=8.2",
|
|
|
4307 "psr/event-dispatcher": "^1",
|
|
|
4308 "psr/log": "^1|^2|^3",
|
|
|
4309 "symfony/event-dispatcher": "^6.4|^7.0",
|
|
|
4310 "symfony/mime": "^7.2",
|
|
|
4311 "symfony/service-contracts": "^2.5|^3"
|
|
|
4312 },
|
|
|
4313 "conflict": {
|
|
|
4314 "symfony/http-client-contracts": "<2.5",
|
|
|
4315 "symfony/http-kernel": "<6.4",
|
|
|
4316 "symfony/messenger": "<6.4",
|
|
|
4317 "symfony/mime": "<6.4",
|
|
|
4318 "symfony/twig-bridge": "<6.4"
|
|
|
4319 },
|
|
|
4320 "require-dev": {
|
|
|
4321 "symfony/console": "^6.4|^7.0",
|
|
|
4322 "symfony/http-client": "^6.4|^7.0",
|
|
|
4323 "symfony/messenger": "^6.4|^7.0",
|
|
|
4324 "symfony/twig-bridge": "^6.4|^7.0"
|
|
|
4325 },
|
|
|
4326 "type": "library",
|
|
|
4327 "autoload": {
|
|
|
4328 "psr-4": {
|
|
|
4329 "Symfony\\Component\\Mailer\\": ""
|
|
|
4330 },
|
|
|
4331 "exclude-from-classmap": [
|
|
|
4332 "/Tests/"
|
|
|
4333 ]
|
|
|
4334 },
|
|
|
4335 "notification-url": "https://packagist.org/downloads/",
|
|
|
4336 "license": [
|
|
|
4337 "MIT"
|
|
|
4338 ],
|
|
|
4339 "authors": [
|
|
|
4340 {
|
|
|
4341 "name": "Fabien Potencier",
|
|
|
4342 "email": "fabien@symfony.com"
|
|
|
4343 },
|
|
|
4344 {
|
|
|
4345 "name": "Symfony Community",
|
|
|
4346 "homepage": "https://symfony.com/contributors"
|
|
|
4347 }
|
|
|
4348 ],
|
|
|
4349 "description": "Helps sending emails",
|
|
|
4350 "homepage": "https://symfony.com",
|
|
|
4351 "support": {
|
|
|
4352 "source": "https://github.com/symfony/mailer/tree/v7.3.2"
|
|
|
4353 },
|
|
|
4354 "funding": [
|
|
|
4355 {
|
|
|
4356 "url": "https://symfony.com/sponsor",
|
|
|
4357 "type": "custom"
|
|
|
4358 },
|
|
|
4359 {
|
|
|
4360 "url": "https://github.com/fabpot",
|
|
|
4361 "type": "github"
|
|
|
4362 },
|
|
|
4363 {
|
|
|
4364 "url": "https://github.com/nicolas-grekas",
|
|
|
4365 "type": "github"
|
|
|
4366 },
|
|
|
4367 {
|
|
|
4368 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
4369 "type": "tidelift"
|
|
|
4370 }
|
|
|
4371 ],
|
|
|
4372 "time": "2025-07-15T11:36:08+00:00"
|
|
|
4373 },
|
|
|
4374 {
|
|
|
4375 "name": "symfony/mime",
|
|
|
4376 "version": "v7.3.2",
|
|
|
4377 "source": {
|
|
|
4378 "type": "git",
|
|
|
4379 "url": "https://github.com/symfony/mime.git",
|
|
|
4380 "reference": "e0a0f859148daf1edf6c60b398eb40bfc96697d1"
|
|
|
4381 },
|
|
|
4382 "dist": {
|
|
|
4383 "type": "zip",
|
|
|
4384 "url": "https://api.github.com/repos/symfony/mime/zipball/e0a0f859148daf1edf6c60b398eb40bfc96697d1",
|
|
|
4385 "reference": "e0a0f859148daf1edf6c60b398eb40bfc96697d1",
|
|
|
4386 "shasum": ""
|
|
|
4387 },
|
|
|
4388 "require": {
|
|
|
4389 "php": ">=8.2",
|
|
|
4390 "symfony/polyfill-intl-idn": "^1.10",
|
|
|
4391 "symfony/polyfill-mbstring": "^1.0"
|
|
|
4392 },
|
|
|
4393 "conflict": {
|
|
|
4394 "egulias/email-validator": "~3.0.0",
|
|
|
4395 "phpdocumentor/reflection-docblock": "<3.2.2",
|
|
|
4396 "phpdocumentor/type-resolver": "<1.4.0",
|
|
|
4397 "symfony/mailer": "<6.4",
|
|
|
4398 "symfony/serializer": "<6.4.3|>7.0,<7.0.3"
|
|
|
4399 },
|
|
|
4400 "require-dev": {
|
|
|
4401 "egulias/email-validator": "^2.1.10|^3.1|^4",
|
|
|
4402 "league/html-to-markdown": "^5.0",
|
|
|
4403 "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
|
|
|
4404 "symfony/dependency-injection": "^6.4|^7.0",
|
|
|
4405 "symfony/process": "^6.4|^7.0",
|
|
|
4406 "symfony/property-access": "^6.4|^7.0",
|
|
|
4407 "symfony/property-info": "^6.4|^7.0",
|
|
|
4408 "symfony/serializer": "^6.4.3|^7.0.3"
|
|
|
4409 },
|
|
|
4410 "type": "library",
|
|
|
4411 "autoload": {
|
|
|
4412 "psr-4": {
|
|
|
4413 "Symfony\\Component\\Mime\\": ""
|
|
|
4414 },
|
|
|
4415 "exclude-from-classmap": [
|
|
|
4416 "/Tests/"
|
|
|
4417 ]
|
|
|
4418 },
|
|
|
4419 "notification-url": "https://packagist.org/downloads/",
|
|
|
4420 "license": [
|
|
|
4421 "MIT"
|
|
|
4422 ],
|
|
|
4423 "authors": [
|
|
|
4424 {
|
|
|
4425 "name": "Fabien Potencier",
|
|
|
4426 "email": "fabien@symfony.com"
|
|
|
4427 },
|
|
|
4428 {
|
|
|
4429 "name": "Symfony Community",
|
|
|
4430 "homepage": "https://symfony.com/contributors"
|
|
|
4431 }
|
|
|
4432 ],
|
|
|
4433 "description": "Allows manipulating MIME messages",
|
|
|
4434 "homepage": "https://symfony.com",
|
|
|
4435 "keywords": [
|
|
|
4436 "mime",
|
|
|
4437 "mime-type"
|
|
|
4438 ],
|
|
|
4439 "support": {
|
|
|
4440 "source": "https://github.com/symfony/mime/tree/v7.3.2"
|
|
|
4441 },
|
|
|
4442 "funding": [
|
|
|
4443 {
|
|
|
4444 "url": "https://symfony.com/sponsor",
|
|
|
4445 "type": "custom"
|
|
|
4446 },
|
|
|
4447 {
|
|
|
4448 "url": "https://github.com/fabpot",
|
|
|
4449 "type": "github"
|
|
|
4450 },
|
|
|
4451 {
|
|
|
4452 "url": "https://github.com/nicolas-grekas",
|
|
|
4453 "type": "github"
|
|
|
4454 },
|
|
|
4455 {
|
|
|
4456 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
4457 "type": "tidelift"
|
|
|
4458 }
|
|
|
4459 ],
|
|
|
4460 "time": "2025-07-15T13:41:35+00:00"
|
|
|
4461 },
|
|
|
4462 {
|
|
|
4463 "name": "symfony/polyfill-ctype",
|
|
|
4464 "version": "v1.33.0",
|
|
|
4465 "source": {
|
|
|
4466 "type": "git",
|
|
|
4467 "url": "https://github.com/symfony/polyfill-ctype.git",
|
|
|
4468 "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638"
|
|
|
4469 },
|
|
|
4470 "dist": {
|
|
|
4471 "type": "zip",
|
|
|
4472 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/a3cc8b044a6ea513310cbd48ef7333b384945638",
|
|
|
4473 "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638",
|
|
|
4474 "shasum": ""
|
|
|
4475 },
|
|
|
4476 "require": {
|
|
|
4477 "php": ">=7.2"
|
|
|
4478 },
|
|
|
4479 "provide": {
|
|
|
4480 "ext-ctype": "*"
|
|
|
4481 },
|
|
|
4482 "suggest": {
|
|
|
4483 "ext-ctype": "For best performance"
|
|
|
4484 },
|
|
|
4485 "type": "library",
|
|
|
4486 "extra": {
|
|
|
4487 "thanks": {
|
|
|
4488 "url": "https://github.com/symfony/polyfill",
|
|
|
4489 "name": "symfony/polyfill"
|
|
|
4490 }
|
|
|
4491 },
|
|
|
4492 "autoload": {
|
|
|
4493 "files": [
|
|
|
4494 "bootstrap.php"
|
|
|
4495 ],
|
|
|
4496 "psr-4": {
|
|
|
4497 "Symfony\\Polyfill\\Ctype\\": ""
|
|
|
4498 }
|
|
|
4499 },
|
|
|
4500 "notification-url": "https://packagist.org/downloads/",
|
|
|
4501 "license": [
|
|
|
4502 "MIT"
|
|
|
4503 ],
|
|
|
4504 "authors": [
|
|
|
4505 {
|
|
|
4506 "name": "Gert de Pagter",
|
|
|
4507 "email": "BackEndTea@gmail.com"
|
|
|
4508 },
|
|
|
4509 {
|
|
|
4510 "name": "Symfony Community",
|
|
|
4511 "homepage": "https://symfony.com/contributors"
|
|
|
4512 }
|
|
|
4513 ],
|
|
|
4514 "description": "Symfony polyfill for ctype functions",
|
|
|
4515 "homepage": "https://symfony.com",
|
|
|
4516 "keywords": [
|
|
|
4517 "compatibility",
|
|
|
4518 "ctype",
|
|
|
4519 "polyfill",
|
|
|
4520 "portable"
|
|
|
4521 ],
|
|
|
4522 "support": {
|
|
|
4523 "source": "https://github.com/symfony/polyfill-ctype/tree/v1.33.0"
|
|
|
4524 },
|
|
|
4525 "funding": [
|
|
|
4526 {
|
|
|
4527 "url": "https://symfony.com/sponsor",
|
|
|
4528 "type": "custom"
|
|
|
4529 },
|
|
|
4530 {
|
|
|
4531 "url": "https://github.com/fabpot",
|
|
|
4532 "type": "github"
|
|
|
4533 },
|
|
|
4534 {
|
|
|
4535 "url": "https://github.com/nicolas-grekas",
|
|
|
4536 "type": "github"
|
|
|
4537 },
|
|
|
4538 {
|
|
|
4539 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
4540 "type": "tidelift"
|
|
|
4541 }
|
|
|
4542 ],
|
|
|
4543 "time": "2024-09-09T11:45:10+00:00"
|
|
|
4544 },
|
|
|
4545 {
|
|
|
4546 "name": "symfony/polyfill-intl-grapheme",
|
|
|
4547 "version": "v1.33.0",
|
|
|
4548 "source": {
|
|
|
4549 "type": "git",
|
|
|
4550 "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
|
|
|
4551 "reference": "380872130d3a5dd3ace2f4010d95125fde5d5c70"
|
|
|
4552 },
|
|
|
4553 "dist": {
|
|
|
4554 "type": "zip",
|
|
|
4555 "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/380872130d3a5dd3ace2f4010d95125fde5d5c70",
|
|
|
4556 "reference": "380872130d3a5dd3ace2f4010d95125fde5d5c70",
|
|
|
4557 "shasum": ""
|
|
|
4558 },
|
|
|
4559 "require": {
|
|
|
4560 "php": ">=7.2"
|
|
|
4561 },
|
|
|
4562 "suggest": {
|
|
|
4563 "ext-intl": "For best performance"
|
|
|
4564 },
|
|
|
4565 "type": "library",
|
|
|
4566 "extra": {
|
|
|
4567 "thanks": {
|
|
|
4568 "url": "https://github.com/symfony/polyfill",
|
|
|
4569 "name": "symfony/polyfill"
|
|
|
4570 }
|
|
|
4571 },
|
|
|
4572 "autoload": {
|
|
|
4573 "files": [
|
|
|
4574 "bootstrap.php"
|
|
|
4575 ],
|
|
|
4576 "psr-4": {
|
|
|
4577 "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
|
|
|
4578 }
|
|
|
4579 },
|
|
|
4580 "notification-url": "https://packagist.org/downloads/",
|
|
|
4581 "license": [
|
|
|
4582 "MIT"
|
|
|
4583 ],
|
|
|
4584 "authors": [
|
|
|
4585 {
|
|
|
4586 "name": "Nicolas Grekas",
|
|
|
4587 "email": "p@tchwork.com"
|
|
|
4588 },
|
|
|
4589 {
|
|
|
4590 "name": "Symfony Community",
|
|
|
4591 "homepage": "https://symfony.com/contributors"
|
|
|
4592 }
|
|
|
4593 ],
|
|
|
4594 "description": "Symfony polyfill for intl's grapheme_* functions",
|
|
|
4595 "homepage": "https://symfony.com",
|
|
|
4596 "keywords": [
|
|
|
4597 "compatibility",
|
|
|
4598 "grapheme",
|
|
|
4599 "intl",
|
|
|
4600 "polyfill",
|
|
|
4601 "portable",
|
|
|
4602 "shim"
|
|
|
4603 ],
|
|
|
4604 "support": {
|
|
|
4605 "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.33.0"
|
|
|
4606 },
|
|
|
4607 "funding": [
|
|
|
4608 {
|
|
|
4609 "url": "https://symfony.com/sponsor",
|
|
|
4610 "type": "custom"
|
|
|
4611 },
|
|
|
4612 {
|
|
|
4613 "url": "https://github.com/fabpot",
|
|
|
4614 "type": "github"
|
|
|
4615 },
|
|
|
4616 {
|
|
|
4617 "url": "https://github.com/nicolas-grekas",
|
|
|
4618 "type": "github"
|
|
|
4619 },
|
|
|
4620 {
|
|
|
4621 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
4622 "type": "tidelift"
|
|
|
4623 }
|
|
|
4624 ],
|
|
|
4625 "time": "2025-06-27T09:58:17+00:00"
|
|
|
4626 },
|
|
|
4627 {
|
|
|
4628 "name": "symfony/polyfill-intl-idn",
|
|
|
4629 "version": "v1.33.0",
|
|
|
4630 "source": {
|
|
|
4631 "type": "git",
|
|
|
4632 "url": "https://github.com/symfony/polyfill-intl-idn.git",
|
|
|
4633 "reference": "9614ac4d8061dc257ecc64cba1b140873dce8ad3"
|
|
|
4634 },
|
|
|
4635 "dist": {
|
|
|
4636 "type": "zip",
|
|
|
4637 "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/9614ac4d8061dc257ecc64cba1b140873dce8ad3",
|
|
|
4638 "reference": "9614ac4d8061dc257ecc64cba1b140873dce8ad3",
|
|
|
4639 "shasum": ""
|
|
|
4640 },
|
|
|
4641 "require": {
|
|
|
4642 "php": ">=7.2",
|
|
|
4643 "symfony/polyfill-intl-normalizer": "^1.10"
|
|
|
4644 },
|
|
|
4645 "suggest": {
|
|
|
4646 "ext-intl": "For best performance"
|
|
|
4647 },
|
|
|
4648 "type": "library",
|
|
|
4649 "extra": {
|
|
|
4650 "thanks": {
|
|
|
4651 "url": "https://github.com/symfony/polyfill",
|
|
|
4652 "name": "symfony/polyfill"
|
|
|
4653 }
|
|
|
4654 },
|
|
|
4655 "autoload": {
|
|
|
4656 "files": [
|
|
|
4657 "bootstrap.php"
|
|
|
4658 ],
|
|
|
4659 "psr-4": {
|
|
|
4660 "Symfony\\Polyfill\\Intl\\Idn\\": ""
|
|
|
4661 }
|
|
|
4662 },
|
|
|
4663 "notification-url": "https://packagist.org/downloads/",
|
|
|
4664 "license": [
|
|
|
4665 "MIT"
|
|
|
4666 ],
|
|
|
4667 "authors": [
|
|
|
4668 {
|
|
|
4669 "name": "Laurent Bassin",
|
|
|
4670 "email": "laurent@bassin.info"
|
|
|
4671 },
|
|
|
4672 {
|
|
|
4673 "name": "Trevor Rowbotham",
|
|
|
4674 "email": "trevor.rowbotham@pm.me"
|
|
|
4675 },
|
|
|
4676 {
|
|
|
4677 "name": "Symfony Community",
|
|
|
4678 "homepage": "https://symfony.com/contributors"
|
|
|
4679 }
|
|
|
4680 ],
|
|
|
4681 "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
|
|
|
4682 "homepage": "https://symfony.com",
|
|
|
4683 "keywords": [
|
|
|
4684 "compatibility",
|
|
|
4685 "idn",
|
|
|
4686 "intl",
|
|
|
4687 "polyfill",
|
|
|
4688 "portable",
|
|
|
4689 "shim"
|
|
|
4690 ],
|
|
|
4691 "support": {
|
|
|
4692 "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.33.0"
|
|
|
4693 },
|
|
|
4694 "funding": [
|
|
|
4695 {
|
|
|
4696 "url": "https://symfony.com/sponsor",
|
|
|
4697 "type": "custom"
|
|
|
4698 },
|
|
|
4699 {
|
|
|
4700 "url": "https://github.com/fabpot",
|
|
|
4701 "type": "github"
|
|
|
4702 },
|
|
|
4703 {
|
|
|
4704 "url": "https://github.com/nicolas-grekas",
|
|
|
4705 "type": "github"
|
|
|
4706 },
|
|
|
4707 {
|
|
|
4708 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
4709 "type": "tidelift"
|
|
|
4710 }
|
|
|
4711 ],
|
|
|
4712 "time": "2024-09-10T14:38:51+00:00"
|
|
|
4713 },
|
|
|
4714 {
|
|
|
4715 "name": "symfony/polyfill-intl-normalizer",
|
|
|
4716 "version": "v1.33.0",
|
|
|
4717 "source": {
|
|
|
4718 "type": "git",
|
|
|
4719 "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
|
|
|
4720 "reference": "3833d7255cc303546435cb650316bff708a1c75c"
|
|
|
4721 },
|
|
|
4722 "dist": {
|
|
|
4723 "type": "zip",
|
|
|
4724 "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/3833d7255cc303546435cb650316bff708a1c75c",
|
|
|
4725 "reference": "3833d7255cc303546435cb650316bff708a1c75c",
|
|
|
4726 "shasum": ""
|
|
|
4727 },
|
|
|
4728 "require": {
|
|
|
4729 "php": ">=7.2"
|
|
|
4730 },
|
|
|
4731 "suggest": {
|
|
|
4732 "ext-intl": "For best performance"
|
|
|
4733 },
|
|
|
4734 "type": "library",
|
|
|
4735 "extra": {
|
|
|
4736 "thanks": {
|
|
|
4737 "url": "https://github.com/symfony/polyfill",
|
|
|
4738 "name": "symfony/polyfill"
|
|
|
4739 }
|
|
|
4740 },
|
|
|
4741 "autoload": {
|
|
|
4742 "files": [
|
|
|
4743 "bootstrap.php"
|
|
|
4744 ],
|
|
|
4745 "psr-4": {
|
|
|
4746 "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
|
|
|
4747 },
|
|
|
4748 "classmap": [
|
|
|
4749 "Resources/stubs"
|
|
|
4750 ]
|
|
|
4751 },
|
|
|
4752 "notification-url": "https://packagist.org/downloads/",
|
|
|
4753 "license": [
|
|
|
4754 "MIT"
|
|
|
4755 ],
|
|
|
4756 "authors": [
|
|
|
4757 {
|
|
|
4758 "name": "Nicolas Grekas",
|
|
|
4759 "email": "p@tchwork.com"
|
|
|
4760 },
|
|
|
4761 {
|
|
|
4762 "name": "Symfony Community",
|
|
|
4763 "homepage": "https://symfony.com/contributors"
|
|
|
4764 }
|
|
|
4765 ],
|
|
|
4766 "description": "Symfony polyfill for intl's Normalizer class and related functions",
|
|
|
4767 "homepage": "https://symfony.com",
|
|
|
4768 "keywords": [
|
|
|
4769 "compatibility",
|
|
|
4770 "intl",
|
|
|
4771 "normalizer",
|
|
|
4772 "polyfill",
|
|
|
4773 "portable",
|
|
|
4774 "shim"
|
|
|
4775 ],
|
|
|
4776 "support": {
|
|
|
4777 "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.33.0"
|
|
|
4778 },
|
|
|
4779 "funding": [
|
|
|
4780 {
|
|
|
4781 "url": "https://symfony.com/sponsor",
|
|
|
4782 "type": "custom"
|
|
|
4783 },
|
|
|
4784 {
|
|
|
4785 "url": "https://github.com/fabpot",
|
|
|
4786 "type": "github"
|
|
|
4787 },
|
|
|
4788 {
|
|
|
4789 "url": "https://github.com/nicolas-grekas",
|
|
|
4790 "type": "github"
|
|
|
4791 },
|
|
|
4792 {
|
|
|
4793 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
4794 "type": "tidelift"
|
|
|
4795 }
|
|
|
4796 ],
|
|
|
4797 "time": "2024-09-09T11:45:10+00:00"
|
|
|
4798 },
|
|
|
4799 {
|
|
|
4800 "name": "symfony/polyfill-mbstring",
|
|
|
4801 "version": "v1.31.0",
|
|
|
4802 "source": {
|
|
|
4803 "type": "git",
|
|
|
4804 "url": "https://github.com/symfony/polyfill-mbstring.git",
|
|
|
4805 "reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341"
|
|
|
4806 },
|
|
|
4807 "dist": {
|
|
|
4808 "type": "zip",
|
|
|
4809 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/85181ba99b2345b0ef10ce42ecac37612d9fd341",
|
|
|
4810 "reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341",
|
|
|
4811 "shasum": ""
|
|
|
4812 },
|
|
|
4813 "require": {
|
|
|
4814 "php": ">=7.2"
|
|
|
4815 },
|
|
|
4816 "provide": {
|
|
|
4817 "ext-mbstring": "*"
|
|
|
4818 },
|
|
|
4819 "suggest": {
|
|
|
4820 "ext-mbstring": "For best performance"
|
|
|
4821 },
|
|
|
4822 "type": "library",
|
|
|
4823 "extra": {
|
|
|
4824 "thanks": {
|
|
|
4825 "url": "https://github.com/symfony/polyfill",
|
|
|
4826 "name": "symfony/polyfill"
|
|
|
4827 }
|
|
|
4828 },
|
|
|
4829 "autoload": {
|
|
|
4830 "files": [
|
|
|
4831 "bootstrap.php"
|
|
|
4832 ],
|
|
|
4833 "psr-4": {
|
|
|
4834 "Symfony\\Polyfill\\Mbstring\\": ""
|
|
|
4835 }
|
|
|
4836 },
|
|
|
4837 "notification-url": "https://packagist.org/downloads/",
|
|
|
4838 "license": [
|
|
|
4839 "MIT"
|
|
|
4840 ],
|
|
|
4841 "authors": [
|
|
|
4842 {
|
|
|
4843 "name": "Nicolas Grekas",
|
|
|
4844 "email": "p@tchwork.com"
|
|
|
4845 },
|
|
|
4846 {
|
|
|
4847 "name": "Symfony Community",
|
|
|
4848 "homepage": "https://symfony.com/contributors"
|
|
|
4849 }
|
|
|
4850 ],
|
|
|
4851 "description": "Symfony polyfill for the Mbstring extension",
|
|
|
4852 "homepage": "https://symfony.com",
|
|
|
4853 "keywords": [
|
|
|
4854 "compatibility",
|
|
|
4855 "mbstring",
|
|
|
4856 "polyfill",
|
|
|
4857 "portable",
|
|
|
4858 "shim"
|
|
|
4859 ],
|
|
|
4860 "support": {
|
|
|
4861 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.31.0"
|
|
|
4862 },
|
|
|
4863 "funding": [
|
|
|
4864 {
|
|
|
4865 "url": "https://symfony.com/sponsor",
|
|
|
4866 "type": "custom"
|
|
|
4867 },
|
|
|
4868 {
|
|
|
4869 "url": "https://github.com/fabpot",
|
|
|
4870 "type": "github"
|
|
|
4871 },
|
|
|
4872 {
|
|
|
4873 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
4874 "type": "tidelift"
|
|
|
4875 }
|
|
|
4876 ],
|
|
|
4877 "time": "2024-09-09T11:45:10+00:00"
|
|
|
4878 },
|
|
|
4879 {
|
|
|
4880 "name": "symfony/polyfill-php80",
|
|
|
4881 "version": "v1.33.0",
|
|
|
4882 "source": {
|
|
|
4883 "type": "git",
|
|
|
4884 "url": "https://github.com/symfony/polyfill-php80.git",
|
|
|
4885 "reference": "0cc9dd0f17f61d8131e7df6b84bd344899fe2608"
|
|
|
4886 },
|
|
|
4887 "dist": {
|
|
|
4888 "type": "zip",
|
|
|
4889 "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/0cc9dd0f17f61d8131e7df6b84bd344899fe2608",
|
|
|
4890 "reference": "0cc9dd0f17f61d8131e7df6b84bd344899fe2608",
|
|
|
4891 "shasum": ""
|
|
|
4892 },
|
|
|
4893 "require": {
|
|
|
4894 "php": ">=7.2"
|
|
|
4895 },
|
|
|
4896 "type": "library",
|
|
|
4897 "extra": {
|
|
|
4898 "thanks": {
|
|
|
4899 "url": "https://github.com/symfony/polyfill",
|
|
|
4900 "name": "symfony/polyfill"
|
|
|
4901 }
|
|
|
4902 },
|
|
|
4903 "autoload": {
|
|
|
4904 "files": [
|
|
|
4905 "bootstrap.php"
|
|
|
4906 ],
|
|
|
4907 "psr-4": {
|
|
|
4908 "Symfony\\Polyfill\\Php80\\": ""
|
|
|
4909 },
|
|
|
4910 "classmap": [
|
|
|
4911 "Resources/stubs"
|
|
|
4912 ]
|
|
|
4913 },
|
|
|
4914 "notification-url": "https://packagist.org/downloads/",
|
|
|
4915 "license": [
|
|
|
4916 "MIT"
|
|
|
4917 ],
|
|
|
4918 "authors": [
|
|
|
4919 {
|
|
|
4920 "name": "Ion Bazan",
|
|
|
4921 "email": "ion.bazan@gmail.com"
|
|
|
4922 },
|
|
|
4923 {
|
|
|
4924 "name": "Nicolas Grekas",
|
|
|
4925 "email": "p@tchwork.com"
|
|
|
4926 },
|
|
|
4927 {
|
|
|
4928 "name": "Symfony Community",
|
|
|
4929 "homepage": "https://symfony.com/contributors"
|
|
|
4930 }
|
|
|
4931 ],
|
|
|
4932 "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
|
|
|
4933 "homepage": "https://symfony.com",
|
|
|
4934 "keywords": [
|
|
|
4935 "compatibility",
|
|
|
4936 "polyfill",
|
|
|
4937 "portable",
|
|
|
4938 "shim"
|
|
|
4939 ],
|
|
|
4940 "support": {
|
|
|
4941 "source": "https://github.com/symfony/polyfill-php80/tree/v1.33.0"
|
|
|
4942 },
|
|
|
4943 "funding": [
|
|
|
4944 {
|
|
|
4945 "url": "https://symfony.com/sponsor",
|
|
|
4946 "type": "custom"
|
|
|
4947 },
|
|
|
4948 {
|
|
|
4949 "url": "https://github.com/fabpot",
|
|
|
4950 "type": "github"
|
|
|
4951 },
|
|
|
4952 {
|
|
|
4953 "url": "https://github.com/nicolas-grekas",
|
|
|
4954 "type": "github"
|
|
|
4955 },
|
|
|
4956 {
|
|
|
4957 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
4958 "type": "tidelift"
|
|
|
4959 }
|
|
|
4960 ],
|
|
|
4961 "time": "2025-01-02T08:10:11+00:00"
|
|
|
4962 },
|
|
|
4963 {
|
|
|
4964 "name": "symfony/polyfill-php83",
|
|
|
4965 "version": "v1.33.0",
|
|
|
4966 "source": {
|
|
|
4967 "type": "git",
|
|
|
4968 "url": "https://github.com/symfony/polyfill-php83.git",
|
|
|
4969 "reference": "17f6f9a6b1735c0f163024d959f700cfbc5155e5"
|
|
|
4970 },
|
|
|
4971 "dist": {
|
|
|
4972 "type": "zip",
|
|
|
4973 "url": "https://api.github.com/repos/symfony/polyfill-php83/zipball/17f6f9a6b1735c0f163024d959f700cfbc5155e5",
|
|
|
4974 "reference": "17f6f9a6b1735c0f163024d959f700cfbc5155e5",
|
|
|
4975 "shasum": ""
|
|
|
4976 },
|
|
|
4977 "require": {
|
|
|
4978 "php": ">=7.2"
|
|
|
4979 },
|
|
|
4980 "type": "library",
|
|
|
4981 "extra": {
|
|
|
4982 "thanks": {
|
|
|
4983 "url": "https://github.com/symfony/polyfill",
|
|
|
4984 "name": "symfony/polyfill"
|
|
|
4985 }
|
|
|
4986 },
|
|
|
4987 "autoload": {
|
|
|
4988 "files": [
|
|
|
4989 "bootstrap.php"
|
|
|
4990 ],
|
|
|
4991 "psr-4": {
|
|
|
4992 "Symfony\\Polyfill\\Php83\\": ""
|
|
|
4993 },
|
|
|
4994 "classmap": [
|
|
|
4995 "Resources/stubs"
|
|
|
4996 ]
|
|
|
4997 },
|
|
|
4998 "notification-url": "https://packagist.org/downloads/",
|
|
|
4999 "license": [
|
|
|
5000 "MIT"
|
|
|
5001 ],
|
|
|
5002 "authors": [
|
|
|
5003 {
|
|
|
5004 "name": "Nicolas Grekas",
|
|
|
5005 "email": "p@tchwork.com"
|
|
|
5006 },
|
|
|
5007 {
|
|
|
5008 "name": "Symfony Community",
|
|
|
5009 "homepage": "https://symfony.com/contributors"
|
|
|
5010 }
|
|
|
5011 ],
|
|
|
5012 "description": "Symfony polyfill backporting some PHP 8.3+ features to lower PHP versions",
|
|
|
5013 "homepage": "https://symfony.com",
|
|
|
5014 "keywords": [
|
|
|
5015 "compatibility",
|
|
|
5016 "polyfill",
|
|
|
5017 "portable",
|
|
|
5018 "shim"
|
|
|
5019 ],
|
|
|
5020 "support": {
|
|
|
5021 "source": "https://github.com/symfony/polyfill-php83/tree/v1.33.0"
|
|
|
5022 },
|
|
|
5023 "funding": [
|
|
|
5024 {
|
|
|
5025 "url": "https://symfony.com/sponsor",
|
|
|
5026 "type": "custom"
|
|
|
5027 },
|
|
|
5028 {
|
|
|
5029 "url": "https://github.com/fabpot",
|
|
|
5030 "type": "github"
|
|
|
5031 },
|
|
|
5032 {
|
|
|
5033 "url": "https://github.com/nicolas-grekas",
|
|
|
5034 "type": "github"
|
|
|
5035 },
|
|
|
5036 {
|
|
|
5037 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
5038 "type": "tidelift"
|
|
|
5039 }
|
|
|
5040 ],
|
|
|
5041 "time": "2025-07-08T02:45:35+00:00"
|
|
|
5042 },
|
|
|
5043 {
|
|
|
5044 "name": "symfony/polyfill-php84",
|
|
|
5045 "version": "v1.33.0",
|
|
|
5046 "source": {
|
|
|
5047 "type": "git",
|
|
|
5048 "url": "https://github.com/symfony/polyfill-php84.git",
|
|
|
5049 "reference": "d8ced4d875142b6a7426000426b8abc631d6b191"
|
|
|
5050 },
|
|
|
5051 "dist": {
|
|
|
5052 "type": "zip",
|
|
|
5053 "url": "https://api.github.com/repos/symfony/polyfill-php84/zipball/d8ced4d875142b6a7426000426b8abc631d6b191",
|
|
|
5054 "reference": "d8ced4d875142b6a7426000426b8abc631d6b191",
|
|
|
5055 "shasum": ""
|
|
|
5056 },
|
|
|
5057 "require": {
|
|
|
5058 "php": ">=7.2"
|
|
|
5059 },
|
|
|
5060 "type": "library",
|
|
|
5061 "extra": {
|
|
|
5062 "thanks": {
|
|
|
5063 "url": "https://github.com/symfony/polyfill",
|
|
|
5064 "name": "symfony/polyfill"
|
|
|
5065 }
|
|
|
5066 },
|
|
|
5067 "autoload": {
|
|
|
5068 "files": [
|
|
|
5069 "bootstrap.php"
|
|
|
5070 ],
|
|
|
5071 "psr-4": {
|
|
|
5072 "Symfony\\Polyfill\\Php84\\": ""
|
|
|
5073 },
|
|
|
5074 "classmap": [
|
|
|
5075 "Resources/stubs"
|
|
|
5076 ]
|
|
|
5077 },
|
|
|
5078 "notification-url": "https://packagist.org/downloads/",
|
|
|
5079 "license": [
|
|
|
5080 "MIT"
|
|
|
5081 ],
|
|
|
5082 "authors": [
|
|
|
5083 {
|
|
|
5084 "name": "Nicolas Grekas",
|
|
|
5085 "email": "p@tchwork.com"
|
|
|
5086 },
|
|
|
5087 {
|
|
|
5088 "name": "Symfony Community",
|
|
|
5089 "homepage": "https://symfony.com/contributors"
|
|
|
5090 }
|
|
|
5091 ],
|
|
|
5092 "description": "Symfony polyfill backporting some PHP 8.4+ features to lower PHP versions",
|
|
|
5093 "homepage": "https://symfony.com",
|
|
|
5094 "keywords": [
|
|
|
5095 "compatibility",
|
|
|
5096 "polyfill",
|
|
|
5097 "portable",
|
|
|
5098 "shim"
|
|
|
5099 ],
|
|
|
5100 "support": {
|
|
|
5101 "source": "https://github.com/symfony/polyfill-php84/tree/v1.33.0"
|
|
|
5102 },
|
|
|
5103 "funding": [
|
|
|
5104 {
|
|
|
5105 "url": "https://symfony.com/sponsor",
|
|
|
5106 "type": "custom"
|
|
|
5107 },
|
|
|
5108 {
|
|
|
5109 "url": "https://github.com/fabpot",
|
|
|
5110 "type": "github"
|
|
|
5111 },
|
|
|
5112 {
|
|
|
5113 "url": "https://github.com/nicolas-grekas",
|
|
|
5114 "type": "github"
|
|
|
5115 },
|
|
|
5116 {
|
|
|
5117 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
5118 "type": "tidelift"
|
|
|
5119 }
|
|
|
5120 ],
|
|
|
5121 "time": "2025-06-24T13:30:11+00:00"
|
|
|
5122 },
|
|
|
5123 {
|
|
|
5124 "name": "symfony/polyfill-php85",
|
|
|
5125 "version": "v1.33.0",
|
|
|
5126 "source": {
|
|
|
5127 "type": "git",
|
|
|
5128 "url": "https://github.com/symfony/polyfill-php85.git",
|
|
|
5129 "reference": "d4e5fcd4ab3d998ab16c0db48e6cbb9a01993f91"
|
|
|
5130 },
|
|
|
5131 "dist": {
|
|
|
5132 "type": "zip",
|
|
|
5133 "url": "https://api.github.com/repos/symfony/polyfill-php85/zipball/d4e5fcd4ab3d998ab16c0db48e6cbb9a01993f91",
|
|
|
5134 "reference": "d4e5fcd4ab3d998ab16c0db48e6cbb9a01993f91",
|
|
|
5135 "shasum": ""
|
|
|
5136 },
|
|
|
5137 "require": {
|
|
|
5138 "php": ">=7.2"
|
|
|
5139 },
|
|
|
5140 "type": "library",
|
|
|
5141 "extra": {
|
|
|
5142 "thanks": {
|
|
|
5143 "url": "https://github.com/symfony/polyfill",
|
|
|
5144 "name": "symfony/polyfill"
|
|
|
5145 }
|
|
|
5146 },
|
|
|
5147 "autoload": {
|
|
|
5148 "files": [
|
|
|
5149 "bootstrap.php"
|
|
|
5150 ],
|
|
|
5151 "psr-4": {
|
|
|
5152 "Symfony\\Polyfill\\Php85\\": ""
|
|
|
5153 },
|
|
|
5154 "classmap": [
|
|
|
5155 "Resources/stubs"
|
|
|
5156 ]
|
|
|
5157 },
|
|
|
5158 "notification-url": "https://packagist.org/downloads/",
|
|
|
5159 "license": [
|
|
|
5160 "MIT"
|
|
|
5161 ],
|
|
|
5162 "authors": [
|
|
|
5163 {
|
|
|
5164 "name": "Nicolas Grekas",
|
|
|
5165 "email": "p@tchwork.com"
|
|
|
5166 },
|
|
|
5167 {
|
|
|
5168 "name": "Symfony Community",
|
|
|
5169 "homepage": "https://symfony.com/contributors"
|
|
|
5170 }
|
|
|
5171 ],
|
|
|
5172 "description": "Symfony polyfill backporting some PHP 8.5+ features to lower PHP versions",
|
|
|
5173 "homepage": "https://symfony.com",
|
|
|
5174 "keywords": [
|
|
|
5175 "compatibility",
|
|
|
5176 "polyfill",
|
|
|
5177 "portable",
|
|
|
5178 "shim"
|
|
|
5179 ],
|
|
|
5180 "support": {
|
|
|
5181 "source": "https://github.com/symfony/polyfill-php85/tree/v1.33.0"
|
|
|
5182 },
|
|
|
5183 "funding": [
|
|
|
5184 {
|
|
|
5185 "url": "https://symfony.com/sponsor",
|
|
|
5186 "type": "custom"
|
|
|
5187 },
|
|
|
5188 {
|
|
|
5189 "url": "https://github.com/fabpot",
|
|
|
5190 "type": "github"
|
|
|
5191 },
|
|
|
5192 {
|
|
|
5193 "url": "https://github.com/nicolas-grekas",
|
|
|
5194 "type": "github"
|
|
|
5195 },
|
|
|
5196 {
|
|
|
5197 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
5198 "type": "tidelift"
|
|
|
5199 }
|
|
|
5200 ],
|
|
|
5201 "time": "2025-06-23T16:12:55+00:00"
|
|
|
5202 },
|
|
|
5203 {
|
|
|
5204 "name": "symfony/polyfill-uuid",
|
|
|
5205 "version": "v1.33.0",
|
|
|
5206 "source": {
|
|
|
5207 "type": "git",
|
|
|
5208 "url": "https://github.com/symfony/polyfill-uuid.git",
|
|
|
5209 "reference": "21533be36c24be3f4b1669c4725c7d1d2bab4ae2"
|
|
|
5210 },
|
|
|
5211 "dist": {
|
|
|
5212 "type": "zip",
|
|
|
5213 "url": "https://api.github.com/repos/symfony/polyfill-uuid/zipball/21533be36c24be3f4b1669c4725c7d1d2bab4ae2",
|
|
|
5214 "reference": "21533be36c24be3f4b1669c4725c7d1d2bab4ae2",
|
|
|
5215 "shasum": ""
|
|
|
5216 },
|
|
|
5217 "require": {
|
|
|
5218 "php": ">=7.2"
|
|
|
5219 },
|
|
|
5220 "provide": {
|
|
|
5221 "ext-uuid": "*"
|
|
|
5222 },
|
|
|
5223 "suggest": {
|
|
|
5224 "ext-uuid": "For best performance"
|
|
|
5225 },
|
|
|
5226 "type": "library",
|
|
|
5227 "extra": {
|
|
|
5228 "thanks": {
|
|
|
5229 "url": "https://github.com/symfony/polyfill",
|
|
|
5230 "name": "symfony/polyfill"
|
|
|
5231 }
|
|
|
5232 },
|
|
|
5233 "autoload": {
|
|
|
5234 "files": [
|
|
|
5235 "bootstrap.php"
|
|
|
5236 ],
|
|
|
5237 "psr-4": {
|
|
|
5238 "Symfony\\Polyfill\\Uuid\\": ""
|
|
|
5239 }
|
|
|
5240 },
|
|
|
5241 "notification-url": "https://packagist.org/downloads/",
|
|
|
5242 "license": [
|
|
|
5243 "MIT"
|
|
|
5244 ],
|
|
|
5245 "authors": [
|
|
|
5246 {
|
|
|
5247 "name": "Grégoire Pineau",
|
|
|
5248 "email": "lyrixx@lyrixx.info"
|
|
|
5249 },
|
|
|
5250 {
|
|
|
5251 "name": "Symfony Community",
|
|
|
5252 "homepage": "https://symfony.com/contributors"
|
|
|
5253 }
|
|
|
5254 ],
|
|
|
5255 "description": "Symfony polyfill for uuid functions",
|
|
|
5256 "homepage": "https://symfony.com",
|
|
|
5257 "keywords": [
|
|
|
5258 "compatibility",
|
|
|
5259 "polyfill",
|
|
|
5260 "portable",
|
|
|
5261 "uuid"
|
|
|
5262 ],
|
|
|
5263 "support": {
|
|
|
5264 "source": "https://github.com/symfony/polyfill-uuid/tree/v1.33.0"
|
|
|
5265 },
|
|
|
5266 "funding": [
|
|
|
5267 {
|
|
|
5268 "url": "https://symfony.com/sponsor",
|
|
|
5269 "type": "custom"
|
|
|
5270 },
|
|
|
5271 {
|
|
|
5272 "url": "https://github.com/fabpot",
|
|
|
5273 "type": "github"
|
|
|
5274 },
|
|
|
5275 {
|
|
|
5276 "url": "https://github.com/nicolas-grekas",
|
|
|
5277 "type": "github"
|
|
|
5278 },
|
|
|
5279 {
|
|
|
5280 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
5281 "type": "tidelift"
|
|
|
5282 }
|
|
|
5283 ],
|
|
|
5284 "time": "2024-09-09T11:45:10+00:00"
|
|
|
5285 },
|
|
|
5286 {
|
|
|
5287 "name": "symfony/process",
|
|
|
5288 "version": "v7.3.0",
|
|
|
5289 "source": {
|
|
|
5290 "type": "git",
|
|
|
5291 "url": "https://github.com/symfony/process.git",
|
|
|
5292 "reference": "40c295f2deb408d5e9d2d32b8ba1dd61e36f05af"
|
|
|
5293 },
|
|
|
5294 "dist": {
|
|
|
5295 "type": "zip",
|
|
|
5296 "url": "https://api.github.com/repos/symfony/process/zipball/40c295f2deb408d5e9d2d32b8ba1dd61e36f05af",
|
|
|
5297 "reference": "40c295f2deb408d5e9d2d32b8ba1dd61e36f05af",
|
|
|
5298 "shasum": ""
|
|
|
5299 },
|
|
|
5300 "require": {
|
|
|
5301 "php": ">=8.2"
|
|
|
5302 },
|
|
|
5303 "type": "library",
|
|
|
5304 "autoload": {
|
|
|
5305 "psr-4": {
|
|
|
5306 "Symfony\\Component\\Process\\": ""
|
|
|
5307 },
|
|
|
5308 "exclude-from-classmap": [
|
|
|
5309 "/Tests/"
|
|
|
5310 ]
|
|
|
5311 },
|
|
|
5312 "notification-url": "https://packagist.org/downloads/",
|
|
|
5313 "license": [
|
|
|
5314 "MIT"
|
|
|
5315 ],
|
|
|
5316 "authors": [
|
|
|
5317 {
|
|
|
5318 "name": "Fabien Potencier",
|
|
|
5319 "email": "fabien@symfony.com"
|
|
|
5320 },
|
|
|
5321 {
|
|
|
5322 "name": "Symfony Community",
|
|
|
5323 "homepage": "https://symfony.com/contributors"
|
|
|
5324 }
|
|
|
5325 ],
|
|
|
5326 "description": "Executes commands in sub-processes",
|
|
|
5327 "homepage": "https://symfony.com",
|
|
|
5328 "support": {
|
|
|
5329 "source": "https://github.com/symfony/process/tree/v7.3.0"
|
|
|
5330 },
|
|
|
5331 "funding": [
|
|
|
5332 {
|
|
|
5333 "url": "https://symfony.com/sponsor",
|
|
|
5334 "type": "custom"
|
|
|
5335 },
|
|
|
5336 {
|
|
|
5337 "url": "https://github.com/fabpot",
|
|
|
5338 "type": "github"
|
|
|
5339 },
|
|
|
5340 {
|
|
|
5341 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
5342 "type": "tidelift"
|
|
|
5343 }
|
|
|
5344 ],
|
|
|
5345 "time": "2025-04-17T09:11:12+00:00"
|
|
|
5346 },
|
|
|
5347 {
|
|
|
5348 "name": "symfony/routing",
|
|
|
5349 "version": "v7.3.2",
|
|
|
5350 "source": {
|
|
|
5351 "type": "git",
|
|
|
5352 "url": "https://github.com/symfony/routing.git",
|
|
|
5353 "reference": "7614b8ca5fa89b9cd233e21b627bfc5774f586e4"
|
|
|
5354 },
|
|
|
5355 "dist": {
|
|
|
5356 "type": "zip",
|
|
|
5357 "url": "https://api.github.com/repos/symfony/routing/zipball/7614b8ca5fa89b9cd233e21b627bfc5774f586e4",
|
|
|
5358 "reference": "7614b8ca5fa89b9cd233e21b627bfc5774f586e4",
|
|
|
5359 "shasum": ""
|
|
|
5360 },
|
|
|
5361 "require": {
|
|
|
5362 "php": ">=8.2",
|
|
|
5363 "symfony/deprecation-contracts": "^2.5|^3"
|
|
|
5364 },
|
|
|
5365 "conflict": {
|
|
|
5366 "symfony/config": "<6.4",
|
|
|
5367 "symfony/dependency-injection": "<6.4",
|
|
|
5368 "symfony/yaml": "<6.4"
|
|
|
5369 },
|
|
|
5370 "require-dev": {
|
|
|
5371 "psr/log": "^1|^2|^3",
|
|
|
5372 "symfony/config": "^6.4|^7.0",
|
|
|
5373 "symfony/dependency-injection": "^6.4|^7.0",
|
|
|
5374 "symfony/expression-language": "^6.4|^7.0",
|
|
|
5375 "symfony/http-foundation": "^6.4|^7.0",
|
|
|
5376 "symfony/yaml": "^6.4|^7.0"
|
|
|
5377 },
|
|
|
5378 "type": "library",
|
|
|
5379 "autoload": {
|
|
|
5380 "psr-4": {
|
|
|
5381 "Symfony\\Component\\Routing\\": ""
|
|
|
5382 },
|
|
|
5383 "exclude-from-classmap": [
|
|
|
5384 "/Tests/"
|
|
|
5385 ]
|
|
|
5386 },
|
|
|
5387 "notification-url": "https://packagist.org/downloads/",
|
|
|
5388 "license": [
|
|
|
5389 "MIT"
|
|
|
5390 ],
|
|
|
5391 "authors": [
|
|
|
5392 {
|
|
|
5393 "name": "Fabien Potencier",
|
|
|
5394 "email": "fabien@symfony.com"
|
|
|
5395 },
|
|
|
5396 {
|
|
|
5397 "name": "Symfony Community",
|
|
|
5398 "homepage": "https://symfony.com/contributors"
|
|
|
5399 }
|
|
|
5400 ],
|
|
|
5401 "description": "Maps an HTTP request to a set of configuration variables",
|
|
|
5402 "homepage": "https://symfony.com",
|
|
|
5403 "keywords": [
|
|
|
5404 "router",
|
|
|
5405 "routing",
|
|
|
5406 "uri",
|
|
|
5407 "url"
|
|
|
5408 ],
|
|
|
5409 "support": {
|
|
|
5410 "source": "https://github.com/symfony/routing/tree/v7.3.2"
|
|
|
5411 },
|
|
|
5412 "funding": [
|
|
|
5413 {
|
|
|
5414 "url": "https://symfony.com/sponsor",
|
|
|
5415 "type": "custom"
|
|
|
5416 },
|
|
|
5417 {
|
|
|
5418 "url": "https://github.com/fabpot",
|
|
|
5419 "type": "github"
|
|
|
5420 },
|
|
|
5421 {
|
|
|
5422 "url": "https://github.com/nicolas-grekas",
|
|
|
5423 "type": "github"
|
|
|
5424 },
|
|
|
5425 {
|
|
|
5426 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
5427 "type": "tidelift"
|
|
|
5428 }
|
|
|
5429 ],
|
|
|
5430 "time": "2025-07-15T11:36:08+00:00"
|
|
|
5431 },
|
|
|
5432 {
|
|
|
5433 "name": "symfony/service-contracts",
|
|
|
5434 "version": "v3.6.0",
|
|
|
5435 "source": {
|
|
|
5436 "type": "git",
|
|
|
5437 "url": "https://github.com/symfony/service-contracts.git",
|
|
|
5438 "reference": "f021b05a130d35510bd6b25fe9053c2a8a15d5d4"
|
|
|
5439 },
|
|
|
5440 "dist": {
|
|
|
5441 "type": "zip",
|
|
|
5442 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/f021b05a130d35510bd6b25fe9053c2a8a15d5d4",
|
|
|
5443 "reference": "f021b05a130d35510bd6b25fe9053c2a8a15d5d4",
|
|
|
5444 "shasum": ""
|
|
|
5445 },
|
|
|
5446 "require": {
|
|
|
5447 "php": ">=8.1",
|
|
|
5448 "psr/container": "^1.1|^2.0",
|
|
|
5449 "symfony/deprecation-contracts": "^2.5|^3"
|
|
|
5450 },
|
|
|
5451 "conflict": {
|
|
|
5452 "ext-psr": "<1.1|>=2"
|
|
|
5453 },
|
|
|
5454 "type": "library",
|
|
|
5455 "extra": {
|
|
|
5456 "thanks": {
|
|
|
5457 "url": "https://github.com/symfony/contracts",
|
|
|
5458 "name": "symfony/contracts"
|
|
|
5459 },
|
|
|
5460 "branch-alias": {
|
|
|
5461 "dev-main": "3.6-dev"
|
|
|
5462 }
|
|
|
5463 },
|
|
|
5464 "autoload": {
|
|
|
5465 "psr-4": {
|
|
|
5466 "Symfony\\Contracts\\Service\\": ""
|
|
|
5467 },
|
|
|
5468 "exclude-from-classmap": [
|
|
|
5469 "/Test/"
|
|
|
5470 ]
|
|
|
5471 },
|
|
|
5472 "notification-url": "https://packagist.org/downloads/",
|
|
|
5473 "license": [
|
|
|
5474 "MIT"
|
|
|
5475 ],
|
|
|
5476 "authors": [
|
|
|
5477 {
|
|
|
5478 "name": "Nicolas Grekas",
|
|
|
5479 "email": "p@tchwork.com"
|
|
|
5480 },
|
|
|
5481 {
|
|
|
5482 "name": "Symfony Community",
|
|
|
5483 "homepage": "https://symfony.com/contributors"
|
|
|
5484 }
|
|
|
5485 ],
|
|
|
5486 "description": "Generic abstractions related to writing services",
|
|
|
5487 "homepage": "https://symfony.com",
|
|
|
5488 "keywords": [
|
|
|
5489 "abstractions",
|
|
|
5490 "contracts",
|
|
|
5491 "decoupling",
|
|
|
5492 "interfaces",
|
|
|
5493 "interoperability",
|
|
|
5494 "standards"
|
|
|
5495 ],
|
|
|
5496 "support": {
|
|
|
5497 "source": "https://github.com/symfony/service-contracts/tree/v3.6.0"
|
|
|
5498 },
|
|
|
5499 "funding": [
|
|
|
5500 {
|
|
|
5501 "url": "https://symfony.com/sponsor",
|
|
|
5502 "type": "custom"
|
|
|
5503 },
|
|
|
5504 {
|
|
|
5505 "url": "https://github.com/fabpot",
|
|
|
5506 "type": "github"
|
|
|
5507 },
|
|
|
5508 {
|
|
|
5509 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
5510 "type": "tidelift"
|
|
|
5511 }
|
|
|
5512 ],
|
|
|
5513 "time": "2025-04-25T09:37:31+00:00"
|
|
|
5514 },
|
|
|
5515 {
|
|
|
5516 "name": "symfony/string",
|
|
|
5517 "version": "v7.3.2",
|
|
|
5518 "source": {
|
|
|
5519 "type": "git",
|
|
|
5520 "url": "https://github.com/symfony/string.git",
|
|
|
5521 "reference": "42f505aff654e62ac7ac2ce21033818297ca89ca"
|
|
|
5522 },
|
|
|
5523 "dist": {
|
|
|
5524 "type": "zip",
|
|
|
5525 "url": "https://api.github.com/repos/symfony/string/zipball/42f505aff654e62ac7ac2ce21033818297ca89ca",
|
|
|
5526 "reference": "42f505aff654e62ac7ac2ce21033818297ca89ca",
|
|
|
5527 "shasum": ""
|
|
|
5528 },
|
|
|
5529 "require": {
|
|
|
5530 "php": ">=8.2",
|
|
|
5531 "symfony/polyfill-ctype": "~1.8",
|
|
|
5532 "symfony/polyfill-intl-grapheme": "~1.0",
|
|
|
5533 "symfony/polyfill-intl-normalizer": "~1.0",
|
|
|
5534 "symfony/polyfill-mbstring": "~1.0"
|
|
|
5535 },
|
|
|
5536 "conflict": {
|
|
|
5537 "symfony/translation-contracts": "<2.5"
|
|
|
5538 },
|
|
|
5539 "require-dev": {
|
|
|
5540 "symfony/emoji": "^7.1",
|
|
|
5541 "symfony/error-handler": "^6.4|^7.0",
|
|
|
5542 "symfony/http-client": "^6.4|^7.0",
|
|
|
5543 "symfony/intl": "^6.4|^7.0",
|
|
|
5544 "symfony/translation-contracts": "^2.5|^3.0",
|
|
|
5545 "symfony/var-exporter": "^6.4|^7.0"
|
|
|
5546 },
|
|
|
5547 "type": "library",
|
|
|
5548 "autoload": {
|
|
|
5549 "files": [
|
|
|
5550 "Resources/functions.php"
|
|
|
5551 ],
|
|
|
5552 "psr-4": {
|
|
|
5553 "Symfony\\Component\\String\\": ""
|
|
|
5554 },
|
|
|
5555 "exclude-from-classmap": [
|
|
|
5556 "/Tests/"
|
|
|
5557 ]
|
|
|
5558 },
|
|
|
5559 "notification-url": "https://packagist.org/downloads/",
|
|
|
5560 "license": [
|
|
|
5561 "MIT"
|
|
|
5562 ],
|
|
|
5563 "authors": [
|
|
|
5564 {
|
|
|
5565 "name": "Nicolas Grekas",
|
|
|
5566 "email": "p@tchwork.com"
|
|
|
5567 },
|
|
|
5568 {
|
|
|
5569 "name": "Symfony Community",
|
|
|
5570 "homepage": "https://symfony.com/contributors"
|
|
|
5571 }
|
|
|
5572 ],
|
|
|
5573 "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
|
|
|
5574 "homepage": "https://symfony.com",
|
|
|
5575 "keywords": [
|
|
|
5576 "grapheme",
|
|
|
5577 "i18n",
|
|
|
5578 "string",
|
|
|
5579 "unicode",
|
|
|
5580 "utf-8",
|
|
|
5581 "utf8"
|
|
|
5582 ],
|
|
|
5583 "support": {
|
|
|
5584 "source": "https://github.com/symfony/string/tree/v7.3.2"
|
|
|
5585 },
|
|
|
5586 "funding": [
|
|
|
5587 {
|
|
|
5588 "url": "https://symfony.com/sponsor",
|
|
|
5589 "type": "custom"
|
|
|
5590 },
|
|
|
5591 {
|
|
|
5592 "url": "https://github.com/fabpot",
|
|
|
5593 "type": "github"
|
|
|
5594 },
|
|
|
5595 {
|
|
|
5596 "url": "https://github.com/nicolas-grekas",
|
|
|
5597 "type": "github"
|
|
|
5598 },
|
|
|
5599 {
|
|
|
5600 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
5601 "type": "tidelift"
|
|
|
5602 }
|
|
|
5603 ],
|
|
|
5604 "time": "2025-07-10T08:47:49+00:00"
|
|
|
5605 },
|
|
|
5606 {
|
|
|
5607 "name": "symfony/translation",
|
|
|
5608 "version": "v7.3.2",
|
|
|
5609 "source": {
|
|
|
5610 "type": "git",
|
|
|
5611 "url": "https://github.com/symfony/translation.git",
|
|
|
5612 "reference": "81b48f4daa96272efcce9c7a6c4b58e629df3c90"
|
|
|
5613 },
|
|
|
5614 "dist": {
|
|
|
5615 "type": "zip",
|
|
|
5616 "url": "https://api.github.com/repos/symfony/translation/zipball/81b48f4daa96272efcce9c7a6c4b58e629df3c90",
|
|
|
5617 "reference": "81b48f4daa96272efcce9c7a6c4b58e629df3c90",
|
|
|
5618 "shasum": ""
|
|
|
5619 },
|
|
|
5620 "require": {
|
|
|
5621 "php": ">=8.2",
|
|
|
5622 "symfony/deprecation-contracts": "^2.5|^3",
|
|
|
5623 "symfony/polyfill-mbstring": "~1.0",
|
|
|
5624 "symfony/translation-contracts": "^2.5|^3.0"
|
|
|
5625 },
|
|
|
5626 "conflict": {
|
|
|
5627 "nikic/php-parser": "<5.0",
|
|
|
5628 "symfony/config": "<6.4",
|
|
|
5629 "symfony/console": "<6.4",
|
|
|
5630 "symfony/dependency-injection": "<6.4",
|
|
|
5631 "symfony/http-client-contracts": "<2.5",
|
|
|
5632 "symfony/http-kernel": "<6.4",
|
|
|
5633 "symfony/service-contracts": "<2.5",
|
|
|
5634 "symfony/twig-bundle": "<6.4",
|
|
|
5635 "symfony/yaml": "<6.4"
|
|
|
5636 },
|
|
|
5637 "provide": {
|
|
|
5638 "symfony/translation-implementation": "2.3|3.0"
|
|
|
5639 },
|
|
|
5640 "require-dev": {
|
|
|
5641 "nikic/php-parser": "^5.0",
|
|
|
5642 "psr/log": "^1|^2|^3",
|
|
|
5643 "symfony/config": "^6.4|^7.0",
|
|
|
5644 "symfony/console": "^6.4|^7.0",
|
|
|
5645 "symfony/dependency-injection": "^6.4|^7.0",
|
|
|
5646 "symfony/finder": "^6.4|^7.0",
|
|
|
5647 "symfony/http-client-contracts": "^2.5|^3.0",
|
|
|
5648 "symfony/http-kernel": "^6.4|^7.0",
|
|
|
5649 "symfony/intl": "^6.4|^7.0",
|
|
|
5650 "symfony/polyfill-intl-icu": "^1.21",
|
|
|
5651 "symfony/routing": "^6.4|^7.0",
|
|
|
5652 "symfony/service-contracts": "^2.5|^3",
|
|
|
5653 "symfony/yaml": "^6.4|^7.0"
|
|
|
5654 },
|
|
|
5655 "type": "library",
|
|
|
5656 "autoload": {
|
|
|
5657 "files": [
|
|
|
5658 "Resources/functions.php"
|
|
|
5659 ],
|
|
|
5660 "psr-4": {
|
|
|
5661 "Symfony\\Component\\Translation\\": ""
|
|
|
5662 },
|
|
|
5663 "exclude-from-classmap": [
|
|
|
5664 "/Tests/"
|
|
|
5665 ]
|
|
|
5666 },
|
|
|
5667 "notification-url": "https://packagist.org/downloads/",
|
|
|
5668 "license": [
|
|
|
5669 "MIT"
|
|
|
5670 ],
|
|
|
5671 "authors": [
|
|
|
5672 {
|
|
|
5673 "name": "Fabien Potencier",
|
|
|
5674 "email": "fabien@symfony.com"
|
|
|
5675 },
|
|
|
5676 {
|
|
|
5677 "name": "Symfony Community",
|
|
|
5678 "homepage": "https://symfony.com/contributors"
|
|
|
5679 }
|
|
|
5680 ],
|
|
|
5681 "description": "Provides tools to internationalize your application",
|
|
|
5682 "homepage": "https://symfony.com",
|
|
|
5683 "support": {
|
|
|
5684 "source": "https://github.com/symfony/translation/tree/v7.3.2"
|
|
|
5685 },
|
|
|
5686 "funding": [
|
|
|
5687 {
|
|
|
5688 "url": "https://symfony.com/sponsor",
|
|
|
5689 "type": "custom"
|
|
|
5690 },
|
|
|
5691 {
|
|
|
5692 "url": "https://github.com/fabpot",
|
|
|
5693 "type": "github"
|
|
|
5694 },
|
|
|
5695 {
|
|
|
5696 "url": "https://github.com/nicolas-grekas",
|
|
|
5697 "type": "github"
|
|
|
5698 },
|
|
|
5699 {
|
|
|
5700 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
5701 "type": "tidelift"
|
|
|
5702 }
|
|
|
5703 ],
|
|
|
5704 "time": "2025-07-30T17:31:46+00:00"
|
|
|
5705 },
|
|
|
5706 {
|
|
|
5707 "name": "symfony/translation-contracts",
|
|
|
5708 "version": "v3.6.0",
|
|
|
5709 "source": {
|
|
|
5710 "type": "git",
|
|
|
5711 "url": "https://github.com/symfony/translation-contracts.git",
|
|
|
5712 "reference": "df210c7a2573f1913b2d17cc95f90f53a73d8f7d"
|
|
|
5713 },
|
|
|
5714 "dist": {
|
|
|
5715 "type": "zip",
|
|
|
5716 "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/df210c7a2573f1913b2d17cc95f90f53a73d8f7d",
|
|
|
5717 "reference": "df210c7a2573f1913b2d17cc95f90f53a73d8f7d",
|
|
|
5718 "shasum": ""
|
|
|
5719 },
|
|
|
5720 "require": {
|
|
|
5721 "php": ">=8.1"
|
|
|
5722 },
|
|
|
5723 "type": "library",
|
|
|
5724 "extra": {
|
|
|
5725 "thanks": {
|
|
|
5726 "url": "https://github.com/symfony/contracts",
|
|
|
5727 "name": "symfony/contracts"
|
|
|
5728 },
|
|
|
5729 "branch-alias": {
|
|
|
5730 "dev-main": "3.6-dev"
|
|
|
5731 }
|
|
|
5732 },
|
|
|
5733 "autoload": {
|
|
|
5734 "psr-4": {
|
|
|
5735 "Symfony\\Contracts\\Translation\\": ""
|
|
|
5736 },
|
|
|
5737 "exclude-from-classmap": [
|
|
|
5738 "/Test/"
|
|
|
5739 ]
|
|
|
5740 },
|
|
|
5741 "notification-url": "https://packagist.org/downloads/",
|
|
|
5742 "license": [
|
|
|
5743 "MIT"
|
|
|
5744 ],
|
|
|
5745 "authors": [
|
|
|
5746 {
|
|
|
5747 "name": "Nicolas Grekas",
|
|
|
5748 "email": "p@tchwork.com"
|
|
|
5749 },
|
|
|
5750 {
|
|
|
5751 "name": "Symfony Community",
|
|
|
5752 "homepage": "https://symfony.com/contributors"
|
|
|
5753 }
|
|
|
5754 ],
|
|
|
5755 "description": "Generic abstractions related to translation",
|
|
|
5756 "homepage": "https://symfony.com",
|
|
|
5757 "keywords": [
|
|
|
5758 "abstractions",
|
|
|
5759 "contracts",
|
|
|
5760 "decoupling",
|
|
|
5761 "interfaces",
|
|
|
5762 "interoperability",
|
|
|
5763 "standards"
|
|
|
5764 ],
|
|
|
5765 "support": {
|
|
|
5766 "source": "https://github.com/symfony/translation-contracts/tree/v3.6.0"
|
|
|
5767 },
|
|
|
5768 "funding": [
|
|
|
5769 {
|
|
|
5770 "url": "https://symfony.com/sponsor",
|
|
|
5771 "type": "custom"
|
|
|
5772 },
|
|
|
5773 {
|
|
|
5774 "url": "https://github.com/fabpot",
|
|
|
5775 "type": "github"
|
|
|
5776 },
|
|
|
5777 {
|
|
|
5778 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
5779 "type": "tidelift"
|
|
|
5780 }
|
|
|
5781 ],
|
|
|
5782 "time": "2024-09-27T08:32:26+00:00"
|
|
|
5783 },
|
|
|
5784 {
|
|
|
5785 "name": "symfony/uid",
|
|
|
5786 "version": "v7.3.1",
|
|
|
5787 "source": {
|
|
|
5788 "type": "git",
|
|
|
5789 "url": "https://github.com/symfony/uid.git",
|
|
|
5790 "reference": "a69f69f3159b852651a6bf45a9fdd149520525bb"
|
|
|
5791 },
|
|
|
5792 "dist": {
|
|
|
5793 "type": "zip",
|
|
|
5794 "url": "https://api.github.com/repos/symfony/uid/zipball/a69f69f3159b852651a6bf45a9fdd149520525bb",
|
|
|
5795 "reference": "a69f69f3159b852651a6bf45a9fdd149520525bb",
|
|
|
5796 "shasum": ""
|
|
|
5797 },
|
|
|
5798 "require": {
|
|
|
5799 "php": ">=8.2",
|
|
|
5800 "symfony/polyfill-uuid": "^1.15"
|
|
|
5801 },
|
|
|
5802 "require-dev": {
|
|
|
5803 "symfony/console": "^6.4|^7.0"
|
|
|
5804 },
|
|
|
5805 "type": "library",
|
|
|
5806 "autoload": {
|
|
|
5807 "psr-4": {
|
|
|
5808 "Symfony\\Component\\Uid\\": ""
|
|
|
5809 },
|
|
|
5810 "exclude-from-classmap": [
|
|
|
5811 "/Tests/"
|
|
|
5812 ]
|
|
|
5813 },
|
|
|
5814 "notification-url": "https://packagist.org/downloads/",
|
|
|
5815 "license": [
|
|
|
5816 "MIT"
|
|
|
5817 ],
|
|
|
5818 "authors": [
|
|
|
5819 {
|
|
|
5820 "name": "Grégoire Pineau",
|
|
|
5821 "email": "lyrixx@lyrixx.info"
|
|
|
5822 },
|
|
|
5823 {
|
|
|
5824 "name": "Nicolas Grekas",
|
|
|
5825 "email": "p@tchwork.com"
|
|
|
5826 },
|
|
|
5827 {
|
|
|
5828 "name": "Symfony Community",
|
|
|
5829 "homepage": "https://symfony.com/contributors"
|
|
|
5830 }
|
|
|
5831 ],
|
|
|
5832 "description": "Provides an object-oriented API to generate and represent UIDs",
|
|
|
5833 "homepage": "https://symfony.com",
|
|
|
5834 "keywords": [
|
|
|
5835 "UID",
|
|
|
5836 "ulid",
|
|
|
5837 "uuid"
|
|
|
5838 ],
|
|
|
5839 "support": {
|
|
|
5840 "source": "https://github.com/symfony/uid/tree/v7.3.1"
|
|
|
5841 },
|
|
|
5842 "funding": [
|
|
|
5843 {
|
|
|
5844 "url": "https://symfony.com/sponsor",
|
|
|
5845 "type": "custom"
|
|
|
5846 },
|
|
|
5847 {
|
|
|
5848 "url": "https://github.com/fabpot",
|
|
|
5849 "type": "github"
|
|
|
5850 },
|
|
|
5851 {
|
|
|
5852 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
5853 "type": "tidelift"
|
|
|
5854 }
|
|
|
5855 ],
|
|
|
5856 "time": "2025-06-27T19:55:54+00:00"
|
|
|
5857 },
|
|
|
5858 {
|
|
|
5859 "name": "symfony/var-dumper",
|
|
|
5860 "version": "v7.3.2",
|
|
|
5861 "source": {
|
|
|
5862 "type": "git",
|
|
|
5863 "url": "https://github.com/symfony/var-dumper.git",
|
|
|
5864 "reference": "53205bea27450dc5c65377518b3275e126d45e75"
|
|
|
5865 },
|
|
|
5866 "dist": {
|
|
|
5867 "type": "zip",
|
|
|
5868 "url": "https://api.github.com/repos/symfony/var-dumper/zipball/53205bea27450dc5c65377518b3275e126d45e75",
|
|
|
5869 "reference": "53205bea27450dc5c65377518b3275e126d45e75",
|
|
|
5870 "shasum": ""
|
|
|
5871 },
|
|
|
5872 "require": {
|
|
|
5873 "php": ">=8.2",
|
|
|
5874 "symfony/deprecation-contracts": "^2.5|^3",
|
|
|
5875 "symfony/polyfill-mbstring": "~1.0"
|
|
|
5876 },
|
|
|
5877 "conflict": {
|
|
|
5878 "symfony/console": "<6.4"
|
|
|
5879 },
|
|
|
5880 "require-dev": {
|
|
|
5881 "symfony/console": "^6.4|^7.0",
|
|
|
5882 "symfony/http-kernel": "^6.4|^7.0",
|
|
|
5883 "symfony/process": "^6.4|^7.0",
|
|
|
5884 "symfony/uid": "^6.4|^7.0",
|
|
|
5885 "twig/twig": "^3.12"
|
|
|
5886 },
|
|
|
5887 "bin": [
|
|
|
5888 "Resources/bin/var-dump-server"
|
|
|
5889 ],
|
|
|
5890 "type": "library",
|
|
|
5891 "autoload": {
|
|
|
5892 "files": [
|
|
|
5893 "Resources/functions/dump.php"
|
|
|
5894 ],
|
|
|
5895 "psr-4": {
|
|
|
5896 "Symfony\\Component\\VarDumper\\": ""
|
|
|
5897 },
|
|
|
5898 "exclude-from-classmap": [
|
|
|
5899 "/Tests/"
|
|
|
5900 ]
|
|
|
5901 },
|
|
|
5902 "notification-url": "https://packagist.org/downloads/",
|
|
|
5903 "license": [
|
|
|
5904 "MIT"
|
|
|
5905 ],
|
|
|
5906 "authors": [
|
|
|
5907 {
|
|
|
5908 "name": "Nicolas Grekas",
|
|
|
5909 "email": "p@tchwork.com"
|
|
|
5910 },
|
|
|
5911 {
|
|
|
5912 "name": "Symfony Community",
|
|
|
5913 "homepage": "https://symfony.com/contributors"
|
|
|
5914 }
|
|
|
5915 ],
|
|
|
5916 "description": "Provides mechanisms for walking through any arbitrary PHP variable",
|
|
|
5917 "homepage": "https://symfony.com",
|
|
|
5918 "keywords": [
|
|
|
5919 "debug",
|
|
|
5920 "dump"
|
|
|
5921 ],
|
|
|
5922 "support": {
|
|
|
5923 "source": "https://github.com/symfony/var-dumper/tree/v7.3.2"
|
|
|
5924 },
|
|
|
5925 "funding": [
|
|
|
5926 {
|
|
|
5927 "url": "https://symfony.com/sponsor",
|
|
|
5928 "type": "custom"
|
|
|
5929 },
|
|
|
5930 {
|
|
|
5931 "url": "https://github.com/fabpot",
|
|
|
5932 "type": "github"
|
|
|
5933 },
|
|
|
5934 {
|
|
|
5935 "url": "https://github.com/nicolas-grekas",
|
|
|
5936 "type": "github"
|
|
|
5937 },
|
|
|
5938 {
|
|
|
5939 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
5940 "type": "tidelift"
|
|
|
5941 }
|
|
|
5942 ],
|
|
|
5943 "time": "2025-07-29T20:02:46+00:00"
|
|
|
5944 },
|
|
|
5945 {
|
|
|
5946 "name": "tijsverkoyen/css-to-inline-styles",
|
|
|
5947 "version": "v2.3.0",
|
|
|
5948 "source": {
|
|
|
5949 "type": "git",
|
|
|
5950 "url": "https://github.com/tijsverkoyen/CssToInlineStyles.git",
|
|
|
5951 "reference": "0d72ac1c00084279c1816675284073c5a337c20d"
|
|
|
5952 },
|
|
|
5953 "dist": {
|
|
|
5954 "type": "zip",
|
|
|
5955 "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/0d72ac1c00084279c1816675284073c5a337c20d",
|
|
|
5956 "reference": "0d72ac1c00084279c1816675284073c5a337c20d",
|
|
|
5957 "shasum": ""
|
|
|
5958 },
|
|
|
5959 "require": {
|
|
|
5960 "ext-dom": "*",
|
|
|
5961 "ext-libxml": "*",
|
|
|
5962 "php": "^7.4 || ^8.0",
|
|
|
5963 "symfony/css-selector": "^5.4 || ^6.0 || ^7.0"
|
|
|
5964 },
|
|
|
5965 "require-dev": {
|
|
|
5966 "phpstan/phpstan": "^2.0",
|
|
|
5967 "phpstan/phpstan-phpunit": "^2.0",
|
|
|
5968 "phpunit/phpunit": "^8.5.21 || ^9.5.10"
|
|
|
5969 },
|
|
|
5970 "type": "library",
|
|
|
5971 "extra": {
|
|
|
5972 "branch-alias": {
|
|
|
5973 "dev-master": "2.x-dev"
|
|
|
5974 }
|
|
|
5975 },
|
|
|
5976 "autoload": {
|
|
|
5977 "psr-4": {
|
|
|
5978 "TijsVerkoyen\\CssToInlineStyles\\": "src"
|
|
|
5979 }
|
|
|
5980 },
|
|
|
5981 "notification-url": "https://packagist.org/downloads/",
|
|
|
5982 "license": [
|
|
|
5983 "BSD-3-Clause"
|
|
|
5984 ],
|
|
|
5985 "authors": [
|
|
|
5986 {
|
|
|
5987 "name": "Tijs Verkoyen",
|
|
|
5988 "email": "css_to_inline_styles@verkoyen.eu",
|
|
|
5989 "role": "Developer"
|
|
|
5990 }
|
|
|
5991 ],
|
|
|
5992 "description": "CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.",
|
|
|
5993 "homepage": "https://github.com/tijsverkoyen/CssToInlineStyles",
|
|
|
5994 "support": {
|
|
|
5995 "issues": "https://github.com/tijsverkoyen/CssToInlineStyles/issues",
|
|
|
5996 "source": "https://github.com/tijsverkoyen/CssToInlineStyles/tree/v2.3.0"
|
|
|
5997 },
|
|
|
5998 "time": "2024-12-21T16:25:41+00:00"
|
|
|
5999 },
|
|
|
6000 {
|
|
|
6001 "name": "vlucas/phpdotenv",
|
|
|
6002 "version": "v5.6.2",
|
|
|
6003 "source": {
|
|
|
6004 "type": "git",
|
|
|
6005 "url": "https://github.com/vlucas/phpdotenv.git",
|
|
|
6006 "reference": "24ac4c74f91ee2c193fa1aaa5c249cb0822809af"
|
|
|
6007 },
|
|
|
6008 "dist": {
|
|
|
6009 "type": "zip",
|
|
|
6010 "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/24ac4c74f91ee2c193fa1aaa5c249cb0822809af",
|
|
|
6011 "reference": "24ac4c74f91ee2c193fa1aaa5c249cb0822809af",
|
|
|
6012 "shasum": ""
|
|
|
6013 },
|
|
|
6014 "require": {
|
|
|
6015 "ext-pcre": "*",
|
|
|
6016 "graham-campbell/result-type": "^1.1.3",
|
|
|
6017 "php": "^7.2.5 || ^8.0",
|
|
|
6018 "phpoption/phpoption": "^1.9.3",
|
|
|
6019 "symfony/polyfill-ctype": "^1.24",
|
|
|
6020 "symfony/polyfill-mbstring": "^1.24",
|
|
|
6021 "symfony/polyfill-php80": "^1.24"
|
|
|
6022 },
|
|
|
6023 "require-dev": {
|
|
|
6024 "bamarni/composer-bin-plugin": "^1.8.2",
|
|
|
6025 "ext-filter": "*",
|
|
|
6026 "phpunit/phpunit": "^8.5.34 || ^9.6.13 || ^10.4.2"
|
|
|
6027 },
|
|
|
6028 "suggest": {
|
|
|
6029 "ext-filter": "Required to use the boolean validator."
|
|
|
6030 },
|
|
|
6031 "type": "library",
|
|
|
6032 "extra": {
|
|
|
6033 "bamarni-bin": {
|
|
|
6034 "bin-links": true,
|
|
|
6035 "forward-command": false
|
|
|
6036 },
|
|
|
6037 "branch-alias": {
|
|
|
6038 "dev-master": "5.6-dev"
|
|
|
6039 }
|
|
|
6040 },
|
|
|
6041 "autoload": {
|
|
|
6042 "psr-4": {
|
|
|
6043 "Dotenv\\": "src/"
|
|
|
6044 }
|
|
|
6045 },
|
|
|
6046 "notification-url": "https://packagist.org/downloads/",
|
|
|
6047 "license": [
|
|
|
6048 "BSD-3-Clause"
|
|
|
6049 ],
|
|
|
6050 "authors": [
|
|
|
6051 {
|
|
|
6052 "name": "Graham Campbell",
|
|
|
6053 "email": "hello@gjcampbell.co.uk",
|
|
|
6054 "homepage": "https://github.com/GrahamCampbell"
|
|
|
6055 },
|
|
|
6056 {
|
|
|
6057 "name": "Vance Lucas",
|
|
|
6058 "email": "vance@vancelucas.com",
|
|
|
6059 "homepage": "https://github.com/vlucas"
|
|
|
6060 }
|
|
|
6061 ],
|
|
|
6062 "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
|
|
|
6063 "keywords": [
|
|
|
6064 "dotenv",
|
|
|
6065 "env",
|
|
|
6066 "environment"
|
|
|
6067 ],
|
|
|
6068 "support": {
|
|
|
6069 "issues": "https://github.com/vlucas/phpdotenv/issues",
|
|
|
6070 "source": "https://github.com/vlucas/phpdotenv/tree/v5.6.2"
|
|
|
6071 },
|
|
|
6072 "funding": [
|
|
|
6073 {
|
|
|
6074 "url": "https://github.com/GrahamCampbell",
|
|
|
6075 "type": "github"
|
|
|
6076 },
|
|
|
6077 {
|
|
|
6078 "url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv",
|
|
|
6079 "type": "tidelift"
|
|
|
6080 }
|
|
|
6081 ],
|
|
|
6082 "time": "2025-04-30T23:37:27+00:00"
|
|
|
6083 },
|
|
|
6084 {
|
|
|
6085 "name": "voku/portable-ascii",
|
|
|
6086 "version": "2.0.3",
|
|
|
6087 "source": {
|
|
|
6088 "type": "git",
|
|
|
6089 "url": "https://github.com/voku/portable-ascii.git",
|
|
|
6090 "reference": "b1d923f88091c6bf09699efcd7c8a1b1bfd7351d"
|
|
|
6091 },
|
|
|
6092 "dist": {
|
|
|
6093 "type": "zip",
|
|
|
6094 "url": "https://api.github.com/repos/voku/portable-ascii/zipball/b1d923f88091c6bf09699efcd7c8a1b1bfd7351d",
|
|
|
6095 "reference": "b1d923f88091c6bf09699efcd7c8a1b1bfd7351d",
|
|
|
6096 "shasum": ""
|
|
|
6097 },
|
|
|
6098 "require": {
|
|
|
6099 "php": ">=7.0.0"
|
|
|
6100 },
|
|
|
6101 "require-dev": {
|
|
|
6102 "phpunit/phpunit": "~6.0 || ~7.0 || ~9.0"
|
|
|
6103 },
|
|
|
6104 "suggest": {
|
|
|
6105 "ext-intl": "Use Intl for transliterator_transliterate() support"
|
|
|
6106 },
|
|
|
6107 "type": "library",
|
|
|
6108 "autoload": {
|
|
|
6109 "psr-4": {
|
|
|
6110 "voku\\": "src/voku/"
|
|
|
6111 }
|
|
|
6112 },
|
|
|
6113 "notification-url": "https://packagist.org/downloads/",
|
|
|
6114 "license": [
|
|
|
6115 "MIT"
|
|
|
6116 ],
|
|
|
6117 "authors": [
|
|
|
6118 {
|
|
|
6119 "name": "Lars Moelleken",
|
|
|
6120 "homepage": "https://www.moelleken.org/"
|
|
|
6121 }
|
|
|
6122 ],
|
|
|
6123 "description": "Portable ASCII library - performance optimized (ascii) string functions for php.",
|
|
|
6124 "homepage": "https://github.com/voku/portable-ascii",
|
|
|
6125 "keywords": [
|
|
|
6126 "ascii",
|
|
|
6127 "clean",
|
|
|
6128 "php"
|
|
|
6129 ],
|
|
|
6130 "support": {
|
|
|
6131 "issues": "https://github.com/voku/portable-ascii/issues",
|
|
|
6132 "source": "https://github.com/voku/portable-ascii/tree/2.0.3"
|
|
|
6133 },
|
|
|
6134 "funding": [
|
|
|
6135 {
|
|
|
6136 "url": "https://www.paypal.me/moelleken",
|
|
|
6137 "type": "custom"
|
|
|
6138 },
|
|
|
6139 {
|
|
|
6140 "url": "https://github.com/voku",
|
|
|
6141 "type": "github"
|
|
|
6142 },
|
|
|
6143 {
|
|
|
6144 "url": "https://opencollective.com/portable-ascii",
|
|
|
6145 "type": "open_collective"
|
|
|
6146 },
|
|
|
6147 {
|
|
|
6148 "url": "https://www.patreon.com/voku",
|
|
|
6149 "type": "patreon"
|
|
|
6150 },
|
|
|
6151 {
|
|
|
6152 "url": "https://tidelift.com/funding/github/packagist/voku/portable-ascii",
|
|
|
6153 "type": "tidelift"
|
|
|
6154 }
|
|
|
6155 ],
|
|
|
6156 "time": "2024-11-21T01:49:47+00:00"
|
|
|
6157 },
|
|
|
6158 {
|
|
|
6159 "name": "webmozart/assert",
|
|
|
6160 "version": "1.11.0",
|
|
|
6161 "source": {
|
|
|
6162 "type": "git",
|
|
|
6163 "url": "https://github.com/webmozarts/assert.git",
|
|
|
6164 "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991"
|
|
|
6165 },
|
|
|
6166 "dist": {
|
|
|
6167 "type": "zip",
|
|
|
6168 "url": "https://api.github.com/repos/webmozarts/assert/zipball/11cb2199493b2f8a3b53e7f19068fc6aac760991",
|
|
|
6169 "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991",
|
|
|
6170 "shasum": ""
|
|
|
6171 },
|
|
|
6172 "require": {
|
|
|
6173 "ext-ctype": "*",
|
|
|
6174 "php": "^7.2 || ^8.0"
|
|
|
6175 },
|
|
|
6176 "conflict": {
|
|
|
6177 "phpstan/phpstan": "<0.12.20",
|
|
|
6178 "vimeo/psalm": "<4.6.1 || 4.6.2"
|
|
|
6179 },
|
|
|
6180 "require-dev": {
|
|
|
6181 "phpunit/phpunit": "^8.5.13"
|
|
|
6182 },
|
|
|
6183 "type": "library",
|
|
|
6184 "extra": {
|
|
|
6185 "branch-alias": {
|
|
|
6186 "dev-master": "1.10-dev"
|
|
|
6187 }
|
|
|
6188 },
|
|
|
6189 "autoload": {
|
|
|
6190 "psr-4": {
|
|
|
6191 "Webmozart\\Assert\\": "src/"
|
|
|
6192 }
|
|
|
6193 },
|
|
|
6194 "notification-url": "https://packagist.org/downloads/",
|
|
|
6195 "license": [
|
|
|
6196 "MIT"
|
|
|
6197 ],
|
|
|
6198 "authors": [
|
|
|
6199 {
|
|
|
6200 "name": "Bernhard Schussek",
|
|
|
6201 "email": "bschussek@gmail.com"
|
|
|
6202 }
|
|
|
6203 ],
|
|
|
6204 "description": "Assertions to validate method input/output with nice error messages.",
|
|
|
6205 "keywords": [
|
|
|
6206 "assert",
|
|
|
6207 "check",
|
|
|
6208 "validate"
|
|
|
6209 ],
|
|
|
6210 "support": {
|
|
|
6211 "issues": "https://github.com/webmozarts/assert/issues",
|
|
|
6212 "source": "https://github.com/webmozarts/assert/tree/1.11.0"
|
|
|
6213 },
|
|
|
6214 "time": "2022-06-03T18:03:27+00:00"
|
|
|
6215 },
|
|
|
6216 {
|
|
|
6217 "name": "wizard/auth",
|
|
|
6218 "version": "1.0.0",
|
|
|
6219 "dist": {
|
|
|
6220 "type": "path",
|
|
|
6221 "url": "/srv/http/packages/auth",
|
|
|
6222 "reference": "6a29f4a0ec8e24a3a9de635360e54bdbb292d738"
|
|
|
6223 },
|
|
|
6224 "require": {
|
|
|
6225 "illuminate/console": "^11.0|^12.0",
|
|
|
6226 "illuminate/filesystem": "^11.0|^12.0",
|
|
|
6227 "illuminate/support": "^11.0|^12.0",
|
|
|
6228 "illuminate/validation": "^11.0|^12.0",
|
|
|
6229 "php": "^8.2.0",
|
|
|
6230 "symfony/console": "^7.0"
|
|
|
6231 },
|
|
|
6232 "require-dev": {
|
|
|
6233 "laravel/framework": "^11.0|^12.0",
|
|
|
6234 "orchestra/testbench-core": "^9.0|^10.0",
|
|
|
6235 "phpstan/phpstan": "^2.0"
|
|
|
6236 },
|
|
|
6237 "type": "library",
|
|
|
6238 "extra": {
|
|
|
6239 "laravel": {
|
|
|
6240 "providers": [
|
|
|
6241 "Wizard\\Auth\\AuthServiceProvider"
|
|
|
6242 ]
|
|
|
6243 }
|
|
|
6244 },
|
|
|
6245 "autoload": {
|
|
|
6246 "psr-4": {
|
|
|
6247 "Wizard\\Auth\\": "src/"
|
|
|
6248 }
|
|
|
6249 },
|
|
|
6250 "license": [
|
|
|
6251 "MIT"
|
|
|
6252 ],
|
|
|
6253 "authors": [
|
|
|
6254 []
|
|
|
6255 ],
|
|
|
6256 "description": "Minimal Laravel authentication scaffolding with Blade and Bootstrap.",
|
|
|
6257 "keywords": [
|
|
|
6258 "auth",
|
|
|
6259 "wizard"
|
|
|
6260 ],
|
|
|
6261 "transport-options": {
|
|
|
6262 "relative": false
|
|
|
6263 }
|
|
|
6264 },
|
|
|
6265 {
|
|
|
6266 "name": "wizard/framework",
|
|
|
6267 "version": "1.0.0",
|
|
|
6268 "dist": {
|
|
|
6269 "type": "path",
|
|
|
6270 "url": "/srv/http/packages/framework",
|
|
|
6271 "reference": "71ecadf6c160acd8a8c04ff9698600d89c4ed1f2"
|
|
|
6272 },
|
|
|
6273 "require": {
|
|
|
6274 "doctrine/dbal": "*",
|
|
|
6275 "laravel/framework": ">=12"
|
|
|
6276 },
|
|
|
6277 "type": "library",
|
|
|
6278 "extra": {
|
|
|
6279 "laravel": {
|
|
|
6280 "providers": [
|
|
|
6281 "Wizard\\Framework\\FrameworkServiceProvider"
|
|
|
6282 ]
|
|
|
6283 }
|
|
|
6284 },
|
|
|
6285 "autoload": {
|
|
|
6286 "psr-4": {
|
|
|
6287 "Wizard\\Framework\\": "src/",
|
|
|
6288 "Wizard\\Framework\\Components\\": "publishable/resources/views/components/"
|
|
|
6289 }
|
|
|
6290 },
|
|
|
6291 "description": "A reliable and repeatable base framework.",
|
|
|
6292 "transport-options": {
|
|
|
6293 "relative": false
|
|
|
6294 }
|
|
|
6295 }
|
|
|
6296 ],
|
|
|
6297 "packages-dev": [
|
|
|
6298 {
|
|
|
6299 "name": "fakerphp/faker",
|
|
|
6300 "version": "v1.24.1",
|
|
|
6301 "source": {
|
|
|
6302 "type": "git",
|
|
|
6303 "url": "https://github.com/FakerPHP/Faker.git",
|
|
|
6304 "reference": "e0ee18eb1e6dc3cda3ce9fd97e5a0689a88a64b5"
|
|
|
6305 },
|
|
|
6306 "dist": {
|
|
|
6307 "type": "zip",
|
|
|
6308 "url": "https://api.github.com/repos/FakerPHP/Faker/zipball/e0ee18eb1e6dc3cda3ce9fd97e5a0689a88a64b5",
|
|
|
6309 "reference": "e0ee18eb1e6dc3cda3ce9fd97e5a0689a88a64b5",
|
|
|
6310 "shasum": ""
|
|
|
6311 },
|
|
|
6312 "require": {
|
|
|
6313 "php": "^7.4 || ^8.0",
|
|
|
6314 "psr/container": "^1.0 || ^2.0",
|
|
|
6315 "symfony/deprecation-contracts": "^2.2 || ^3.0"
|
|
|
6316 },
|
|
|
6317 "conflict": {
|
|
|
6318 "fzaninotto/faker": "*"
|
|
|
6319 },
|
|
|
6320 "require-dev": {
|
|
|
6321 "bamarni/composer-bin-plugin": "^1.4.1",
|
|
|
6322 "doctrine/persistence": "^1.3 || ^2.0",
|
|
|
6323 "ext-intl": "*",
|
|
|
6324 "phpunit/phpunit": "^9.5.26",
|
|
|
6325 "symfony/phpunit-bridge": "^5.4.16"
|
|
|
6326 },
|
|
|
6327 "suggest": {
|
|
|
6328 "doctrine/orm": "Required to use Faker\\ORM\\Doctrine",
|
|
|
6329 "ext-curl": "Required by Faker\\Provider\\Image to download images.",
|
|
|
6330 "ext-dom": "Required by Faker\\Provider\\HtmlLorem for generating random HTML.",
|
|
|
6331 "ext-iconv": "Required by Faker\\Provider\\ru_RU\\Text::realText() for generating real Russian text.",
|
|
|
6332 "ext-mbstring": "Required for multibyte Unicode string functionality."
|
|
|
6333 },
|
|
|
6334 "type": "library",
|
|
|
6335 "autoload": {
|
|
|
6336 "psr-4": {
|
|
|
6337 "Faker\\": "src/Faker/"
|
|
|
6338 }
|
|
|
6339 },
|
|
|
6340 "notification-url": "https://packagist.org/downloads/",
|
|
|
6341 "license": [
|
|
|
6342 "MIT"
|
|
|
6343 ],
|
|
|
6344 "authors": [
|
|
|
6345 {
|
|
|
6346 "name": "François Zaninotto"
|
|
|
6347 }
|
|
|
6348 ],
|
|
|
6349 "description": "Faker is a PHP library that generates fake data for you.",
|
|
|
6350 "keywords": [
|
|
|
6351 "data",
|
|
|
6352 "faker",
|
|
|
6353 "fixtures"
|
|
|
6354 ],
|
|
|
6355 "support": {
|
|
|
6356 "issues": "https://github.com/FakerPHP/Faker/issues",
|
|
|
6357 "source": "https://github.com/FakerPHP/Faker/tree/v1.24.1"
|
|
|
6358 },
|
|
|
6359 "time": "2024-11-21T13:46:39+00:00"
|
|
|
6360 },
|
|
|
6361 {
|
|
|
6362 "name": "filp/whoops",
|
|
|
6363 "version": "2.18.4",
|
|
|
6364 "source": {
|
|
|
6365 "type": "git",
|
|
|
6366 "url": "https://github.com/filp/whoops.git",
|
|
|
6367 "reference": "d2102955e48b9fd9ab24280a7ad12ed552752c4d"
|
|
|
6368 },
|
|
|
6369 "dist": {
|
|
|
6370 "type": "zip",
|
|
|
6371 "url": "https://api.github.com/repos/filp/whoops/zipball/d2102955e48b9fd9ab24280a7ad12ed552752c4d",
|
|
|
6372 "reference": "d2102955e48b9fd9ab24280a7ad12ed552752c4d",
|
|
|
6373 "shasum": ""
|
|
|
6374 },
|
|
|
6375 "require": {
|
|
|
6376 "php": "^7.1 || ^8.0",
|
|
|
6377 "psr/log": "^1.0.1 || ^2.0 || ^3.0"
|
|
|
6378 },
|
|
|
6379 "require-dev": {
|
|
|
6380 "mockery/mockery": "^1.0",
|
|
|
6381 "phpunit/phpunit": "^7.5.20 || ^8.5.8 || ^9.3.3",
|
|
|
6382 "symfony/var-dumper": "^4.0 || ^5.0"
|
|
|
6383 },
|
|
|
6384 "suggest": {
|
|
|
6385 "symfony/var-dumper": "Pretty print complex values better with var-dumper available",
|
|
|
6386 "whoops/soap": "Formats errors as SOAP responses"
|
|
|
6387 },
|
|
|
6388 "type": "library",
|
|
|
6389 "extra": {
|
|
|
6390 "branch-alias": {
|
|
|
6391 "dev-master": "2.7-dev"
|
|
|
6392 }
|
|
|
6393 },
|
|
|
6394 "autoload": {
|
|
|
6395 "psr-4": {
|
|
|
6396 "Whoops\\": "src/Whoops/"
|
|
|
6397 }
|
|
|
6398 },
|
|
|
6399 "notification-url": "https://packagist.org/downloads/",
|
|
|
6400 "license": [
|
|
|
6401 "MIT"
|
|
|
6402 ],
|
|
|
6403 "authors": [
|
|
|
6404 {
|
|
|
6405 "name": "Filipe Dobreira",
|
|
|
6406 "homepage": "https://github.com/filp",
|
|
|
6407 "role": "Developer"
|
|
|
6408 }
|
|
|
6409 ],
|
|
|
6410 "description": "php error handling for cool kids",
|
|
|
6411 "homepage": "https://filp.github.io/whoops/",
|
|
|
6412 "keywords": [
|
|
|
6413 "error",
|
|
|
6414 "exception",
|
|
|
6415 "handling",
|
|
|
6416 "library",
|
|
|
6417 "throwable",
|
|
|
6418 "whoops"
|
|
|
6419 ],
|
|
|
6420 "support": {
|
|
|
6421 "issues": "https://github.com/filp/whoops/issues",
|
|
|
6422 "source": "https://github.com/filp/whoops/tree/2.18.4"
|
|
|
6423 },
|
|
|
6424 "funding": [
|
|
|
6425 {
|
|
|
6426 "url": "https://github.com/denis-sokolov",
|
|
|
6427 "type": "github"
|
|
|
6428 }
|
|
|
6429 ],
|
|
|
6430 "time": "2025-08-08T12:00:00+00:00"
|
|
|
6431 },
|
|
|
6432 {
|
|
|
6433 "name": "hamcrest/hamcrest-php",
|
|
|
6434 "version": "v2.1.1",
|
|
|
6435 "source": {
|
|
|
6436 "type": "git",
|
|
|
6437 "url": "https://github.com/hamcrest/hamcrest-php.git",
|
|
|
6438 "reference": "f8b1c0173b22fa6ec77a81fe63e5b01eba7e6487"
|
|
|
6439 },
|
|
|
6440 "dist": {
|
|
|
6441 "type": "zip",
|
|
|
6442 "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/f8b1c0173b22fa6ec77a81fe63e5b01eba7e6487",
|
|
|
6443 "reference": "f8b1c0173b22fa6ec77a81fe63e5b01eba7e6487",
|
|
|
6444 "shasum": ""
|
|
|
6445 },
|
|
|
6446 "require": {
|
|
|
6447 "php": "^7.4|^8.0"
|
|
|
6448 },
|
|
|
6449 "replace": {
|
|
|
6450 "cordoval/hamcrest-php": "*",
|
|
|
6451 "davedevelopment/hamcrest-php": "*",
|
|
|
6452 "kodova/hamcrest-php": "*"
|
|
|
6453 },
|
|
|
6454 "require-dev": {
|
|
|
6455 "phpunit/php-file-iterator": "^1.4 || ^2.0 || ^3.0",
|
|
|
6456 "phpunit/phpunit": "^4.8.36 || ^5.7 || ^6.5 || ^7.0 || ^8.0 || ^9.0"
|
|
|
6457 },
|
|
|
6458 "type": "library",
|
|
|
6459 "extra": {
|
|
|
6460 "branch-alias": {
|
|
|
6461 "dev-master": "2.1-dev"
|
|
|
6462 }
|
|
|
6463 },
|
|
|
6464 "autoload": {
|
|
|
6465 "classmap": [
|
|
|
6466 "hamcrest"
|
|
|
6467 ]
|
|
|
6468 },
|
|
|
6469 "notification-url": "https://packagist.org/downloads/",
|
|
|
6470 "license": [
|
|
|
6471 "BSD-3-Clause"
|
|
|
6472 ],
|
|
|
6473 "description": "This is the PHP port of Hamcrest Matchers",
|
|
|
6474 "keywords": [
|
|
|
6475 "test"
|
|
|
6476 ],
|
|
|
6477 "support": {
|
|
|
6478 "issues": "https://github.com/hamcrest/hamcrest-php/issues",
|
|
|
6479 "source": "https://github.com/hamcrest/hamcrest-php/tree/v2.1.1"
|
|
|
6480 },
|
|
|
6481 "time": "2025-04-30T06:54:44+00:00"
|
|
|
6482 },
|
|
|
6483 {
|
|
|
6484 "name": "laravel/pail",
|
|
|
6485 "version": "v1.2.3",
|
|
|
6486 "source": {
|
|
|
6487 "type": "git",
|
|
|
6488 "url": "https://github.com/laravel/pail.git",
|
|
|
6489 "reference": "8cc3d575c1f0e57eeb923f366a37528c50d2385a"
|
|
|
6490 },
|
|
|
6491 "dist": {
|
|
|
6492 "type": "zip",
|
|
|
6493 "url": "https://api.github.com/repos/laravel/pail/zipball/8cc3d575c1f0e57eeb923f366a37528c50d2385a",
|
|
|
6494 "reference": "8cc3d575c1f0e57eeb923f366a37528c50d2385a",
|
|
|
6495 "shasum": ""
|
|
|
6496 },
|
|
|
6497 "require": {
|
|
|
6498 "ext-mbstring": "*",
|
|
|
6499 "illuminate/console": "^10.24|^11.0|^12.0",
|
|
|
6500 "illuminate/contracts": "^10.24|^11.0|^12.0",
|
|
|
6501 "illuminate/log": "^10.24|^11.0|^12.0",
|
|
|
6502 "illuminate/process": "^10.24|^11.0|^12.0",
|
|
|
6503 "illuminate/support": "^10.24|^11.0|^12.0",
|
|
|
6504 "nunomaduro/termwind": "^1.15|^2.0",
|
|
|
6505 "php": "^8.2",
|
|
|
6506 "symfony/console": "^6.0|^7.0"
|
|
|
6507 },
|
|
|
6508 "require-dev": {
|
|
|
6509 "laravel/framework": "^10.24|^11.0|^12.0",
|
|
|
6510 "laravel/pint": "^1.13",
|
|
|
6511 "orchestra/testbench-core": "^8.13|^9.0|^10.0",
|
|
|
6512 "pestphp/pest": "^2.20|^3.0",
|
|
|
6513 "pestphp/pest-plugin-type-coverage": "^2.3|^3.0",
|
|
|
6514 "phpstan/phpstan": "^1.12.27",
|
|
|
6515 "symfony/var-dumper": "^6.3|^7.0"
|
|
|
6516 },
|
|
|
6517 "type": "library",
|
|
|
6518 "extra": {
|
|
|
6519 "laravel": {
|
|
|
6520 "providers": [
|
|
|
6521 "Laravel\\Pail\\PailServiceProvider"
|
|
|
6522 ]
|
|
|
6523 },
|
|
|
6524 "branch-alias": {
|
|
|
6525 "dev-main": "1.x-dev"
|
|
|
6526 }
|
|
|
6527 },
|
|
|
6528 "autoload": {
|
|
|
6529 "psr-4": {
|
|
|
6530 "Laravel\\Pail\\": "src/"
|
|
|
6531 }
|
|
|
6532 },
|
|
|
6533 "notification-url": "https://packagist.org/downloads/",
|
|
|
6534 "license": [
|
|
|
6535 "MIT"
|
|
|
6536 ],
|
|
|
6537 "authors": [
|
|
|
6538 {
|
|
|
6539 "name": "Taylor Otwell",
|
|
|
6540 "email": "taylor@laravel.com"
|
|
|
6541 },
|
|
|
6542 {
|
|
|
6543 "name": "Nuno Maduro",
|
|
|
6544 "email": "enunomaduro@gmail.com"
|
|
|
6545 }
|
|
|
6546 ],
|
|
|
6547 "description": "Easily delve into your Laravel application's log files directly from the command line.",
|
|
|
6548 "homepage": "https://github.com/laravel/pail",
|
|
|
6549 "keywords": [
|
|
|
6550 "dev",
|
|
|
6551 "laravel",
|
|
|
6552 "logs",
|
|
|
6553 "php",
|
|
|
6554 "tail"
|
|
|
6555 ],
|
|
|
6556 "support": {
|
|
|
6557 "issues": "https://github.com/laravel/pail/issues",
|
|
|
6558 "source": "https://github.com/laravel/pail"
|
|
|
6559 },
|
|
|
6560 "time": "2025-06-05T13:55:57+00:00"
|
|
|
6561 },
|
|
|
6562 {
|
|
|
6563 "name": "laravel/pint",
|
|
|
6564 "version": "v1.24.0",
|
|
|
6565 "source": {
|
|
|
6566 "type": "git",
|
|
|
6567 "url": "https://github.com/laravel/pint.git",
|
|
|
6568 "reference": "0345f3b05f136801af8c339f9d16ef29e6b4df8a"
|
|
|
6569 },
|
|
|
6570 "dist": {
|
|
|
6571 "type": "zip",
|
|
|
6572 "url": "https://api.github.com/repos/laravel/pint/zipball/0345f3b05f136801af8c339f9d16ef29e6b4df8a",
|
|
|
6573 "reference": "0345f3b05f136801af8c339f9d16ef29e6b4df8a",
|
|
|
6574 "shasum": ""
|
|
|
6575 },
|
|
|
6576 "require": {
|
|
|
6577 "ext-json": "*",
|
|
|
6578 "ext-mbstring": "*",
|
|
|
6579 "ext-tokenizer": "*",
|
|
|
6580 "ext-xml": "*",
|
|
|
6581 "php": "^8.2.0"
|
|
|
6582 },
|
|
|
6583 "require-dev": {
|
|
|
6584 "friendsofphp/php-cs-fixer": "^3.82.2",
|
|
|
6585 "illuminate/view": "^11.45.1",
|
|
|
6586 "larastan/larastan": "^3.5.0",
|
|
|
6587 "laravel-zero/framework": "^11.45.0",
|
|
|
6588 "mockery/mockery": "^1.6.12",
|
|
|
6589 "nunomaduro/termwind": "^2.3.1",
|
|
|
6590 "pestphp/pest": "^2.36.0"
|
|
|
6591 },
|
|
|
6592 "bin": [
|
|
|
6593 "builds/pint"
|
|
|
6594 ],
|
|
|
6595 "type": "project",
|
|
|
6596 "autoload": {
|
|
|
6597 "files": [
|
|
|
6598 "overrides/Runner/Parallel/ProcessFactory.php"
|
|
|
6599 ],
|
|
|
6600 "psr-4": {
|
|
|
6601 "App\\": "app/",
|
|
|
6602 "Database\\Seeders\\": "database/seeders/",
|
|
|
6603 "Database\\Factories\\": "database/factories/"
|
|
|
6604 }
|
|
|
6605 },
|
|
|
6606 "notification-url": "https://packagist.org/downloads/",
|
|
|
6607 "license": [
|
|
|
6608 "MIT"
|
|
|
6609 ],
|
|
|
6610 "authors": [
|
|
|
6611 {
|
|
|
6612 "name": "Nuno Maduro",
|
|
|
6613 "email": "enunomaduro@gmail.com"
|
|
|
6614 }
|
|
|
6615 ],
|
|
|
6616 "description": "An opinionated code formatter for PHP.",
|
|
|
6617 "homepage": "https://laravel.com",
|
|
|
6618 "keywords": [
|
|
|
6619 "format",
|
|
|
6620 "formatter",
|
|
|
6621 "lint",
|
|
|
6622 "linter",
|
|
|
6623 "php"
|
|
|
6624 ],
|
|
|
6625 "support": {
|
|
|
6626 "issues": "https://github.com/laravel/pint/issues",
|
|
|
6627 "source": "https://github.com/laravel/pint"
|
|
|
6628 },
|
|
|
6629 "time": "2025-07-10T18:09:32+00:00"
|
|
|
6630 },
|
|
|
6631 {
|
|
|
6632 "name": "laravel/sail",
|
|
|
6633 "version": "v1.44.0",
|
|
|
6634 "source": {
|
|
|
6635 "type": "git",
|
|
|
6636 "url": "https://github.com/laravel/sail.git",
|
|
|
6637 "reference": "a09097bd2a8a38e23ac472fa6a6cf5b0d1c1d3fe"
|
|
|
6638 },
|
|
|
6639 "dist": {
|
|
|
6640 "type": "zip",
|
|
|
6641 "url": "https://api.github.com/repos/laravel/sail/zipball/a09097bd2a8a38e23ac472fa6a6cf5b0d1c1d3fe",
|
|
|
6642 "reference": "a09097bd2a8a38e23ac472fa6a6cf5b0d1c1d3fe",
|
|
|
6643 "shasum": ""
|
|
|
6644 },
|
|
|
6645 "require": {
|
|
|
6646 "illuminate/console": "^9.52.16|^10.0|^11.0|^12.0",
|
|
|
6647 "illuminate/contracts": "^9.52.16|^10.0|^11.0|^12.0",
|
|
|
6648 "illuminate/support": "^9.52.16|^10.0|^11.0|^12.0",
|
|
|
6649 "php": "^8.0",
|
|
|
6650 "symfony/console": "^6.0|^7.0",
|
|
|
6651 "symfony/yaml": "^6.0|^7.0"
|
|
|
6652 },
|
|
|
6653 "require-dev": {
|
|
|
6654 "orchestra/testbench": "^7.0|^8.0|^9.0|^10.0",
|
|
|
6655 "phpstan/phpstan": "^1.10"
|
|
|
6656 },
|
|
|
6657 "bin": [
|
|
|
6658 "bin/sail"
|
|
|
6659 ],
|
|
|
6660 "type": "library",
|
|
|
6661 "extra": {
|
|
|
6662 "laravel": {
|
|
|
6663 "providers": [
|
|
|
6664 "Laravel\\Sail\\SailServiceProvider"
|
|
|
6665 ]
|
|
|
6666 }
|
|
|
6667 },
|
|
|
6668 "autoload": {
|
|
|
6669 "psr-4": {
|
|
|
6670 "Laravel\\Sail\\": "src/"
|
|
|
6671 }
|
|
|
6672 },
|
|
|
6673 "notification-url": "https://packagist.org/downloads/",
|
|
|
6674 "license": [
|
|
|
6675 "MIT"
|
|
|
6676 ],
|
|
|
6677 "authors": [
|
|
|
6678 {
|
|
|
6679 "name": "Taylor Otwell",
|
|
|
6680 "email": "taylor@laravel.com"
|
|
|
6681 }
|
|
|
6682 ],
|
|
|
6683 "description": "Docker files for running a basic Laravel application.",
|
|
|
6684 "keywords": [
|
|
|
6685 "docker",
|
|
|
6686 "laravel"
|
|
|
6687 ],
|
|
|
6688 "support": {
|
|
|
6689 "issues": "https://github.com/laravel/sail/issues",
|
|
|
6690 "source": "https://github.com/laravel/sail"
|
|
|
6691 },
|
|
|
6692 "time": "2025-07-04T16:17:06+00:00"
|
|
|
6693 },
|
|
|
6694 {
|
|
|
6695 "name": "mockery/mockery",
|
|
|
6696 "version": "1.6.12",
|
|
|
6697 "source": {
|
|
|
6698 "type": "git",
|
|
|
6699 "url": "https://github.com/mockery/mockery.git",
|
|
|
6700 "reference": "1f4efdd7d3beafe9807b08156dfcb176d18f1699"
|
|
|
6701 },
|
|
|
6702 "dist": {
|
|
|
6703 "type": "zip",
|
|
|
6704 "url": "https://api.github.com/repos/mockery/mockery/zipball/1f4efdd7d3beafe9807b08156dfcb176d18f1699",
|
|
|
6705 "reference": "1f4efdd7d3beafe9807b08156dfcb176d18f1699",
|
|
|
6706 "shasum": ""
|
|
|
6707 },
|
|
|
6708 "require": {
|
|
|
6709 "hamcrest/hamcrest-php": "^2.0.1",
|
|
|
6710 "lib-pcre": ">=7.0",
|
|
|
6711 "php": ">=7.3"
|
|
|
6712 },
|
|
|
6713 "conflict": {
|
|
|
6714 "phpunit/phpunit": "<8.0"
|
|
|
6715 },
|
|
|
6716 "require-dev": {
|
|
|
6717 "phpunit/phpunit": "^8.5 || ^9.6.17",
|
|
|
6718 "symplify/easy-coding-standard": "^12.1.14"
|
|
|
6719 },
|
|
|
6720 "type": "library",
|
|
|
6721 "autoload": {
|
|
|
6722 "files": [
|
|
|
6723 "library/helpers.php",
|
|
|
6724 "library/Mockery.php"
|
|
|
6725 ],
|
|
|
6726 "psr-4": {
|
|
|
6727 "Mockery\\": "library/Mockery"
|
|
|
6728 }
|
|
|
6729 },
|
|
|
6730 "notification-url": "https://packagist.org/downloads/",
|
|
|
6731 "license": [
|
|
|
6732 "BSD-3-Clause"
|
|
|
6733 ],
|
|
|
6734 "authors": [
|
|
|
6735 {
|
|
|
6736 "name": "Pádraic Brady",
|
|
|
6737 "email": "padraic.brady@gmail.com",
|
|
|
6738 "homepage": "https://github.com/padraic",
|
|
|
6739 "role": "Author"
|
|
|
6740 },
|
|
|
6741 {
|
|
|
6742 "name": "Dave Marshall",
|
|
|
6743 "email": "dave.marshall@atstsolutions.co.uk",
|
|
|
6744 "homepage": "https://davedevelopment.co.uk",
|
|
|
6745 "role": "Developer"
|
|
|
6746 },
|
|
|
6747 {
|
|
|
6748 "name": "Nathanael Esayeas",
|
|
|
6749 "email": "nathanael.esayeas@protonmail.com",
|
|
|
6750 "homepage": "https://github.com/ghostwriter",
|
|
|
6751 "role": "Lead Developer"
|
|
|
6752 }
|
|
|
6753 ],
|
|
|
6754 "description": "Mockery is a simple yet flexible PHP mock object framework",
|
|
|
6755 "homepage": "https://github.com/mockery/mockery",
|
|
|
6756 "keywords": [
|
|
|
6757 "BDD",
|
|
|
6758 "TDD",
|
|
|
6759 "library",
|
|
|
6760 "mock",
|
|
|
6761 "mock objects",
|
|
|
6762 "mockery",
|
|
|
6763 "stub",
|
|
|
6764 "test",
|
|
|
6765 "test double",
|
|
|
6766 "testing"
|
|
|
6767 ],
|
|
|
6768 "support": {
|
|
|
6769 "docs": "https://docs.mockery.io/",
|
|
|
6770 "issues": "https://github.com/mockery/mockery/issues",
|
|
|
6771 "rss": "https://github.com/mockery/mockery/releases.atom",
|
|
|
6772 "security": "https://github.com/mockery/mockery/security/advisories",
|
|
|
6773 "source": "https://github.com/mockery/mockery"
|
|
|
6774 },
|
|
|
6775 "time": "2024-05-16T03:13:13+00:00"
|
|
|
6776 },
|
|
|
6777 {
|
|
|
6778 "name": "myclabs/deep-copy",
|
|
|
6779 "version": "1.13.4",
|
|
|
6780 "source": {
|
|
|
6781 "type": "git",
|
|
|
6782 "url": "https://github.com/myclabs/DeepCopy.git",
|
|
|
6783 "reference": "07d290f0c47959fd5eed98c95ee5602db07e0b6a"
|
|
|
6784 },
|
|
|
6785 "dist": {
|
|
|
6786 "type": "zip",
|
|
|
6787 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/07d290f0c47959fd5eed98c95ee5602db07e0b6a",
|
|
|
6788 "reference": "07d290f0c47959fd5eed98c95ee5602db07e0b6a",
|
|
|
6789 "shasum": ""
|
|
|
6790 },
|
|
|
6791 "require": {
|
|
|
6792 "php": "^7.1 || ^8.0"
|
|
|
6793 },
|
|
|
6794 "conflict": {
|
|
|
6795 "doctrine/collections": "<1.6.8",
|
|
|
6796 "doctrine/common": "<2.13.3 || >=3 <3.2.2"
|
|
|
6797 },
|
|
|
6798 "require-dev": {
|
|
|
6799 "doctrine/collections": "^1.6.8",
|
|
|
6800 "doctrine/common": "^2.13.3 || ^3.2.2",
|
|
|
6801 "phpspec/prophecy": "^1.10",
|
|
|
6802 "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13"
|
|
|
6803 },
|
|
|
6804 "type": "library",
|
|
|
6805 "autoload": {
|
|
|
6806 "files": [
|
|
|
6807 "src/DeepCopy/deep_copy.php"
|
|
|
6808 ],
|
|
|
6809 "psr-4": {
|
|
|
6810 "DeepCopy\\": "src/DeepCopy/"
|
|
|
6811 }
|
|
|
6812 },
|
|
|
6813 "notification-url": "https://packagist.org/downloads/",
|
|
|
6814 "license": [
|
|
|
6815 "MIT"
|
|
|
6816 ],
|
|
|
6817 "description": "Create deep copies (clones) of your objects",
|
|
|
6818 "keywords": [
|
|
|
6819 "clone",
|
|
|
6820 "copy",
|
|
|
6821 "duplicate",
|
|
|
6822 "object",
|
|
|
6823 "object graph"
|
|
|
6824 ],
|
|
|
6825 "support": {
|
|
|
6826 "issues": "https://github.com/myclabs/DeepCopy/issues",
|
|
|
6827 "source": "https://github.com/myclabs/DeepCopy/tree/1.13.4"
|
|
|
6828 },
|
|
|
6829 "funding": [
|
|
|
6830 {
|
|
|
6831 "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
|
|
|
6832 "type": "tidelift"
|
|
|
6833 }
|
|
|
6834 ],
|
|
|
6835 "time": "2025-08-01T08:46:24+00:00"
|
|
|
6836 },
|
|
|
6837 {
|
|
|
6838 "name": "nunomaduro/collision",
|
|
|
6839 "version": "v8.8.2",
|
|
|
6840 "source": {
|
|
|
6841 "type": "git",
|
|
|
6842 "url": "https://github.com/nunomaduro/collision.git",
|
|
|
6843 "reference": "60207965f9b7b7a4ce15a0f75d57f9dadb105bdb"
|
|
|
6844 },
|
|
|
6845 "dist": {
|
|
|
6846 "type": "zip",
|
|
|
6847 "url": "https://api.github.com/repos/nunomaduro/collision/zipball/60207965f9b7b7a4ce15a0f75d57f9dadb105bdb",
|
|
|
6848 "reference": "60207965f9b7b7a4ce15a0f75d57f9dadb105bdb",
|
|
|
6849 "shasum": ""
|
|
|
6850 },
|
|
|
6851 "require": {
|
|
|
6852 "filp/whoops": "^2.18.1",
|
|
|
6853 "nunomaduro/termwind": "^2.3.1",
|
|
|
6854 "php": "^8.2.0",
|
|
|
6855 "symfony/console": "^7.3.0"
|
|
|
6856 },
|
|
|
6857 "conflict": {
|
|
|
6858 "laravel/framework": "<11.44.2 || >=13.0.0",
|
|
|
6859 "phpunit/phpunit": "<11.5.15 || >=13.0.0"
|
|
|
6860 },
|
|
|
6861 "require-dev": {
|
|
|
6862 "brianium/paratest": "^7.8.3",
|
|
|
6863 "larastan/larastan": "^3.4.2",
|
|
|
6864 "laravel/framework": "^11.44.2 || ^12.18",
|
|
|
6865 "laravel/pint": "^1.22.1",
|
|
|
6866 "laravel/sail": "^1.43.1",
|
|
|
6867 "laravel/sanctum": "^4.1.1",
|
|
|
6868 "laravel/tinker": "^2.10.1",
|
|
|
6869 "orchestra/testbench-core": "^9.12.0 || ^10.4",
|
|
|
6870 "pestphp/pest": "^3.8.2",
|
|
|
6871 "sebastian/environment": "^7.2.1 || ^8.0"
|
|
|
6872 },
|
|
|
6873 "type": "library",
|
|
|
6874 "extra": {
|
|
|
6875 "laravel": {
|
|
|
6876 "providers": [
|
|
|
6877 "NunoMaduro\\Collision\\Adapters\\Laravel\\CollisionServiceProvider"
|
|
|
6878 ]
|
|
|
6879 },
|
|
|
6880 "branch-alias": {
|
|
|
6881 "dev-8.x": "8.x-dev"
|
|
|
6882 }
|
|
|
6883 },
|
|
|
6884 "autoload": {
|
|
|
6885 "files": [
|
|
|
6886 "./src/Adapters/Phpunit/Autoload.php"
|
|
|
6887 ],
|
|
|
6888 "psr-4": {
|
|
|
6889 "NunoMaduro\\Collision\\": "src/"
|
|
|
6890 }
|
|
|
6891 },
|
|
|
6892 "notification-url": "https://packagist.org/downloads/",
|
|
|
6893 "license": [
|
|
|
6894 "MIT"
|
|
|
6895 ],
|
|
|
6896 "authors": [
|
|
|
6897 {
|
|
|
6898 "name": "Nuno Maduro",
|
|
|
6899 "email": "enunomaduro@gmail.com"
|
|
|
6900 }
|
|
|
6901 ],
|
|
|
6902 "description": "Cli error handling for console/command-line PHP applications.",
|
|
|
6903 "keywords": [
|
|
|
6904 "artisan",
|
|
|
6905 "cli",
|
|
|
6906 "command-line",
|
|
|
6907 "console",
|
|
|
6908 "dev",
|
|
|
6909 "error",
|
|
|
6910 "handling",
|
|
|
6911 "laravel",
|
|
|
6912 "laravel-zero",
|
|
|
6913 "php",
|
|
|
6914 "symfony"
|
|
|
6915 ],
|
|
|
6916 "support": {
|
|
|
6917 "issues": "https://github.com/nunomaduro/collision/issues",
|
|
|
6918 "source": "https://github.com/nunomaduro/collision"
|
|
|
6919 },
|
|
|
6920 "funding": [
|
|
|
6921 {
|
|
|
6922 "url": "https://www.paypal.com/paypalme/enunomaduro",
|
|
|
6923 "type": "custom"
|
|
|
6924 },
|
|
|
6925 {
|
|
|
6926 "url": "https://github.com/nunomaduro",
|
|
|
6927 "type": "github"
|
|
|
6928 },
|
|
|
6929 {
|
|
|
6930 "url": "https://www.patreon.com/nunomaduro",
|
|
|
6931 "type": "patreon"
|
|
|
6932 }
|
|
|
6933 ],
|
|
|
6934 "time": "2025-06-25T02:12:12+00:00"
|
|
|
6935 },
|
|
|
6936 {
|
|
|
6937 "name": "phar-io/manifest",
|
|
|
6938 "version": "2.0.4",
|
|
|
6939 "source": {
|
|
|
6940 "type": "git",
|
|
|
6941 "url": "https://github.com/phar-io/manifest.git",
|
|
|
6942 "reference": "54750ef60c58e43759730615a392c31c80e23176"
|
|
|
6943 },
|
|
|
6944 "dist": {
|
|
|
6945 "type": "zip",
|
|
|
6946 "url": "https://api.github.com/repos/phar-io/manifest/zipball/54750ef60c58e43759730615a392c31c80e23176",
|
|
|
6947 "reference": "54750ef60c58e43759730615a392c31c80e23176",
|
|
|
6948 "shasum": ""
|
|
|
6949 },
|
|
|
6950 "require": {
|
|
|
6951 "ext-dom": "*",
|
|
|
6952 "ext-libxml": "*",
|
|
|
6953 "ext-phar": "*",
|
|
|
6954 "ext-xmlwriter": "*",
|
|
|
6955 "phar-io/version": "^3.0.1",
|
|
|
6956 "php": "^7.2 || ^8.0"
|
|
|
6957 },
|
|
|
6958 "type": "library",
|
|
|
6959 "extra": {
|
|
|
6960 "branch-alias": {
|
|
|
6961 "dev-master": "2.0.x-dev"
|
|
|
6962 }
|
|
|
6963 },
|
|
|
6964 "autoload": {
|
|
|
6965 "classmap": [
|
|
|
6966 "src/"
|
|
|
6967 ]
|
|
|
6968 },
|
|
|
6969 "notification-url": "https://packagist.org/downloads/",
|
|
|
6970 "license": [
|
|
|
6971 "BSD-3-Clause"
|
|
|
6972 ],
|
|
|
6973 "authors": [
|
|
|
6974 {
|
|
|
6975 "name": "Arne Blankerts",
|
|
|
6976 "email": "arne@blankerts.de",
|
|
|
6977 "role": "Developer"
|
|
|
6978 },
|
|
|
6979 {
|
|
|
6980 "name": "Sebastian Heuer",
|
|
|
6981 "email": "sebastian@phpeople.de",
|
|
|
6982 "role": "Developer"
|
|
|
6983 },
|
|
|
6984 {
|
|
|
6985 "name": "Sebastian Bergmann",
|
|
|
6986 "email": "sebastian@phpunit.de",
|
|
|
6987 "role": "Developer"
|
|
|
6988 }
|
|
|
6989 ],
|
|
|
6990 "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
|
|
|
6991 "support": {
|
|
|
6992 "issues": "https://github.com/phar-io/manifest/issues",
|
|
|
6993 "source": "https://github.com/phar-io/manifest/tree/2.0.4"
|
|
|
6994 },
|
|
|
6995 "funding": [
|
|
|
6996 {
|
|
|
6997 "url": "https://github.com/theseer",
|
|
|
6998 "type": "github"
|
|
|
6999 }
|
|
|
7000 ],
|
|
|
7001 "time": "2024-03-03T12:33:53+00:00"
|
|
|
7002 },
|
|
|
7003 {
|
|
|
7004 "name": "phar-io/version",
|
|
|
7005 "version": "3.2.1",
|
|
|
7006 "source": {
|
|
|
7007 "type": "git",
|
|
|
7008 "url": "https://github.com/phar-io/version.git",
|
|
|
7009 "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74"
|
|
|
7010 },
|
|
|
7011 "dist": {
|
|
|
7012 "type": "zip",
|
|
|
7013 "url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
|
|
|
7014 "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
|
|
|
7015 "shasum": ""
|
|
|
7016 },
|
|
|
7017 "require": {
|
|
|
7018 "php": "^7.2 || ^8.0"
|
|
|
7019 },
|
|
|
7020 "type": "library",
|
|
|
7021 "autoload": {
|
|
|
7022 "classmap": [
|
|
|
7023 "src/"
|
|
|
7024 ]
|
|
|
7025 },
|
|
|
7026 "notification-url": "https://packagist.org/downloads/",
|
|
|
7027 "license": [
|
|
|
7028 "BSD-3-Clause"
|
|
|
7029 ],
|
|
|
7030 "authors": [
|
|
|
7031 {
|
|
|
7032 "name": "Arne Blankerts",
|
|
|
7033 "email": "arne@blankerts.de",
|
|
|
7034 "role": "Developer"
|
|
|
7035 },
|
|
|
7036 {
|
|
|
7037 "name": "Sebastian Heuer",
|
|
|
7038 "email": "sebastian@phpeople.de",
|
|
|
7039 "role": "Developer"
|
|
|
7040 },
|
|
|
7041 {
|
|
|
7042 "name": "Sebastian Bergmann",
|
|
|
7043 "email": "sebastian@phpunit.de",
|
|
|
7044 "role": "Developer"
|
|
|
7045 }
|
|
|
7046 ],
|
|
|
7047 "description": "Library for handling version information and constraints",
|
|
|
7048 "support": {
|
|
|
7049 "issues": "https://github.com/phar-io/version/issues",
|
|
|
7050 "source": "https://github.com/phar-io/version/tree/3.2.1"
|
|
|
7051 },
|
|
|
7052 "time": "2022-02-21T01:04:05+00:00"
|
|
|
7053 },
|
|
|
7054 {
|
|
|
7055 "name": "phpunit/php-code-coverage",
|
|
|
7056 "version": "11.0.10",
|
|
|
7057 "source": {
|
|
|
7058 "type": "git",
|
|
|
7059 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
|
|
|
7060 "reference": "1a800a7446add2d79cc6b3c01c45381810367d76"
|
|
|
7061 },
|
|
|
7062 "dist": {
|
|
|
7063 "type": "zip",
|
|
|
7064 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/1a800a7446add2d79cc6b3c01c45381810367d76",
|
|
|
7065 "reference": "1a800a7446add2d79cc6b3c01c45381810367d76",
|
|
|
7066 "shasum": ""
|
|
|
7067 },
|
|
|
7068 "require": {
|
|
|
7069 "ext-dom": "*",
|
|
|
7070 "ext-libxml": "*",
|
|
|
7071 "ext-xmlwriter": "*",
|
|
|
7072 "nikic/php-parser": "^5.4.0",
|
|
|
7073 "php": ">=8.2",
|
|
|
7074 "phpunit/php-file-iterator": "^5.1.0",
|
|
|
7075 "phpunit/php-text-template": "^4.0.1",
|
|
|
7076 "sebastian/code-unit-reverse-lookup": "^4.0.1",
|
|
|
7077 "sebastian/complexity": "^4.0.1",
|
|
|
7078 "sebastian/environment": "^7.2.0",
|
|
|
7079 "sebastian/lines-of-code": "^3.0.1",
|
|
|
7080 "sebastian/version": "^5.0.2",
|
|
|
7081 "theseer/tokenizer": "^1.2.3"
|
|
|
7082 },
|
|
|
7083 "require-dev": {
|
|
|
7084 "phpunit/phpunit": "^11.5.2"
|
|
|
7085 },
|
|
|
7086 "suggest": {
|
|
|
7087 "ext-pcov": "PHP extension that provides line coverage",
|
|
|
7088 "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage"
|
|
|
7089 },
|
|
|
7090 "type": "library",
|
|
|
7091 "extra": {
|
|
|
7092 "branch-alias": {
|
|
|
7093 "dev-main": "11.0.x-dev"
|
|
|
7094 }
|
|
|
7095 },
|
|
|
7096 "autoload": {
|
|
|
7097 "classmap": [
|
|
|
7098 "src/"
|
|
|
7099 ]
|
|
|
7100 },
|
|
|
7101 "notification-url": "https://packagist.org/downloads/",
|
|
|
7102 "license": [
|
|
|
7103 "BSD-3-Clause"
|
|
|
7104 ],
|
|
|
7105 "authors": [
|
|
|
7106 {
|
|
|
7107 "name": "Sebastian Bergmann",
|
|
|
7108 "email": "sebastian@phpunit.de",
|
|
|
7109 "role": "lead"
|
|
|
7110 }
|
|
|
7111 ],
|
|
|
7112 "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
|
|
|
7113 "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
|
|
|
7114 "keywords": [
|
|
|
7115 "coverage",
|
|
|
7116 "testing",
|
|
|
7117 "xunit"
|
|
|
7118 ],
|
|
|
7119 "support": {
|
|
|
7120 "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
|
|
|
7121 "security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy",
|
|
|
7122 "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/show"
|
|
|
7123 },
|
|
|
7124 "funding": [
|
|
|
7125 {
|
|
|
7126 "url": "https://github.com/sebastianbergmann",
|
|
|
7127 "type": "github"
|
|
|
7128 },
|
|
|
7129 {
|
|
|
7130 "url": "https://liberapay.com/sebastianbergmann",
|
|
|
7131 "type": "liberapay"
|
|
|
7132 },
|
|
|
7133 {
|
|
|
7134 "url": "https://thanks.dev/u/gh/sebastianbergmann",
|
|
|
7135 "type": "thanks_dev"
|
|
|
7136 },
|
|
|
7137 {
|
|
|
7138 "url": "https://tidelift.com/funding/github/packagist/phpunit/php-code-coverage",
|
|
|
7139 "type": "tidelift"
|
|
|
7140 }
|
|
|
7141 ],
|
|
|
7142 "time": "2025-06-18T08:56:18+00:00"
|
|
|
7143 },
|
|
|
7144 {
|
|
|
7145 "name": "phpunit/php-file-iterator",
|
|
|
7146 "version": "5.1.0",
|
|
|
7147 "source": {
|
|
|
7148 "type": "git",
|
|
|
7149 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
|
|
|
7150 "reference": "118cfaaa8bc5aef3287bf315b6060b1174754af6"
|
|
|
7151 },
|
|
|
7152 "dist": {
|
|
|
7153 "type": "zip",
|
|
|
7154 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/118cfaaa8bc5aef3287bf315b6060b1174754af6",
|
|
|
7155 "reference": "118cfaaa8bc5aef3287bf315b6060b1174754af6",
|
|
|
7156 "shasum": ""
|
|
|
7157 },
|
|
|
7158 "require": {
|
|
|
7159 "php": ">=8.2"
|
|
|
7160 },
|
|
|
7161 "require-dev": {
|
|
|
7162 "phpunit/phpunit": "^11.0"
|
|
|
7163 },
|
|
|
7164 "type": "library",
|
|
|
7165 "extra": {
|
|
|
7166 "branch-alias": {
|
|
|
7167 "dev-main": "5.0-dev"
|
|
|
7168 }
|
|
|
7169 },
|
|
|
7170 "autoload": {
|
|
|
7171 "classmap": [
|
|
|
7172 "src/"
|
|
|
7173 ]
|
|
|
7174 },
|
|
|
7175 "notification-url": "https://packagist.org/downloads/",
|
|
|
7176 "license": [
|
|
|
7177 "BSD-3-Clause"
|
|
|
7178 ],
|
|
|
7179 "authors": [
|
|
|
7180 {
|
|
|
7181 "name": "Sebastian Bergmann",
|
|
|
7182 "email": "sebastian@phpunit.de",
|
|
|
7183 "role": "lead"
|
|
|
7184 }
|
|
|
7185 ],
|
|
|
7186 "description": "FilterIterator implementation that filters files based on a list of suffixes.",
|
|
|
7187 "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
|
|
|
7188 "keywords": [
|
|
|
7189 "filesystem",
|
|
|
7190 "iterator"
|
|
|
7191 ],
|
|
|
7192 "support": {
|
|
|
7193 "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
|
|
|
7194 "security": "https://github.com/sebastianbergmann/php-file-iterator/security/policy",
|
|
|
7195 "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/5.1.0"
|
|
|
7196 },
|
|
|
7197 "funding": [
|
|
|
7198 {
|
|
|
7199 "url": "https://github.com/sebastianbergmann",
|
|
|
7200 "type": "github"
|
|
|
7201 }
|
|
|
7202 ],
|
|
|
7203 "time": "2024-08-27T05:02:59+00:00"
|
|
|
7204 },
|
|
|
7205 {
|
|
|
7206 "name": "phpunit/php-invoker",
|
|
|
7207 "version": "5.0.1",
|
|
|
7208 "source": {
|
|
|
7209 "type": "git",
|
|
|
7210 "url": "https://github.com/sebastianbergmann/php-invoker.git",
|
|
|
7211 "reference": "c1ca3814734c07492b3d4c5f794f4b0995333da2"
|
|
|
7212 },
|
|
|
7213 "dist": {
|
|
|
7214 "type": "zip",
|
|
|
7215 "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/c1ca3814734c07492b3d4c5f794f4b0995333da2",
|
|
|
7216 "reference": "c1ca3814734c07492b3d4c5f794f4b0995333da2",
|
|
|
7217 "shasum": ""
|
|
|
7218 },
|
|
|
7219 "require": {
|
|
|
7220 "php": ">=8.2"
|
|
|
7221 },
|
|
|
7222 "require-dev": {
|
|
|
7223 "ext-pcntl": "*",
|
|
|
7224 "phpunit/phpunit": "^11.0"
|
|
|
7225 },
|
|
|
7226 "suggest": {
|
|
|
7227 "ext-pcntl": "*"
|
|
|
7228 },
|
|
|
7229 "type": "library",
|
|
|
7230 "extra": {
|
|
|
7231 "branch-alias": {
|
|
|
7232 "dev-main": "5.0-dev"
|
|
|
7233 }
|
|
|
7234 },
|
|
|
7235 "autoload": {
|
|
|
7236 "classmap": [
|
|
|
7237 "src/"
|
|
|
7238 ]
|
|
|
7239 },
|
|
|
7240 "notification-url": "https://packagist.org/downloads/",
|
|
|
7241 "license": [
|
|
|
7242 "BSD-3-Clause"
|
|
|
7243 ],
|
|
|
7244 "authors": [
|
|
|
7245 {
|
|
|
7246 "name": "Sebastian Bergmann",
|
|
|
7247 "email": "sebastian@phpunit.de",
|
|
|
7248 "role": "lead"
|
|
|
7249 }
|
|
|
7250 ],
|
|
|
7251 "description": "Invoke callables with a timeout",
|
|
|
7252 "homepage": "https://github.com/sebastianbergmann/php-invoker/",
|
|
|
7253 "keywords": [
|
|
|
7254 "process"
|
|
|
7255 ],
|
|
|
7256 "support": {
|
|
|
7257 "issues": "https://github.com/sebastianbergmann/php-invoker/issues",
|
|
|
7258 "security": "https://github.com/sebastianbergmann/php-invoker/security/policy",
|
|
|
7259 "source": "https://github.com/sebastianbergmann/php-invoker/tree/5.0.1"
|
|
|
7260 },
|
|
|
7261 "funding": [
|
|
|
7262 {
|
|
|
7263 "url": "https://github.com/sebastianbergmann",
|
|
|
7264 "type": "github"
|
|
|
7265 }
|
|
|
7266 ],
|
|
|
7267 "time": "2024-07-03T05:07:44+00:00"
|
|
|
7268 },
|
|
|
7269 {
|
|
|
7270 "name": "phpunit/php-text-template",
|
|
|
7271 "version": "4.0.1",
|
|
|
7272 "source": {
|
|
|
7273 "type": "git",
|
|
|
7274 "url": "https://github.com/sebastianbergmann/php-text-template.git",
|
|
|
7275 "reference": "3e0404dc6b300e6bf56415467ebcb3fe4f33e964"
|
|
|
7276 },
|
|
|
7277 "dist": {
|
|
|
7278 "type": "zip",
|
|
|
7279 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/3e0404dc6b300e6bf56415467ebcb3fe4f33e964",
|
|
|
7280 "reference": "3e0404dc6b300e6bf56415467ebcb3fe4f33e964",
|
|
|
7281 "shasum": ""
|
|
|
7282 },
|
|
|
7283 "require": {
|
|
|
7284 "php": ">=8.2"
|
|
|
7285 },
|
|
|
7286 "require-dev": {
|
|
|
7287 "phpunit/phpunit": "^11.0"
|
|
|
7288 },
|
|
|
7289 "type": "library",
|
|
|
7290 "extra": {
|
|
|
7291 "branch-alias": {
|
|
|
7292 "dev-main": "4.0-dev"
|
|
|
7293 }
|
|
|
7294 },
|
|
|
7295 "autoload": {
|
|
|
7296 "classmap": [
|
|
|
7297 "src/"
|
|
|
7298 ]
|
|
|
7299 },
|
|
|
7300 "notification-url": "https://packagist.org/downloads/",
|
|
|
7301 "license": [
|
|
|
7302 "BSD-3-Clause"
|
|
|
7303 ],
|
|
|
7304 "authors": [
|
|
|
7305 {
|
|
|
7306 "name": "Sebastian Bergmann",
|
|
|
7307 "email": "sebastian@phpunit.de",
|
|
|
7308 "role": "lead"
|
|
|
7309 }
|
|
|
7310 ],
|
|
|
7311 "description": "Simple template engine.",
|
|
|
7312 "homepage": "https://github.com/sebastianbergmann/php-text-template/",
|
|
|
7313 "keywords": [
|
|
|
7314 "template"
|
|
|
7315 ],
|
|
|
7316 "support": {
|
|
|
7317 "issues": "https://github.com/sebastianbergmann/php-text-template/issues",
|
|
|
7318 "security": "https://github.com/sebastianbergmann/php-text-template/security/policy",
|
|
|
7319 "source": "https://github.com/sebastianbergmann/php-text-template/tree/4.0.1"
|
|
|
7320 },
|
|
|
7321 "funding": [
|
|
|
7322 {
|
|
|
7323 "url": "https://github.com/sebastianbergmann",
|
|
|
7324 "type": "github"
|
|
|
7325 }
|
|
|
7326 ],
|
|
|
7327 "time": "2024-07-03T05:08:43+00:00"
|
|
|
7328 },
|
|
|
7329 {
|
|
|
7330 "name": "phpunit/php-timer",
|
|
|
7331 "version": "7.0.1",
|
|
|
7332 "source": {
|
|
|
7333 "type": "git",
|
|
|
7334 "url": "https://github.com/sebastianbergmann/php-timer.git",
|
|
|
7335 "reference": "3b415def83fbcb41f991d9ebf16ae4ad8b7837b3"
|
|
|
7336 },
|
|
|
7337 "dist": {
|
|
|
7338 "type": "zip",
|
|
|
7339 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3b415def83fbcb41f991d9ebf16ae4ad8b7837b3",
|
|
|
7340 "reference": "3b415def83fbcb41f991d9ebf16ae4ad8b7837b3",
|
|
|
7341 "shasum": ""
|
|
|
7342 },
|
|
|
7343 "require": {
|
|
|
7344 "php": ">=8.2"
|
|
|
7345 },
|
|
|
7346 "require-dev": {
|
|
|
7347 "phpunit/phpunit": "^11.0"
|
|
|
7348 },
|
|
|
7349 "type": "library",
|
|
|
7350 "extra": {
|
|
|
7351 "branch-alias": {
|
|
|
7352 "dev-main": "7.0-dev"
|
|
|
7353 }
|
|
|
7354 },
|
|
|
7355 "autoload": {
|
|
|
7356 "classmap": [
|
|
|
7357 "src/"
|
|
|
7358 ]
|
|
|
7359 },
|
|
|
7360 "notification-url": "https://packagist.org/downloads/",
|
|
|
7361 "license": [
|
|
|
7362 "BSD-3-Clause"
|
|
|
7363 ],
|
|
|
7364 "authors": [
|
|
|
7365 {
|
|
|
7366 "name": "Sebastian Bergmann",
|
|
|
7367 "email": "sebastian@phpunit.de",
|
|
|
7368 "role": "lead"
|
|
|
7369 }
|
|
|
7370 ],
|
|
|
7371 "description": "Utility class for timing",
|
|
|
7372 "homepage": "https://github.com/sebastianbergmann/php-timer/",
|
|
|
7373 "keywords": [
|
|
|
7374 "timer"
|
|
|
7375 ],
|
|
|
7376 "support": {
|
|
|
7377 "issues": "https://github.com/sebastianbergmann/php-timer/issues",
|
|
|
7378 "security": "https://github.com/sebastianbergmann/php-timer/security/policy",
|
|
|
7379 "source": "https://github.com/sebastianbergmann/php-timer/tree/7.0.1"
|
|
|
7380 },
|
|
|
7381 "funding": [
|
|
|
7382 {
|
|
|
7383 "url": "https://github.com/sebastianbergmann",
|
|
|
7384 "type": "github"
|
|
|
7385 }
|
|
|
7386 ],
|
|
|
7387 "time": "2024-07-03T05:09:35+00:00"
|
|
|
7388 },
|
|
|
7389 {
|
|
|
7390 "name": "phpunit/phpunit",
|
|
|
7391 "version": "11.5.34",
|
|
|
7392 "source": {
|
|
|
7393 "type": "git",
|
|
|
7394 "url": "https://github.com/sebastianbergmann/phpunit.git",
|
|
|
7395 "reference": "3e4c6ef395f7cb61a6206c23e0e04b31724174f2"
|
|
|
7396 },
|
|
|
7397 "dist": {
|
|
|
7398 "type": "zip",
|
|
|
7399 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/3e4c6ef395f7cb61a6206c23e0e04b31724174f2",
|
|
|
7400 "reference": "3e4c6ef395f7cb61a6206c23e0e04b31724174f2",
|
|
|
7401 "shasum": ""
|
|
|
7402 },
|
|
|
7403 "require": {
|
|
|
7404 "ext-dom": "*",
|
|
|
7405 "ext-json": "*",
|
|
|
7406 "ext-libxml": "*",
|
|
|
7407 "ext-mbstring": "*",
|
|
|
7408 "ext-xml": "*",
|
|
|
7409 "ext-xmlwriter": "*",
|
|
|
7410 "myclabs/deep-copy": "^1.13.4",
|
|
|
7411 "phar-io/manifest": "^2.0.4",
|
|
|
7412 "phar-io/version": "^3.2.1",
|
|
|
7413 "php": ">=8.2",
|
|
|
7414 "phpunit/php-code-coverage": "^11.0.10",
|
|
|
7415 "phpunit/php-file-iterator": "^5.1.0",
|
|
|
7416 "phpunit/php-invoker": "^5.0.1",
|
|
|
7417 "phpunit/php-text-template": "^4.0.1",
|
|
|
7418 "phpunit/php-timer": "^7.0.1",
|
|
|
7419 "sebastian/cli-parser": "^3.0.2",
|
|
|
7420 "sebastian/code-unit": "^3.0.3",
|
|
|
7421 "sebastian/comparator": "^6.3.2",
|
|
|
7422 "sebastian/diff": "^6.0.2",
|
|
|
7423 "sebastian/environment": "^7.2.1",
|
|
|
7424 "sebastian/exporter": "^6.3.0",
|
|
|
7425 "sebastian/global-state": "^7.0.2",
|
|
|
7426 "sebastian/object-enumerator": "^6.0.1",
|
|
|
7427 "sebastian/type": "^5.1.3",
|
|
|
7428 "sebastian/version": "^5.0.2",
|
|
|
7429 "staabm/side-effects-detector": "^1.0.5"
|
|
|
7430 },
|
|
|
7431 "suggest": {
|
|
|
7432 "ext-soap": "To be able to generate mocks based on WSDL files"
|
|
|
7433 },
|
|
|
7434 "bin": [
|
|
|
7435 "phpunit"
|
|
|
7436 ],
|
|
|
7437 "type": "library",
|
|
|
7438 "extra": {
|
|
|
7439 "branch-alias": {
|
|
|
7440 "dev-main": "11.5-dev"
|
|
|
7441 }
|
|
|
7442 },
|
|
|
7443 "autoload": {
|
|
|
7444 "files": [
|
|
|
7445 "src/Framework/Assert/Functions.php"
|
|
|
7446 ],
|
|
|
7447 "classmap": [
|
|
|
7448 "src/"
|
|
|
7449 ]
|
|
|
7450 },
|
|
|
7451 "notification-url": "https://packagist.org/downloads/",
|
|
|
7452 "license": [
|
|
|
7453 "BSD-3-Clause"
|
|
|
7454 ],
|
|
|
7455 "authors": [
|
|
|
7456 {
|
|
|
7457 "name": "Sebastian Bergmann",
|
|
|
7458 "email": "sebastian@phpunit.de",
|
|
|
7459 "role": "lead"
|
|
|
7460 }
|
|
|
7461 ],
|
|
|
7462 "description": "The PHP Unit Testing framework.",
|
|
|
7463 "homepage": "https://phpunit.de/",
|
|
|
7464 "keywords": [
|
|
|
7465 "phpunit",
|
|
|
7466 "testing",
|
|
|
7467 "xunit"
|
|
|
7468 ],
|
|
|
7469 "support": {
|
|
|
7470 "issues": "https://github.com/sebastianbergmann/phpunit/issues",
|
|
|
7471 "security": "https://github.com/sebastianbergmann/phpunit/security/policy",
|
|
|
7472 "source": "https://github.com/sebastianbergmann/phpunit/tree/11.5.34"
|
|
|
7473 },
|
|
|
7474 "funding": [
|
|
|
7475 {
|
|
|
7476 "url": "https://phpunit.de/sponsors.html",
|
|
|
7477 "type": "custom"
|
|
|
7478 },
|
|
|
7479 {
|
|
|
7480 "url": "https://github.com/sebastianbergmann",
|
|
|
7481 "type": "github"
|
|
|
7482 },
|
|
|
7483 {
|
|
|
7484 "url": "https://liberapay.com/sebastianbergmann",
|
|
|
7485 "type": "liberapay"
|
|
|
7486 },
|
|
|
7487 {
|
|
|
7488 "url": "https://thanks.dev/u/gh/sebastianbergmann",
|
|
|
7489 "type": "thanks_dev"
|
|
|
7490 },
|
|
|
7491 {
|
|
|
7492 "url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit",
|
|
|
7493 "type": "tidelift"
|
|
|
7494 }
|
|
|
7495 ],
|
|
|
7496 "time": "2025-08-20T14:41:45+00:00"
|
|
|
7497 },
|
|
|
7498 {
|
|
|
7499 "name": "sebastian/cli-parser",
|
|
|
7500 "version": "3.0.2",
|
|
|
7501 "source": {
|
|
|
7502 "type": "git",
|
|
|
7503 "url": "https://github.com/sebastianbergmann/cli-parser.git",
|
|
|
7504 "reference": "15c5dd40dc4f38794d383bb95465193f5e0ae180"
|
|
|
7505 },
|
|
|
7506 "dist": {
|
|
|
7507 "type": "zip",
|
|
|
7508 "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/15c5dd40dc4f38794d383bb95465193f5e0ae180",
|
|
|
7509 "reference": "15c5dd40dc4f38794d383bb95465193f5e0ae180",
|
|
|
7510 "shasum": ""
|
|
|
7511 },
|
|
|
7512 "require": {
|
|
|
7513 "php": ">=8.2"
|
|
|
7514 },
|
|
|
7515 "require-dev": {
|
|
|
7516 "phpunit/phpunit": "^11.0"
|
|
|
7517 },
|
|
|
7518 "type": "library",
|
|
|
7519 "extra": {
|
|
|
7520 "branch-alias": {
|
|
|
7521 "dev-main": "3.0-dev"
|
|
|
7522 }
|
|
|
7523 },
|
|
|
7524 "autoload": {
|
|
|
7525 "classmap": [
|
|
|
7526 "src/"
|
|
|
7527 ]
|
|
|
7528 },
|
|
|
7529 "notification-url": "https://packagist.org/downloads/",
|
|
|
7530 "license": [
|
|
|
7531 "BSD-3-Clause"
|
|
|
7532 ],
|
|
|
7533 "authors": [
|
|
|
7534 {
|
|
|
7535 "name": "Sebastian Bergmann",
|
|
|
7536 "email": "sebastian@phpunit.de",
|
|
|
7537 "role": "lead"
|
|
|
7538 }
|
|
|
7539 ],
|
|
|
7540 "description": "Library for parsing CLI options",
|
|
|
7541 "homepage": "https://github.com/sebastianbergmann/cli-parser",
|
|
|
7542 "support": {
|
|
|
7543 "issues": "https://github.com/sebastianbergmann/cli-parser/issues",
|
|
|
7544 "security": "https://github.com/sebastianbergmann/cli-parser/security/policy",
|
|
|
7545 "source": "https://github.com/sebastianbergmann/cli-parser/tree/3.0.2"
|
|
|
7546 },
|
|
|
7547 "funding": [
|
|
|
7548 {
|
|
|
7549 "url": "https://github.com/sebastianbergmann",
|
|
|
7550 "type": "github"
|
|
|
7551 }
|
|
|
7552 ],
|
|
|
7553 "time": "2024-07-03T04:41:36+00:00"
|
|
|
7554 },
|
|
|
7555 {
|
|
|
7556 "name": "sebastian/code-unit",
|
|
|
7557 "version": "3.0.3",
|
|
|
7558 "source": {
|
|
|
7559 "type": "git",
|
|
|
7560 "url": "https://github.com/sebastianbergmann/code-unit.git",
|
|
|
7561 "reference": "54391c61e4af8078e5b276ab082b6d3c54c9ad64"
|
|
|
7562 },
|
|
|
7563 "dist": {
|
|
|
7564 "type": "zip",
|
|
|
7565 "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/54391c61e4af8078e5b276ab082b6d3c54c9ad64",
|
|
|
7566 "reference": "54391c61e4af8078e5b276ab082b6d3c54c9ad64",
|
|
|
7567 "shasum": ""
|
|
|
7568 },
|
|
|
7569 "require": {
|
|
|
7570 "php": ">=8.2"
|
|
|
7571 },
|
|
|
7572 "require-dev": {
|
|
|
7573 "phpunit/phpunit": "^11.5"
|
|
|
7574 },
|
|
|
7575 "type": "library",
|
|
|
7576 "extra": {
|
|
|
7577 "branch-alias": {
|
|
|
7578 "dev-main": "3.0-dev"
|
|
|
7579 }
|
|
|
7580 },
|
|
|
7581 "autoload": {
|
|
|
7582 "classmap": [
|
|
|
7583 "src/"
|
|
|
7584 ]
|
|
|
7585 },
|
|
|
7586 "notification-url": "https://packagist.org/downloads/",
|
|
|
7587 "license": [
|
|
|
7588 "BSD-3-Clause"
|
|
|
7589 ],
|
|
|
7590 "authors": [
|
|
|
7591 {
|
|
|
7592 "name": "Sebastian Bergmann",
|
|
|
7593 "email": "sebastian@phpunit.de",
|
|
|
7594 "role": "lead"
|
|
|
7595 }
|
|
|
7596 ],
|
|
|
7597 "description": "Collection of value objects that represent the PHP code units",
|
|
|
7598 "homepage": "https://github.com/sebastianbergmann/code-unit",
|
|
|
7599 "support": {
|
|
|
7600 "issues": "https://github.com/sebastianbergmann/code-unit/issues",
|
|
|
7601 "security": "https://github.com/sebastianbergmann/code-unit/security/policy",
|
|
|
7602 "source": "https://github.com/sebastianbergmann/code-unit/tree/3.0.3"
|
|
|
7603 },
|
|
|
7604 "funding": [
|
|
|
7605 {
|
|
|
7606 "url": "https://github.com/sebastianbergmann",
|
|
|
7607 "type": "github"
|
|
|
7608 }
|
|
|
7609 ],
|
|
|
7610 "time": "2025-03-19T07:56:08+00:00"
|
|
|
7611 },
|
|
|
7612 {
|
|
|
7613 "name": "sebastian/code-unit-reverse-lookup",
|
|
|
7614 "version": "4.0.1",
|
|
|
7615 "source": {
|
|
|
7616 "type": "git",
|
|
|
7617 "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
|
|
|
7618 "reference": "183a9b2632194febd219bb9246eee421dad8d45e"
|
|
|
7619 },
|
|
|
7620 "dist": {
|
|
|
7621 "type": "zip",
|
|
|
7622 "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/183a9b2632194febd219bb9246eee421dad8d45e",
|
|
|
7623 "reference": "183a9b2632194febd219bb9246eee421dad8d45e",
|
|
|
7624 "shasum": ""
|
|
|
7625 },
|
|
|
7626 "require": {
|
|
|
7627 "php": ">=8.2"
|
|
|
7628 },
|
|
|
7629 "require-dev": {
|
|
|
7630 "phpunit/phpunit": "^11.0"
|
|
|
7631 },
|
|
|
7632 "type": "library",
|
|
|
7633 "extra": {
|
|
|
7634 "branch-alias": {
|
|
|
7635 "dev-main": "4.0-dev"
|
|
|
7636 }
|
|
|
7637 },
|
|
|
7638 "autoload": {
|
|
|
7639 "classmap": [
|
|
|
7640 "src/"
|
|
|
7641 ]
|
|
|
7642 },
|
|
|
7643 "notification-url": "https://packagist.org/downloads/",
|
|
|
7644 "license": [
|
|
|
7645 "BSD-3-Clause"
|
|
|
7646 ],
|
|
|
7647 "authors": [
|
|
|
7648 {
|
|
|
7649 "name": "Sebastian Bergmann",
|
|
|
7650 "email": "sebastian@phpunit.de"
|
|
|
7651 }
|
|
|
7652 ],
|
|
|
7653 "description": "Looks up which function or method a line of code belongs to",
|
|
|
7654 "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
|
|
|
7655 "support": {
|
|
|
7656 "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
|
|
|
7657 "security": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/security/policy",
|
|
|
7658 "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/4.0.1"
|
|
|
7659 },
|
|
|
7660 "funding": [
|
|
|
7661 {
|
|
|
7662 "url": "https://github.com/sebastianbergmann",
|
|
|
7663 "type": "github"
|
|
|
7664 }
|
|
|
7665 ],
|
|
|
7666 "time": "2024-07-03T04:45:54+00:00"
|
|
|
7667 },
|
|
|
7668 {
|
|
|
7669 "name": "sebastian/comparator",
|
|
|
7670 "version": "6.3.2",
|
|
|
7671 "source": {
|
|
|
7672 "type": "git",
|
|
|
7673 "url": "https://github.com/sebastianbergmann/comparator.git",
|
|
|
7674 "reference": "85c77556683e6eee4323e4c5468641ca0237e2e8"
|
|
|
7675 },
|
|
|
7676 "dist": {
|
|
|
7677 "type": "zip",
|
|
|
7678 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/85c77556683e6eee4323e4c5468641ca0237e2e8",
|
|
|
7679 "reference": "85c77556683e6eee4323e4c5468641ca0237e2e8",
|
|
|
7680 "shasum": ""
|
|
|
7681 },
|
|
|
7682 "require": {
|
|
|
7683 "ext-dom": "*",
|
|
|
7684 "ext-mbstring": "*",
|
|
|
7685 "php": ">=8.2",
|
|
|
7686 "sebastian/diff": "^6.0",
|
|
|
7687 "sebastian/exporter": "^6.0"
|
|
|
7688 },
|
|
|
7689 "require-dev": {
|
|
|
7690 "phpunit/phpunit": "^11.4"
|
|
|
7691 },
|
|
|
7692 "suggest": {
|
|
|
7693 "ext-bcmath": "For comparing BcMath\\Number objects"
|
|
|
7694 },
|
|
|
7695 "type": "library",
|
|
|
7696 "extra": {
|
|
|
7697 "branch-alias": {
|
|
|
7698 "dev-main": "6.3-dev"
|
|
|
7699 }
|
|
|
7700 },
|
|
|
7701 "autoload": {
|
|
|
7702 "classmap": [
|
|
|
7703 "src/"
|
|
|
7704 ]
|
|
|
7705 },
|
|
|
7706 "notification-url": "https://packagist.org/downloads/",
|
|
|
7707 "license": [
|
|
|
7708 "BSD-3-Clause"
|
|
|
7709 ],
|
|
|
7710 "authors": [
|
|
|
7711 {
|
|
|
7712 "name": "Sebastian Bergmann",
|
|
|
7713 "email": "sebastian@phpunit.de"
|
|
|
7714 },
|
|
|
7715 {
|
|
|
7716 "name": "Jeff Welch",
|
|
|
7717 "email": "whatthejeff@gmail.com"
|
|
|
7718 },
|
|
|
7719 {
|
|
|
7720 "name": "Volker Dusch",
|
|
|
7721 "email": "github@wallbash.com"
|
|
|
7722 },
|
|
|
7723 {
|
|
|
7724 "name": "Bernhard Schussek",
|
|
|
7725 "email": "bschussek@2bepublished.at"
|
|
|
7726 }
|
|
|
7727 ],
|
|
|
7728 "description": "Provides the functionality to compare PHP values for equality",
|
|
|
7729 "homepage": "https://github.com/sebastianbergmann/comparator",
|
|
|
7730 "keywords": [
|
|
|
7731 "comparator",
|
|
|
7732 "compare",
|
|
|
7733 "equality"
|
|
|
7734 ],
|
|
|
7735 "support": {
|
|
|
7736 "issues": "https://github.com/sebastianbergmann/comparator/issues",
|
|
|
7737 "security": "https://github.com/sebastianbergmann/comparator/security/policy",
|
|
|
7738 "source": "https://github.com/sebastianbergmann/comparator/tree/6.3.2"
|
|
|
7739 },
|
|
|
7740 "funding": [
|
|
|
7741 {
|
|
|
7742 "url": "https://github.com/sebastianbergmann",
|
|
|
7743 "type": "github"
|
|
|
7744 },
|
|
|
7745 {
|
|
|
7746 "url": "https://liberapay.com/sebastianbergmann",
|
|
|
7747 "type": "liberapay"
|
|
|
7748 },
|
|
|
7749 {
|
|
|
7750 "url": "https://thanks.dev/u/gh/sebastianbergmann",
|
|
|
7751 "type": "thanks_dev"
|
|
|
7752 },
|
|
|
7753 {
|
|
|
7754 "url": "https://tidelift.com/funding/github/packagist/sebastian/comparator",
|
|
|
7755 "type": "tidelift"
|
|
|
7756 }
|
|
|
7757 ],
|
|
|
7758 "time": "2025-08-10T08:07:46+00:00"
|
|
|
7759 },
|
|
|
7760 {
|
|
|
7761 "name": "sebastian/complexity",
|
|
|
7762 "version": "4.0.1",
|
|
|
7763 "source": {
|
|
|
7764 "type": "git",
|
|
|
7765 "url": "https://github.com/sebastianbergmann/complexity.git",
|
|
|
7766 "reference": "ee41d384ab1906c68852636b6de493846e13e5a0"
|
|
|
7767 },
|
|
|
7768 "dist": {
|
|
|
7769 "type": "zip",
|
|
|
7770 "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/ee41d384ab1906c68852636b6de493846e13e5a0",
|
|
|
7771 "reference": "ee41d384ab1906c68852636b6de493846e13e5a0",
|
|
|
7772 "shasum": ""
|
|
|
7773 },
|
|
|
7774 "require": {
|
|
|
7775 "nikic/php-parser": "^5.0",
|
|
|
7776 "php": ">=8.2"
|
|
|
7777 },
|
|
|
7778 "require-dev": {
|
|
|
7779 "phpunit/phpunit": "^11.0"
|
|
|
7780 },
|
|
|
7781 "type": "library",
|
|
|
7782 "extra": {
|
|
|
7783 "branch-alias": {
|
|
|
7784 "dev-main": "4.0-dev"
|
|
|
7785 }
|
|
|
7786 },
|
|
|
7787 "autoload": {
|
|
|
7788 "classmap": [
|
|
|
7789 "src/"
|
|
|
7790 ]
|
|
|
7791 },
|
|
|
7792 "notification-url": "https://packagist.org/downloads/",
|
|
|
7793 "license": [
|
|
|
7794 "BSD-3-Clause"
|
|
|
7795 ],
|
|
|
7796 "authors": [
|
|
|
7797 {
|
|
|
7798 "name": "Sebastian Bergmann",
|
|
|
7799 "email": "sebastian@phpunit.de",
|
|
|
7800 "role": "lead"
|
|
|
7801 }
|
|
|
7802 ],
|
|
|
7803 "description": "Library for calculating the complexity of PHP code units",
|
|
|
7804 "homepage": "https://github.com/sebastianbergmann/complexity",
|
|
|
7805 "support": {
|
|
|
7806 "issues": "https://github.com/sebastianbergmann/complexity/issues",
|
|
|
7807 "security": "https://github.com/sebastianbergmann/complexity/security/policy",
|
|
|
7808 "source": "https://github.com/sebastianbergmann/complexity/tree/4.0.1"
|
|
|
7809 },
|
|
|
7810 "funding": [
|
|
|
7811 {
|
|
|
7812 "url": "https://github.com/sebastianbergmann",
|
|
|
7813 "type": "github"
|
|
|
7814 }
|
|
|
7815 ],
|
|
|
7816 "time": "2024-07-03T04:49:50+00:00"
|
|
|
7817 },
|
|
|
7818 {
|
|
|
7819 "name": "sebastian/diff",
|
|
|
7820 "version": "6.0.2",
|
|
|
7821 "source": {
|
|
|
7822 "type": "git",
|
|
|
7823 "url": "https://github.com/sebastianbergmann/diff.git",
|
|
|
7824 "reference": "b4ccd857127db5d41a5b676f24b51371d76d8544"
|
|
|
7825 },
|
|
|
7826 "dist": {
|
|
|
7827 "type": "zip",
|
|
|
7828 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/b4ccd857127db5d41a5b676f24b51371d76d8544",
|
|
|
7829 "reference": "b4ccd857127db5d41a5b676f24b51371d76d8544",
|
|
|
7830 "shasum": ""
|
|
|
7831 },
|
|
|
7832 "require": {
|
|
|
7833 "php": ">=8.2"
|
|
|
7834 },
|
|
|
7835 "require-dev": {
|
|
|
7836 "phpunit/phpunit": "^11.0",
|
|
|
7837 "symfony/process": "^4.2 || ^5"
|
|
|
7838 },
|
|
|
7839 "type": "library",
|
|
|
7840 "extra": {
|
|
|
7841 "branch-alias": {
|
|
|
7842 "dev-main": "6.0-dev"
|
|
|
7843 }
|
|
|
7844 },
|
|
|
7845 "autoload": {
|
|
|
7846 "classmap": [
|
|
|
7847 "src/"
|
|
|
7848 ]
|
|
|
7849 },
|
|
|
7850 "notification-url": "https://packagist.org/downloads/",
|
|
|
7851 "license": [
|
|
|
7852 "BSD-3-Clause"
|
|
|
7853 ],
|
|
|
7854 "authors": [
|
|
|
7855 {
|
|
|
7856 "name": "Sebastian Bergmann",
|
|
|
7857 "email": "sebastian@phpunit.de"
|
|
|
7858 },
|
|
|
7859 {
|
|
|
7860 "name": "Kore Nordmann",
|
|
|
7861 "email": "mail@kore-nordmann.de"
|
|
|
7862 }
|
|
|
7863 ],
|
|
|
7864 "description": "Diff implementation",
|
|
|
7865 "homepage": "https://github.com/sebastianbergmann/diff",
|
|
|
7866 "keywords": [
|
|
|
7867 "diff",
|
|
|
7868 "udiff",
|
|
|
7869 "unidiff",
|
|
|
7870 "unified diff"
|
|
|
7871 ],
|
|
|
7872 "support": {
|
|
|
7873 "issues": "https://github.com/sebastianbergmann/diff/issues",
|
|
|
7874 "security": "https://github.com/sebastianbergmann/diff/security/policy",
|
|
|
7875 "source": "https://github.com/sebastianbergmann/diff/tree/6.0.2"
|
|
|
7876 },
|
|
|
7877 "funding": [
|
|
|
7878 {
|
|
|
7879 "url": "https://github.com/sebastianbergmann",
|
|
|
7880 "type": "github"
|
|
|
7881 }
|
|
|
7882 ],
|
|
|
7883 "time": "2024-07-03T04:53:05+00:00"
|
|
|
7884 },
|
|
|
7885 {
|
|
|
7886 "name": "sebastian/environment",
|
|
|
7887 "version": "7.2.1",
|
|
|
7888 "source": {
|
|
|
7889 "type": "git",
|
|
|
7890 "url": "https://github.com/sebastianbergmann/environment.git",
|
|
|
7891 "reference": "a5c75038693ad2e8d4b6c15ba2403532647830c4"
|
|
|
7892 },
|
|
|
7893 "dist": {
|
|
|
7894 "type": "zip",
|
|
|
7895 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/a5c75038693ad2e8d4b6c15ba2403532647830c4",
|
|
|
7896 "reference": "a5c75038693ad2e8d4b6c15ba2403532647830c4",
|
|
|
7897 "shasum": ""
|
|
|
7898 },
|
|
|
7899 "require": {
|
|
|
7900 "php": ">=8.2"
|
|
|
7901 },
|
|
|
7902 "require-dev": {
|
|
|
7903 "phpunit/phpunit": "^11.3"
|
|
|
7904 },
|
|
|
7905 "suggest": {
|
|
|
7906 "ext-posix": "*"
|
|
|
7907 },
|
|
|
7908 "type": "library",
|
|
|
7909 "extra": {
|
|
|
7910 "branch-alias": {
|
|
|
7911 "dev-main": "7.2-dev"
|
|
|
7912 }
|
|
|
7913 },
|
|
|
7914 "autoload": {
|
|
|
7915 "classmap": [
|
|
|
7916 "src/"
|
|
|
7917 ]
|
|
|
7918 },
|
|
|
7919 "notification-url": "https://packagist.org/downloads/",
|
|
|
7920 "license": [
|
|
|
7921 "BSD-3-Clause"
|
|
|
7922 ],
|
|
|
7923 "authors": [
|
|
|
7924 {
|
|
|
7925 "name": "Sebastian Bergmann",
|
|
|
7926 "email": "sebastian@phpunit.de"
|
|
|
7927 }
|
|
|
7928 ],
|
|
|
7929 "description": "Provides functionality to handle HHVM/PHP environments",
|
|
|
7930 "homepage": "https://github.com/sebastianbergmann/environment",
|
|
|
7931 "keywords": [
|
|
|
7932 "Xdebug",
|
|
|
7933 "environment",
|
|
|
7934 "hhvm"
|
|
|
7935 ],
|
|
|
7936 "support": {
|
|
|
7937 "issues": "https://github.com/sebastianbergmann/environment/issues",
|
|
|
7938 "security": "https://github.com/sebastianbergmann/environment/security/policy",
|
|
|
7939 "source": "https://github.com/sebastianbergmann/environment/tree/7.2.1"
|
|
|
7940 },
|
|
|
7941 "funding": [
|
|
|
7942 {
|
|
|
7943 "url": "https://github.com/sebastianbergmann",
|
|
|
7944 "type": "github"
|
|
|
7945 },
|
|
|
7946 {
|
|
|
7947 "url": "https://liberapay.com/sebastianbergmann",
|
|
|
7948 "type": "liberapay"
|
|
|
7949 },
|
|
|
7950 {
|
|
|
7951 "url": "https://thanks.dev/u/gh/sebastianbergmann",
|
|
|
7952 "type": "thanks_dev"
|
|
|
7953 },
|
|
|
7954 {
|
|
|
7955 "url": "https://tidelift.com/funding/github/packagist/sebastian/environment",
|
|
|
7956 "type": "tidelift"
|
|
|
7957 }
|
|
|
7958 ],
|
|
|
7959 "time": "2025-05-21T11:55:47+00:00"
|
|
|
7960 },
|
|
|
7961 {
|
|
|
7962 "name": "sebastian/exporter",
|
|
|
7963 "version": "6.3.0",
|
|
|
7964 "source": {
|
|
|
7965 "type": "git",
|
|
|
7966 "url": "https://github.com/sebastianbergmann/exporter.git",
|
|
|
7967 "reference": "3473f61172093b2da7de1fb5782e1f24cc036dc3"
|
|
|
7968 },
|
|
|
7969 "dist": {
|
|
|
7970 "type": "zip",
|
|
|
7971 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/3473f61172093b2da7de1fb5782e1f24cc036dc3",
|
|
|
7972 "reference": "3473f61172093b2da7de1fb5782e1f24cc036dc3",
|
|
|
7973 "shasum": ""
|
|
|
7974 },
|
|
|
7975 "require": {
|
|
|
7976 "ext-mbstring": "*",
|
|
|
7977 "php": ">=8.2",
|
|
|
7978 "sebastian/recursion-context": "^6.0"
|
|
|
7979 },
|
|
|
7980 "require-dev": {
|
|
|
7981 "phpunit/phpunit": "^11.3"
|
|
|
7982 },
|
|
|
7983 "type": "library",
|
|
|
7984 "extra": {
|
|
|
7985 "branch-alias": {
|
|
|
7986 "dev-main": "6.1-dev"
|
|
|
7987 }
|
|
|
7988 },
|
|
|
7989 "autoload": {
|
|
|
7990 "classmap": [
|
|
|
7991 "src/"
|
|
|
7992 ]
|
|
|
7993 },
|
|
|
7994 "notification-url": "https://packagist.org/downloads/",
|
|
|
7995 "license": [
|
|
|
7996 "BSD-3-Clause"
|
|
|
7997 ],
|
|
|
7998 "authors": [
|
|
|
7999 {
|
|
|
8000 "name": "Sebastian Bergmann",
|
|
|
8001 "email": "sebastian@phpunit.de"
|
|
|
8002 },
|
|
|
8003 {
|
|
|
8004 "name": "Jeff Welch",
|
|
|
8005 "email": "whatthejeff@gmail.com"
|
|
|
8006 },
|
|
|
8007 {
|
|
|
8008 "name": "Volker Dusch",
|
|
|
8009 "email": "github@wallbash.com"
|
|
|
8010 },
|
|
|
8011 {
|
|
|
8012 "name": "Adam Harvey",
|
|
|
8013 "email": "aharvey@php.net"
|
|
|
8014 },
|
|
|
8015 {
|
|
|
8016 "name": "Bernhard Schussek",
|
|
|
8017 "email": "bschussek@gmail.com"
|
|
|
8018 }
|
|
|
8019 ],
|
|
|
8020 "description": "Provides the functionality to export PHP variables for visualization",
|
|
|
8021 "homepage": "https://www.github.com/sebastianbergmann/exporter",
|
|
|
8022 "keywords": [
|
|
|
8023 "export",
|
|
|
8024 "exporter"
|
|
|
8025 ],
|
|
|
8026 "support": {
|
|
|
8027 "issues": "https://github.com/sebastianbergmann/exporter/issues",
|
|
|
8028 "security": "https://github.com/sebastianbergmann/exporter/security/policy",
|
|
|
8029 "source": "https://github.com/sebastianbergmann/exporter/tree/6.3.0"
|
|
|
8030 },
|
|
|
8031 "funding": [
|
|
|
8032 {
|
|
|
8033 "url": "https://github.com/sebastianbergmann",
|
|
|
8034 "type": "github"
|
|
|
8035 }
|
|
|
8036 ],
|
|
|
8037 "time": "2024-12-05T09:17:50+00:00"
|
|
|
8038 },
|
|
|
8039 {
|
|
|
8040 "name": "sebastian/global-state",
|
|
|
8041 "version": "7.0.2",
|
|
|
8042 "source": {
|
|
|
8043 "type": "git",
|
|
|
8044 "url": "https://github.com/sebastianbergmann/global-state.git",
|
|
|
8045 "reference": "3be331570a721f9a4b5917f4209773de17f747d7"
|
|
|
8046 },
|
|
|
8047 "dist": {
|
|
|
8048 "type": "zip",
|
|
|
8049 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/3be331570a721f9a4b5917f4209773de17f747d7",
|
|
|
8050 "reference": "3be331570a721f9a4b5917f4209773de17f747d7",
|
|
|
8051 "shasum": ""
|
|
|
8052 },
|
|
|
8053 "require": {
|
|
|
8054 "php": ">=8.2",
|
|
|
8055 "sebastian/object-reflector": "^4.0",
|
|
|
8056 "sebastian/recursion-context": "^6.0"
|
|
|
8057 },
|
|
|
8058 "require-dev": {
|
|
|
8059 "ext-dom": "*",
|
|
|
8060 "phpunit/phpunit": "^11.0"
|
|
|
8061 },
|
|
|
8062 "type": "library",
|
|
|
8063 "extra": {
|
|
|
8064 "branch-alias": {
|
|
|
8065 "dev-main": "7.0-dev"
|
|
|
8066 }
|
|
|
8067 },
|
|
|
8068 "autoload": {
|
|
|
8069 "classmap": [
|
|
|
8070 "src/"
|
|
|
8071 ]
|
|
|
8072 },
|
|
|
8073 "notification-url": "https://packagist.org/downloads/",
|
|
|
8074 "license": [
|
|
|
8075 "BSD-3-Clause"
|
|
|
8076 ],
|
|
|
8077 "authors": [
|
|
|
8078 {
|
|
|
8079 "name": "Sebastian Bergmann",
|
|
|
8080 "email": "sebastian@phpunit.de"
|
|
|
8081 }
|
|
|
8082 ],
|
|
|
8083 "description": "Snapshotting of global state",
|
|
|
8084 "homepage": "https://www.github.com/sebastianbergmann/global-state",
|
|
|
8085 "keywords": [
|
|
|
8086 "global state"
|
|
|
8087 ],
|
|
|
8088 "support": {
|
|
|
8089 "issues": "https://github.com/sebastianbergmann/global-state/issues",
|
|
|
8090 "security": "https://github.com/sebastianbergmann/global-state/security/policy",
|
|
|
8091 "source": "https://github.com/sebastianbergmann/global-state/tree/7.0.2"
|
|
|
8092 },
|
|
|
8093 "funding": [
|
|
|
8094 {
|
|
|
8095 "url": "https://github.com/sebastianbergmann",
|
|
|
8096 "type": "github"
|
|
|
8097 }
|
|
|
8098 ],
|
|
|
8099 "time": "2024-07-03T04:57:36+00:00"
|
|
|
8100 },
|
|
|
8101 {
|
|
|
8102 "name": "sebastian/lines-of-code",
|
|
|
8103 "version": "3.0.1",
|
|
|
8104 "source": {
|
|
|
8105 "type": "git",
|
|
|
8106 "url": "https://github.com/sebastianbergmann/lines-of-code.git",
|
|
|
8107 "reference": "d36ad0d782e5756913e42ad87cb2890f4ffe467a"
|
|
|
8108 },
|
|
|
8109 "dist": {
|
|
|
8110 "type": "zip",
|
|
|
8111 "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/d36ad0d782e5756913e42ad87cb2890f4ffe467a",
|
|
|
8112 "reference": "d36ad0d782e5756913e42ad87cb2890f4ffe467a",
|
|
|
8113 "shasum": ""
|
|
|
8114 },
|
|
|
8115 "require": {
|
|
|
8116 "nikic/php-parser": "^5.0",
|
|
|
8117 "php": ">=8.2"
|
|
|
8118 },
|
|
|
8119 "require-dev": {
|
|
|
8120 "phpunit/phpunit": "^11.0"
|
|
|
8121 },
|
|
|
8122 "type": "library",
|
|
|
8123 "extra": {
|
|
|
8124 "branch-alias": {
|
|
|
8125 "dev-main": "3.0-dev"
|
|
|
8126 }
|
|
|
8127 },
|
|
|
8128 "autoload": {
|
|
|
8129 "classmap": [
|
|
|
8130 "src/"
|
|
|
8131 ]
|
|
|
8132 },
|
|
|
8133 "notification-url": "https://packagist.org/downloads/",
|
|
|
8134 "license": [
|
|
|
8135 "BSD-3-Clause"
|
|
|
8136 ],
|
|
|
8137 "authors": [
|
|
|
8138 {
|
|
|
8139 "name": "Sebastian Bergmann",
|
|
|
8140 "email": "sebastian@phpunit.de",
|
|
|
8141 "role": "lead"
|
|
|
8142 }
|
|
|
8143 ],
|
|
|
8144 "description": "Library for counting the lines of code in PHP source code",
|
|
|
8145 "homepage": "https://github.com/sebastianbergmann/lines-of-code",
|
|
|
8146 "support": {
|
|
|
8147 "issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
|
|
|
8148 "security": "https://github.com/sebastianbergmann/lines-of-code/security/policy",
|
|
|
8149 "source": "https://github.com/sebastianbergmann/lines-of-code/tree/3.0.1"
|
|
|
8150 },
|
|
|
8151 "funding": [
|
|
|
8152 {
|
|
|
8153 "url": "https://github.com/sebastianbergmann",
|
|
|
8154 "type": "github"
|
|
|
8155 }
|
|
|
8156 ],
|
|
|
8157 "time": "2024-07-03T04:58:38+00:00"
|
|
|
8158 },
|
|
|
8159 {
|
|
|
8160 "name": "sebastian/object-enumerator",
|
|
|
8161 "version": "6.0.1",
|
|
|
8162 "source": {
|
|
|
8163 "type": "git",
|
|
|
8164 "url": "https://github.com/sebastianbergmann/object-enumerator.git",
|
|
|
8165 "reference": "f5b498e631a74204185071eb41f33f38d64608aa"
|
|
|
8166 },
|
|
|
8167 "dist": {
|
|
|
8168 "type": "zip",
|
|
|
8169 "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/f5b498e631a74204185071eb41f33f38d64608aa",
|
|
|
8170 "reference": "f5b498e631a74204185071eb41f33f38d64608aa",
|
|
|
8171 "shasum": ""
|
|
|
8172 },
|
|
|
8173 "require": {
|
|
|
8174 "php": ">=8.2",
|
|
|
8175 "sebastian/object-reflector": "^4.0",
|
|
|
8176 "sebastian/recursion-context": "^6.0"
|
|
|
8177 },
|
|
|
8178 "require-dev": {
|
|
|
8179 "phpunit/phpunit": "^11.0"
|
|
|
8180 },
|
|
|
8181 "type": "library",
|
|
|
8182 "extra": {
|
|
|
8183 "branch-alias": {
|
|
|
8184 "dev-main": "6.0-dev"
|
|
|
8185 }
|
|
|
8186 },
|
|
|
8187 "autoload": {
|
|
|
8188 "classmap": [
|
|
|
8189 "src/"
|
|
|
8190 ]
|
|
|
8191 },
|
|
|
8192 "notification-url": "https://packagist.org/downloads/",
|
|
|
8193 "license": [
|
|
|
8194 "BSD-3-Clause"
|
|
|
8195 ],
|
|
|
8196 "authors": [
|
|
|
8197 {
|
|
|
8198 "name": "Sebastian Bergmann",
|
|
|
8199 "email": "sebastian@phpunit.de"
|
|
|
8200 }
|
|
|
8201 ],
|
|
|
8202 "description": "Traverses array structures and object graphs to enumerate all referenced objects",
|
|
|
8203 "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
|
|
|
8204 "support": {
|
|
|
8205 "issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
|
|
|
8206 "security": "https://github.com/sebastianbergmann/object-enumerator/security/policy",
|
|
|
8207 "source": "https://github.com/sebastianbergmann/object-enumerator/tree/6.0.1"
|
|
|
8208 },
|
|
|
8209 "funding": [
|
|
|
8210 {
|
|
|
8211 "url": "https://github.com/sebastianbergmann",
|
|
|
8212 "type": "github"
|
|
|
8213 }
|
|
|
8214 ],
|
|
|
8215 "time": "2024-07-03T05:00:13+00:00"
|
|
|
8216 },
|
|
|
8217 {
|
|
|
8218 "name": "sebastian/object-reflector",
|
|
|
8219 "version": "4.0.1",
|
|
|
8220 "source": {
|
|
|
8221 "type": "git",
|
|
|
8222 "url": "https://github.com/sebastianbergmann/object-reflector.git",
|
|
|
8223 "reference": "6e1a43b411b2ad34146dee7524cb13a068bb35f9"
|
|
|
8224 },
|
|
|
8225 "dist": {
|
|
|
8226 "type": "zip",
|
|
|
8227 "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/6e1a43b411b2ad34146dee7524cb13a068bb35f9",
|
|
|
8228 "reference": "6e1a43b411b2ad34146dee7524cb13a068bb35f9",
|
|
|
8229 "shasum": ""
|
|
|
8230 },
|
|
|
8231 "require": {
|
|
|
8232 "php": ">=8.2"
|
|
|
8233 },
|
|
|
8234 "require-dev": {
|
|
|
8235 "phpunit/phpunit": "^11.0"
|
|
|
8236 },
|
|
|
8237 "type": "library",
|
|
|
8238 "extra": {
|
|
|
8239 "branch-alias": {
|
|
|
8240 "dev-main": "4.0-dev"
|
|
|
8241 }
|
|
|
8242 },
|
|
|
8243 "autoload": {
|
|
|
8244 "classmap": [
|
|
|
8245 "src/"
|
|
|
8246 ]
|
|
|
8247 },
|
|
|
8248 "notification-url": "https://packagist.org/downloads/",
|
|
|
8249 "license": [
|
|
|
8250 "BSD-3-Clause"
|
|
|
8251 ],
|
|
|
8252 "authors": [
|
|
|
8253 {
|
|
|
8254 "name": "Sebastian Bergmann",
|
|
|
8255 "email": "sebastian@phpunit.de"
|
|
|
8256 }
|
|
|
8257 ],
|
|
|
8258 "description": "Allows reflection of object attributes, including inherited and non-public ones",
|
|
|
8259 "homepage": "https://github.com/sebastianbergmann/object-reflector/",
|
|
|
8260 "support": {
|
|
|
8261 "issues": "https://github.com/sebastianbergmann/object-reflector/issues",
|
|
|
8262 "security": "https://github.com/sebastianbergmann/object-reflector/security/policy",
|
|
|
8263 "source": "https://github.com/sebastianbergmann/object-reflector/tree/4.0.1"
|
|
|
8264 },
|
|
|
8265 "funding": [
|
|
|
8266 {
|
|
|
8267 "url": "https://github.com/sebastianbergmann",
|
|
|
8268 "type": "github"
|
|
|
8269 }
|
|
|
8270 ],
|
|
|
8271 "time": "2024-07-03T05:01:32+00:00"
|
|
|
8272 },
|
|
|
8273 {
|
|
|
8274 "name": "sebastian/recursion-context",
|
|
|
8275 "version": "6.0.3",
|
|
|
8276 "source": {
|
|
|
8277 "type": "git",
|
|
|
8278 "url": "https://github.com/sebastianbergmann/recursion-context.git",
|
|
|
8279 "reference": "f6458abbf32a6c8174f8f26261475dc133b3d9dc"
|
|
|
8280 },
|
|
|
8281 "dist": {
|
|
|
8282 "type": "zip",
|
|
|
8283 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/f6458abbf32a6c8174f8f26261475dc133b3d9dc",
|
|
|
8284 "reference": "f6458abbf32a6c8174f8f26261475dc133b3d9dc",
|
|
|
8285 "shasum": ""
|
|
|
8286 },
|
|
|
8287 "require": {
|
|
|
8288 "php": ">=8.2"
|
|
|
8289 },
|
|
|
8290 "require-dev": {
|
|
|
8291 "phpunit/phpunit": "^11.3"
|
|
|
8292 },
|
|
|
8293 "type": "library",
|
|
|
8294 "extra": {
|
|
|
8295 "branch-alias": {
|
|
|
8296 "dev-main": "6.0-dev"
|
|
|
8297 }
|
|
|
8298 },
|
|
|
8299 "autoload": {
|
|
|
8300 "classmap": [
|
|
|
8301 "src/"
|
|
|
8302 ]
|
|
|
8303 },
|
|
|
8304 "notification-url": "https://packagist.org/downloads/",
|
|
|
8305 "license": [
|
|
|
8306 "BSD-3-Clause"
|
|
|
8307 ],
|
|
|
8308 "authors": [
|
|
|
8309 {
|
|
|
8310 "name": "Sebastian Bergmann",
|
|
|
8311 "email": "sebastian@phpunit.de"
|
|
|
8312 },
|
|
|
8313 {
|
|
|
8314 "name": "Jeff Welch",
|
|
|
8315 "email": "whatthejeff@gmail.com"
|
|
|
8316 },
|
|
|
8317 {
|
|
|
8318 "name": "Adam Harvey",
|
|
|
8319 "email": "aharvey@php.net"
|
|
|
8320 }
|
|
|
8321 ],
|
|
|
8322 "description": "Provides functionality to recursively process PHP variables",
|
|
|
8323 "homepage": "https://github.com/sebastianbergmann/recursion-context",
|
|
|
8324 "support": {
|
|
|
8325 "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
|
|
|
8326 "security": "https://github.com/sebastianbergmann/recursion-context/security/policy",
|
|
|
8327 "source": "https://github.com/sebastianbergmann/recursion-context/tree/6.0.3"
|
|
|
8328 },
|
|
|
8329 "funding": [
|
|
|
8330 {
|
|
|
8331 "url": "https://github.com/sebastianbergmann",
|
|
|
8332 "type": "github"
|
|
|
8333 },
|
|
|
8334 {
|
|
|
8335 "url": "https://liberapay.com/sebastianbergmann",
|
|
|
8336 "type": "liberapay"
|
|
|
8337 },
|
|
|
8338 {
|
|
|
8339 "url": "https://thanks.dev/u/gh/sebastianbergmann",
|
|
|
8340 "type": "thanks_dev"
|
|
|
8341 },
|
|
|
8342 {
|
|
|
8343 "url": "https://tidelift.com/funding/github/packagist/sebastian/recursion-context",
|
|
|
8344 "type": "tidelift"
|
|
|
8345 }
|
|
|
8346 ],
|
|
|
8347 "time": "2025-08-13T04:42:22+00:00"
|
|
|
8348 },
|
|
|
8349 {
|
|
|
8350 "name": "sebastian/type",
|
|
|
8351 "version": "5.1.3",
|
|
|
8352 "source": {
|
|
|
8353 "type": "git",
|
|
|
8354 "url": "https://github.com/sebastianbergmann/type.git",
|
|
|
8355 "reference": "f77d2d4e78738c98d9a68d2596fe5e8fa380f449"
|
|
|
8356 },
|
|
|
8357 "dist": {
|
|
|
8358 "type": "zip",
|
|
|
8359 "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/f77d2d4e78738c98d9a68d2596fe5e8fa380f449",
|
|
|
8360 "reference": "f77d2d4e78738c98d9a68d2596fe5e8fa380f449",
|
|
|
8361 "shasum": ""
|
|
|
8362 },
|
|
|
8363 "require": {
|
|
|
8364 "php": ">=8.2"
|
|
|
8365 },
|
|
|
8366 "require-dev": {
|
|
|
8367 "phpunit/phpunit": "^11.3"
|
|
|
8368 },
|
|
|
8369 "type": "library",
|
|
|
8370 "extra": {
|
|
|
8371 "branch-alias": {
|
|
|
8372 "dev-main": "5.1-dev"
|
|
|
8373 }
|
|
|
8374 },
|
|
|
8375 "autoload": {
|
|
|
8376 "classmap": [
|
|
|
8377 "src/"
|
|
|
8378 ]
|
|
|
8379 },
|
|
|
8380 "notification-url": "https://packagist.org/downloads/",
|
|
|
8381 "license": [
|
|
|
8382 "BSD-3-Clause"
|
|
|
8383 ],
|
|
|
8384 "authors": [
|
|
|
8385 {
|
|
|
8386 "name": "Sebastian Bergmann",
|
|
|
8387 "email": "sebastian@phpunit.de",
|
|
|
8388 "role": "lead"
|
|
|
8389 }
|
|
|
8390 ],
|
|
|
8391 "description": "Collection of value objects that represent the types of the PHP type system",
|
|
|
8392 "homepage": "https://github.com/sebastianbergmann/type",
|
|
|
8393 "support": {
|
|
|
8394 "issues": "https://github.com/sebastianbergmann/type/issues",
|
|
|
8395 "security": "https://github.com/sebastianbergmann/type/security/policy",
|
|
|
8396 "source": "https://github.com/sebastianbergmann/type/tree/5.1.3"
|
|
|
8397 },
|
|
|
8398 "funding": [
|
|
|
8399 {
|
|
|
8400 "url": "https://github.com/sebastianbergmann",
|
|
|
8401 "type": "github"
|
|
|
8402 },
|
|
|
8403 {
|
|
|
8404 "url": "https://liberapay.com/sebastianbergmann",
|
|
|
8405 "type": "liberapay"
|
|
|
8406 },
|
|
|
8407 {
|
|
|
8408 "url": "https://thanks.dev/u/gh/sebastianbergmann",
|
|
|
8409 "type": "thanks_dev"
|
|
|
8410 },
|
|
|
8411 {
|
|
|
8412 "url": "https://tidelift.com/funding/github/packagist/sebastian/type",
|
|
|
8413 "type": "tidelift"
|
|
|
8414 }
|
|
|
8415 ],
|
|
|
8416 "time": "2025-08-09T06:55:48+00:00"
|
|
|
8417 },
|
|
|
8418 {
|
|
|
8419 "name": "sebastian/version",
|
|
|
8420 "version": "5.0.2",
|
|
|
8421 "source": {
|
|
|
8422 "type": "git",
|
|
|
8423 "url": "https://github.com/sebastianbergmann/version.git",
|
|
|
8424 "reference": "c687e3387b99f5b03b6caa64c74b63e2936ff874"
|
|
|
8425 },
|
|
|
8426 "dist": {
|
|
|
8427 "type": "zip",
|
|
|
8428 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c687e3387b99f5b03b6caa64c74b63e2936ff874",
|
|
|
8429 "reference": "c687e3387b99f5b03b6caa64c74b63e2936ff874",
|
|
|
8430 "shasum": ""
|
|
|
8431 },
|
|
|
8432 "require": {
|
|
|
8433 "php": ">=8.2"
|
|
|
8434 },
|
|
|
8435 "type": "library",
|
|
|
8436 "extra": {
|
|
|
8437 "branch-alias": {
|
|
|
8438 "dev-main": "5.0-dev"
|
|
|
8439 }
|
|
|
8440 },
|
|
|
8441 "autoload": {
|
|
|
8442 "classmap": [
|
|
|
8443 "src/"
|
|
|
8444 ]
|
|
|
8445 },
|
|
|
8446 "notification-url": "https://packagist.org/downloads/",
|
|
|
8447 "license": [
|
|
|
8448 "BSD-3-Clause"
|
|
|
8449 ],
|
|
|
8450 "authors": [
|
|
|
8451 {
|
|
|
8452 "name": "Sebastian Bergmann",
|
|
|
8453 "email": "sebastian@phpunit.de",
|
|
|
8454 "role": "lead"
|
|
|
8455 }
|
|
|
8456 ],
|
|
|
8457 "description": "Library that helps with managing the version number of Git-hosted PHP projects",
|
|
|
8458 "homepage": "https://github.com/sebastianbergmann/version",
|
|
|
8459 "support": {
|
|
|
8460 "issues": "https://github.com/sebastianbergmann/version/issues",
|
|
|
8461 "security": "https://github.com/sebastianbergmann/version/security/policy",
|
|
|
8462 "source": "https://github.com/sebastianbergmann/version/tree/5.0.2"
|
|
|
8463 },
|
|
|
8464 "funding": [
|
|
|
8465 {
|
|
|
8466 "url": "https://github.com/sebastianbergmann",
|
|
|
8467 "type": "github"
|
|
|
8468 }
|
|
|
8469 ],
|
|
|
8470 "time": "2024-10-09T05:16:32+00:00"
|
|
|
8471 },
|
|
|
8472 {
|
|
|
8473 "name": "staabm/side-effects-detector",
|
|
|
8474 "version": "1.0.5",
|
|
|
8475 "source": {
|
|
|
8476 "type": "git",
|
|
|
8477 "url": "https://github.com/staabm/side-effects-detector.git",
|
|
|
8478 "reference": "d8334211a140ce329c13726d4a715adbddd0a163"
|
|
|
8479 },
|
|
|
8480 "dist": {
|
|
|
8481 "type": "zip",
|
|
|
8482 "url": "https://api.github.com/repos/staabm/side-effects-detector/zipball/d8334211a140ce329c13726d4a715adbddd0a163",
|
|
|
8483 "reference": "d8334211a140ce329c13726d4a715adbddd0a163",
|
|
|
8484 "shasum": ""
|
|
|
8485 },
|
|
|
8486 "require": {
|
|
|
8487 "ext-tokenizer": "*",
|
|
|
8488 "php": "^7.4 || ^8.0"
|
|
|
8489 },
|
|
|
8490 "require-dev": {
|
|
|
8491 "phpstan/extension-installer": "^1.4.3",
|
|
|
8492 "phpstan/phpstan": "^1.12.6",
|
|
|
8493 "phpunit/phpunit": "^9.6.21",
|
|
|
8494 "symfony/var-dumper": "^5.4.43",
|
|
|
8495 "tomasvotruba/type-coverage": "1.0.0",
|
|
|
8496 "tomasvotruba/unused-public": "1.0.0"
|
|
|
8497 },
|
|
|
8498 "type": "library",
|
|
|
8499 "autoload": {
|
|
|
8500 "classmap": [
|
|
|
8501 "lib/"
|
|
|
8502 ]
|
|
|
8503 },
|
|
|
8504 "notification-url": "https://packagist.org/downloads/",
|
|
|
8505 "license": [
|
|
|
8506 "MIT"
|
|
|
8507 ],
|
|
|
8508 "description": "A static analysis tool to detect side effects in PHP code",
|
|
|
8509 "keywords": [
|
|
|
8510 "static analysis"
|
|
|
8511 ],
|
|
|
8512 "support": {
|
|
|
8513 "issues": "https://github.com/staabm/side-effects-detector/issues",
|
|
|
8514 "source": "https://github.com/staabm/side-effects-detector/tree/1.0.5"
|
|
|
8515 },
|
|
|
8516 "funding": [
|
|
|
8517 {
|
|
|
8518 "url": "https://github.com/staabm",
|
|
|
8519 "type": "github"
|
|
|
8520 }
|
|
|
8521 ],
|
|
|
8522 "time": "2024-10-20T05:08:20+00:00"
|
|
|
8523 },
|
|
|
8524 {
|
|
|
8525 "name": "symfony/yaml",
|
|
|
8526 "version": "v7.3.2",
|
|
|
8527 "source": {
|
|
|
8528 "type": "git",
|
|
|
8529 "url": "https://github.com/symfony/yaml.git",
|
|
|
8530 "reference": "b8d7d868da9eb0919e99c8830431ea087d6aae30"
|
|
|
8531 },
|
|
|
8532 "dist": {
|
|
|
8533 "type": "zip",
|
|
|
8534 "url": "https://api.github.com/repos/symfony/yaml/zipball/b8d7d868da9eb0919e99c8830431ea087d6aae30",
|
|
|
8535 "reference": "b8d7d868da9eb0919e99c8830431ea087d6aae30",
|
|
|
8536 "shasum": ""
|
|
|
8537 },
|
|
|
8538 "require": {
|
|
|
8539 "php": ">=8.2",
|
|
|
8540 "symfony/deprecation-contracts": "^2.5|^3.0",
|
|
|
8541 "symfony/polyfill-ctype": "^1.8"
|
|
|
8542 },
|
|
|
8543 "conflict": {
|
|
|
8544 "symfony/console": "<6.4"
|
|
|
8545 },
|
|
|
8546 "require-dev": {
|
|
|
8547 "symfony/console": "^6.4|^7.0"
|
|
|
8548 },
|
|
|
8549 "bin": [
|
|
|
8550 "Resources/bin/yaml-lint"
|
|
|
8551 ],
|
|
|
8552 "type": "library",
|
|
|
8553 "autoload": {
|
|
|
8554 "psr-4": {
|
|
|
8555 "Symfony\\Component\\Yaml\\": ""
|
|
|
8556 },
|
|
|
8557 "exclude-from-classmap": [
|
|
|
8558 "/Tests/"
|
|
|
8559 ]
|
|
|
8560 },
|
|
|
8561 "notification-url": "https://packagist.org/downloads/",
|
|
|
8562 "license": [
|
|
|
8563 "MIT"
|
|
|
8564 ],
|
|
|
8565 "authors": [
|
|
|
8566 {
|
|
|
8567 "name": "Fabien Potencier",
|
|
|
8568 "email": "fabien@symfony.com"
|
|
|
8569 },
|
|
|
8570 {
|
|
|
8571 "name": "Symfony Community",
|
|
|
8572 "homepage": "https://symfony.com/contributors"
|
|
|
8573 }
|
|
|
8574 ],
|
|
|
8575 "description": "Loads and dumps YAML files",
|
|
|
8576 "homepage": "https://symfony.com",
|
|
|
8577 "support": {
|
|
|
8578 "source": "https://github.com/symfony/yaml/tree/v7.3.2"
|
|
|
8579 },
|
|
|
8580 "funding": [
|
|
|
8581 {
|
|
|
8582 "url": "https://symfony.com/sponsor",
|
|
|
8583 "type": "custom"
|
|
|
8584 },
|
|
|
8585 {
|
|
|
8586 "url": "https://github.com/fabpot",
|
|
|
8587 "type": "github"
|
|
|
8588 },
|
|
|
8589 {
|
|
|
8590 "url": "https://github.com/nicolas-grekas",
|
|
|
8591 "type": "github"
|
|
|
8592 },
|
|
|
8593 {
|
|
|
8594 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
8595 "type": "tidelift"
|
|
|
8596 }
|
|
|
8597 ],
|
|
|
8598 "time": "2025-07-10T08:47:49+00:00"
|
|
|
8599 },
|
|
|
8600 {
|
|
|
8601 "name": "theseer/tokenizer",
|
|
|
8602 "version": "1.2.3",
|
|
|
8603 "source": {
|
|
|
8604 "type": "git",
|
|
|
8605 "url": "https://github.com/theseer/tokenizer.git",
|
|
|
8606 "reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2"
|
|
|
8607 },
|
|
|
8608 "dist": {
|
|
|
8609 "type": "zip",
|
|
|
8610 "url": "https://api.github.com/repos/theseer/tokenizer/zipball/737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2",
|
|
|
8611 "reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2",
|
|
|
8612 "shasum": ""
|
|
|
8613 },
|
|
|
8614 "require": {
|
|
|
8615 "ext-dom": "*",
|
|
|
8616 "ext-tokenizer": "*",
|
|
|
8617 "ext-xmlwriter": "*",
|
|
|
8618 "php": "^7.2 || ^8.0"
|
|
|
8619 },
|
|
|
8620 "type": "library",
|
|
|
8621 "autoload": {
|
|
|
8622 "classmap": [
|
|
|
8623 "src/"
|
|
|
8624 ]
|
|
|
8625 },
|
|
|
8626 "notification-url": "https://packagist.org/downloads/",
|
|
|
8627 "license": [
|
|
|
8628 "BSD-3-Clause"
|
|
|
8629 ],
|
|
|
8630 "authors": [
|
|
|
8631 {
|
|
|
8632 "name": "Arne Blankerts",
|
|
|
8633 "email": "arne@blankerts.de",
|
|
|
8634 "role": "Developer"
|
|
|
8635 }
|
|
|
8636 ],
|
|
|
8637 "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
|
|
|
8638 "support": {
|
|
|
8639 "issues": "https://github.com/theseer/tokenizer/issues",
|
|
|
8640 "source": "https://github.com/theseer/tokenizer/tree/1.2.3"
|
|
|
8641 },
|
|
|
8642 "funding": [
|
|
|
8643 {
|
|
|
8644 "url": "https://github.com/theseer",
|
|
|
8645 "type": "github"
|
|
|
8646 }
|
|
|
8647 ],
|
|
|
8648 "time": "2024-03-03T12:36:25+00:00"
|
|
|
8649 },
|
|
|
8650 {
|
|
|
8651 "name": "wizard/developer",
|
|
|
8652 "version": "1.0.0",
|
|
|
8653 "dist": {
|
|
|
8654 "type": "path",
|
|
|
8655 "url": "/srv/http/packages/developer",
|
|
|
8656 "reference": "3dcc41bb418a98d0e05b4d5c564779ed791d06b8"
|
|
|
8657 },
|
|
|
8658 "type": "library",
|
|
|
8659 "extra": {
|
|
|
8660 "laravel": {
|
|
|
8661 "providers": [
|
|
|
8662 "Wizard\\Development\\DevelopmentServiceProvider"
|
|
|
8663 ]
|
|
|
8664 }
|
|
|
8665 },
|
|
|
8666 "autoload": {
|
|
|
8667 "psr-4": {
|
|
|
8668 "Wizard\\Development\\": "src/"
|
|
|
8669 }
|
|
|
8670 },
|
|
|
8671 "description": "Development dependencies.",
|
|
|
8672 "transport-options": {
|
|
|
8673 "relative": false
|
|
|
8674 }
|
|
|
8675 },
|
|
|
8676 {
|
|
|
8677 "name": "wizard/magicforger",
|
|
|
8678 "version": "1.0.0",
|
|
|
8679 "dist": {
|
|
|
8680 "type": "path",
|
|
|
8681 "url": "/srv/http/packages/magicforger",
|
|
|
8682 "reference": "ce10e75006981f17fdcd6ebcf2b11ae8f5eddc94"
|
|
|
8683 },
|
|
|
8684 "require": {
|
|
|
8685 "doctrine/dbal": "*",
|
|
|
8686 "laravel/framework": ">=12"
|
|
|
8687 },
|
|
|
8688 "type": "library",
|
|
|
8689 "extra": {
|
|
|
8690 "laravel": {
|
|
|
8691 "providers": [
|
|
|
8692 "Wizard\\MagicForger\\MagicForgerServiceProvider"
|
|
|
8693 ]
|
|
|
8694 }
|
|
|
8695 },
|
|
|
8696 "autoload": {
|
|
|
8697 "psr-4": {
|
|
|
8698 "Wizard\\MagicForger\\": "src/"
|
|
|
8699 }
|
|
|
8700 },
|
|
|
8701 "description": "Magically makes all your CRUD in a smart and repeatable way.",
|
|
|
8702 "transport-options": {
|
|
|
8703 "relative": false
|
|
|
8704 }
|
|
|
8705 }
|
|
|
8706 ],
|
|
|
8707 "aliases": [],
|
|
|
8708 "minimum-stability": "stable",
|
|
|
8709 "stability-flags": {},
|
|
|
8710 "prefer-stable": true,
|
|
|
8711 "prefer-lowest": false,
|
|
|
8712 "platform": {
|
|
|
8713 "php": "^8.2"
|
|
|
8714 },
|
|
|
8715 "platform-dev": {},
|
|
|
8716 "plugin-api-version": "2.6.0"
|
|
|
8717 }
|