@averay/codeformat 0.2.10 → 0.2.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (52) hide show
  1. package/.github/workflows/lint.yml +65 -0
  2. package/README.md +12 -2
  3. package/dist/bin/tools/knip.js +3 -2
  4. package/dist/bin/tools/knip.js.map +1 -1
  5. package/dist/rulesets/eslint/ruleset-shared.d.ts +1 -1
  6. package/dist/rulesets/eslint/ruleset-shared.js +1 -2
  7. package/dist/rulesets/eslint/ruleset-shared.js.map +1 -1
  8. package/dist/rulesets/eslint/ruleset-typescript.d.ts +218 -1
  9. package/dist/src/index.d.ts +1 -0
  10. package/dist/src/index.js +1 -0
  11. package/dist/src/index.js.map +1 -1
  12. package/dist/src/makePrettierConfig.d.ts +12 -0
  13. package/dist/src/makePrettierConfig.js +24 -0
  14. package/dist/src/makePrettierConfig.js.map +1 -0
  15. package/package.json +24 -21
  16. package/.php-cs-fixer.cache +0 -1
  17. package/.php-cs-fixer.php +0 -9
  18. package/.prettierrc.json +0 -8
  19. package/.stylelintignore +0 -3
  20. package/CODE_OF_CONDUCT.md +0 -83
  21. package/bin/codeformat.ts +0 -27
  22. package/bin/tools/eslint.ts +0 -17
  23. package/bin/tools/index.ts +0 -6
  24. package/bin/tools/knip.ts +0 -21
  25. package/bin/tools/phpCsFixer.ts +0 -16
  26. package/bin/tools/prettier.ts +0 -20
  27. package/bin/tools/stylelint.ts +0 -16
  28. package/bin/tools/tsc.ts +0 -12
  29. package/bin/utils/Cli.ts +0 -80
  30. package/bin/utils/Output.ts +0 -30
  31. package/bin/utils/ToolRunner.ts +0 -64
  32. package/bin/utils/filesystem.ts +0 -22
  33. package/bin/utils/runners.ts +0 -10
  34. package/bin/utils/types.ts +0 -24
  35. package/composer.json +0 -6
  36. package/composer.lock +0 -3507
  37. package/eslint.config.js +0 -34
  38. package/knip.config.ts +0 -18
  39. package/lib/convertWarnsToErrors.ts +0 -43
  40. package/lib/cssPatterns.ts +0 -20
  41. package/rulesets/eslint/ruleset-shared.ts +0 -362
  42. package/rulesets/eslint/ruleset-typescript.ts +0 -239
  43. package/rulesets/php/ruleset-php-cs-fixer.php +0 -93
  44. package/rulesets/stylelint/ruleset-css.ts +0 -39
  45. package/rulesets/stylelint/ruleset-scss.ts +0 -47
  46. package/src/extensions.ts +0 -7
  47. package/src/index.ts +0 -4
  48. package/src/makeEslintConfig.ts +0 -97
  49. package/src/makeStylelintConfig.ts +0 -46
  50. package/stylelint.config.js +0 -7
  51. package/tsconfig.build.json +0 -13
  52. /package/{src → dist/src}/php/PhpCsFixerConfig.php +0 -0
package/composer.lock DELETED
@@ -1,3507 +0,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": "0b0cf66034faf66054d0b5b01066cd6a",
8
- "packages": [],
9
- "packages-dev": [
10
- {
11
- "name": "clue/ndjson-react",
12
- "version": "v1.3.0",
13
- "source": {
14
- "type": "git",
15
- "url": "https://github.com/clue/reactphp-ndjson.git",
16
- "reference": "392dc165fce93b5bb5c637b67e59619223c931b0"
17
- },
18
- "dist": {
19
- "type": "zip",
20
- "url": "https://api.github.com/repos/clue/reactphp-ndjson/zipball/392dc165fce93b5bb5c637b67e59619223c931b0",
21
- "reference": "392dc165fce93b5bb5c637b67e59619223c931b0",
22
- "shasum": ""
23
- },
24
- "require": {
25
- "php": ">=5.3",
26
- "react/stream": "^1.2"
27
- },
28
- "require-dev": {
29
- "phpunit/phpunit": "^9.5 || ^5.7 || ^4.8.35",
30
- "react/event-loop": "^1.2"
31
- },
32
- "type": "library",
33
- "autoload": {
34
- "psr-4": {
35
- "Clue\\React\\NDJson\\": "src/"
36
- }
37
- },
38
- "notification-url": "https://packagist.org/downloads/",
39
- "license": [
40
- "MIT"
41
- ],
42
- "authors": [
43
- {
44
- "name": "Christian Lück",
45
- "email": "christian@clue.engineering"
46
- }
47
- ],
48
- "description": "Streaming newline-delimited JSON (NDJSON) parser and encoder for ReactPHP.",
49
- "homepage": "https://github.com/clue/reactphp-ndjson",
50
- "keywords": [
51
- "NDJSON",
52
- "json",
53
- "jsonlines",
54
- "newline",
55
- "reactphp",
56
- "streaming"
57
- ],
58
- "support": {
59
- "issues": "https://github.com/clue/reactphp-ndjson/issues",
60
- "source": "https://github.com/clue/reactphp-ndjson/tree/v1.3.0"
61
- },
62
- "funding": [
63
- {
64
- "url": "https://clue.engineering/support",
65
- "type": "custom"
66
- },
67
- {
68
- "url": "https://github.com/clue",
69
- "type": "github"
70
- }
71
- ],
72
- "time": "2022-12-23T10:58:28+00:00"
73
- },
74
- {
75
- "name": "composer/pcre",
76
- "version": "3.3.2",
77
- "source": {
78
- "type": "git",
79
- "url": "https://github.com/composer/pcre.git",
80
- "reference": "b2bed4734f0cc156ee1fe9c0da2550420d99a21e"
81
- },
82
- "dist": {
83
- "type": "zip",
84
- "url": "https://api.github.com/repos/composer/pcre/zipball/b2bed4734f0cc156ee1fe9c0da2550420d99a21e",
85
- "reference": "b2bed4734f0cc156ee1fe9c0da2550420d99a21e",
86
- "shasum": ""
87
- },
88
- "require": {
89
- "php": "^7.4 || ^8.0"
90
- },
91
- "conflict": {
92
- "phpstan/phpstan": "<1.11.10"
93
- },
94
- "require-dev": {
95
- "phpstan/phpstan": "^1.12 || ^2",
96
- "phpstan/phpstan-strict-rules": "^1 || ^2",
97
- "phpunit/phpunit": "^8 || ^9"
98
- },
99
- "type": "library",
100
- "extra": {
101
- "phpstan": {
102
- "includes": [
103
- "extension.neon"
104
- ]
105
- },
106
- "branch-alias": {
107
- "dev-main": "3.x-dev"
108
- }
109
- },
110
- "autoload": {
111
- "psr-4": {
112
- "Composer\\Pcre\\": "src"
113
- }
114
- },
115
- "notification-url": "https://packagist.org/downloads/",
116
- "license": [
117
- "MIT"
118
- ],
119
- "authors": [
120
- {
121
- "name": "Jordi Boggiano",
122
- "email": "j.boggiano@seld.be",
123
- "homepage": "http://seld.be"
124
- }
125
- ],
126
- "description": "PCRE wrapping library that offers type-safe preg_* replacements.",
127
- "keywords": [
128
- "PCRE",
129
- "preg",
130
- "regex",
131
- "regular expression"
132
- ],
133
- "support": {
134
- "issues": "https://github.com/composer/pcre/issues",
135
- "source": "https://github.com/composer/pcre/tree/3.3.2"
136
- },
137
- "funding": [
138
- {
139
- "url": "https://packagist.com",
140
- "type": "custom"
141
- },
142
- {
143
- "url": "https://github.com/composer",
144
- "type": "github"
145
- },
146
- {
147
- "url": "https://tidelift.com/funding/github/packagist/composer/composer",
148
- "type": "tidelift"
149
- }
150
- ],
151
- "time": "2024-11-12T16:29:46+00:00"
152
- },
153
- {
154
- "name": "composer/semver",
155
- "version": "3.4.3",
156
- "source": {
157
- "type": "git",
158
- "url": "https://github.com/composer/semver.git",
159
- "reference": "4313d26ada5e0c4edfbd1dc481a92ff7bff91f12"
160
- },
161
- "dist": {
162
- "type": "zip",
163
- "url": "https://api.github.com/repos/composer/semver/zipball/4313d26ada5e0c4edfbd1dc481a92ff7bff91f12",
164
- "reference": "4313d26ada5e0c4edfbd1dc481a92ff7bff91f12",
165
- "shasum": ""
166
- },
167
- "require": {
168
- "php": "^5.3.2 || ^7.0 || ^8.0"
169
- },
170
- "require-dev": {
171
- "phpstan/phpstan": "^1.11",
172
- "symfony/phpunit-bridge": "^3 || ^7"
173
- },
174
- "type": "library",
175
- "extra": {
176
- "branch-alias": {
177
- "dev-main": "3.x-dev"
178
- }
179
- },
180
- "autoload": {
181
- "psr-4": {
182
- "Composer\\Semver\\": "src"
183
- }
184
- },
185
- "notification-url": "https://packagist.org/downloads/",
186
- "license": [
187
- "MIT"
188
- ],
189
- "authors": [
190
- {
191
- "name": "Nils Adermann",
192
- "email": "naderman@naderman.de",
193
- "homepage": "http://www.naderman.de"
194
- },
195
- {
196
- "name": "Jordi Boggiano",
197
- "email": "j.boggiano@seld.be",
198
- "homepage": "http://seld.be"
199
- },
200
- {
201
- "name": "Rob Bast",
202
- "email": "rob.bast@gmail.com",
203
- "homepage": "http://robbast.nl"
204
- }
205
- ],
206
- "description": "Semver library that offers utilities, version constraint parsing and validation.",
207
- "keywords": [
208
- "semantic",
209
- "semver",
210
- "validation",
211
- "versioning"
212
- ],
213
- "support": {
214
- "irc": "ircs://irc.libera.chat:6697/composer",
215
- "issues": "https://github.com/composer/semver/issues",
216
- "source": "https://github.com/composer/semver/tree/3.4.3"
217
- },
218
- "funding": [
219
- {
220
- "url": "https://packagist.com",
221
- "type": "custom"
222
- },
223
- {
224
- "url": "https://github.com/composer",
225
- "type": "github"
226
- },
227
- {
228
- "url": "https://tidelift.com/funding/github/packagist/composer/composer",
229
- "type": "tidelift"
230
- }
231
- ],
232
- "time": "2024-09-19T14:15:21+00:00"
233
- },
234
- {
235
- "name": "composer/xdebug-handler",
236
- "version": "3.0.5",
237
- "source": {
238
- "type": "git",
239
- "url": "https://github.com/composer/xdebug-handler.git",
240
- "reference": "6c1925561632e83d60a44492e0b344cf48ab85ef"
241
- },
242
- "dist": {
243
- "type": "zip",
244
- "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/6c1925561632e83d60a44492e0b344cf48ab85ef",
245
- "reference": "6c1925561632e83d60a44492e0b344cf48ab85ef",
246
- "shasum": ""
247
- },
248
- "require": {
249
- "composer/pcre": "^1 || ^2 || ^3",
250
- "php": "^7.2.5 || ^8.0",
251
- "psr/log": "^1 || ^2 || ^3"
252
- },
253
- "require-dev": {
254
- "phpstan/phpstan": "^1.0",
255
- "phpstan/phpstan-strict-rules": "^1.1",
256
- "phpunit/phpunit": "^8.5 || ^9.6 || ^10.5"
257
- },
258
- "type": "library",
259
- "autoload": {
260
- "psr-4": {
261
- "Composer\\XdebugHandler\\": "src"
262
- }
263
- },
264
- "notification-url": "https://packagist.org/downloads/",
265
- "license": [
266
- "MIT"
267
- ],
268
- "authors": [
269
- {
270
- "name": "John Stevenson",
271
- "email": "john-stevenson@blueyonder.co.uk"
272
- }
273
- ],
274
- "description": "Restarts a process without Xdebug.",
275
- "keywords": [
276
- "Xdebug",
277
- "performance"
278
- ],
279
- "support": {
280
- "irc": "ircs://irc.libera.chat:6697/composer",
281
- "issues": "https://github.com/composer/xdebug-handler/issues",
282
- "source": "https://github.com/composer/xdebug-handler/tree/3.0.5"
283
- },
284
- "funding": [
285
- {
286
- "url": "https://packagist.com",
287
- "type": "custom"
288
- },
289
- {
290
- "url": "https://github.com/composer",
291
- "type": "github"
292
- },
293
- {
294
- "url": "https://tidelift.com/funding/github/packagist/composer/composer",
295
- "type": "tidelift"
296
- }
297
- ],
298
- "time": "2024-05-06T16:37:16+00:00"
299
- },
300
- {
301
- "name": "evenement/evenement",
302
- "version": "v3.0.2",
303
- "source": {
304
- "type": "git",
305
- "url": "https://github.com/igorw/evenement.git",
306
- "reference": "0a16b0d71ab13284339abb99d9d2bd813640efbc"
307
- },
308
- "dist": {
309
- "type": "zip",
310
- "url": "https://api.github.com/repos/igorw/evenement/zipball/0a16b0d71ab13284339abb99d9d2bd813640efbc",
311
- "reference": "0a16b0d71ab13284339abb99d9d2bd813640efbc",
312
- "shasum": ""
313
- },
314
- "require": {
315
- "php": ">=7.0"
316
- },
317
- "require-dev": {
318
- "phpunit/phpunit": "^9 || ^6"
319
- },
320
- "type": "library",
321
- "autoload": {
322
- "psr-4": {
323
- "Evenement\\": "src/"
324
- }
325
- },
326
- "notification-url": "https://packagist.org/downloads/",
327
- "license": [
328
- "MIT"
329
- ],
330
- "authors": [
331
- {
332
- "name": "Igor Wiedler",
333
- "email": "igor@wiedler.ch"
334
- }
335
- ],
336
- "description": "Événement is a very simple event dispatching library for PHP",
337
- "keywords": [
338
- "event-dispatcher",
339
- "event-emitter"
340
- ],
341
- "support": {
342
- "issues": "https://github.com/igorw/evenement/issues",
343
- "source": "https://github.com/igorw/evenement/tree/v3.0.2"
344
- },
345
- "time": "2023-08-08T05:53:35+00:00"
346
- },
347
- {
348
- "name": "fidry/cpu-core-counter",
349
- "version": "1.2.0",
350
- "source": {
351
- "type": "git",
352
- "url": "https://github.com/theofidry/cpu-core-counter.git",
353
- "reference": "8520451a140d3f46ac33042715115e290cf5785f"
354
- },
355
- "dist": {
356
- "type": "zip",
357
- "url": "https://api.github.com/repos/theofidry/cpu-core-counter/zipball/8520451a140d3f46ac33042715115e290cf5785f",
358
- "reference": "8520451a140d3f46ac33042715115e290cf5785f",
359
- "shasum": ""
360
- },
361
- "require": {
362
- "php": "^7.2 || ^8.0"
363
- },
364
- "require-dev": {
365
- "fidry/makefile": "^0.2.0",
366
- "fidry/php-cs-fixer-config": "^1.1.2",
367
- "phpstan/extension-installer": "^1.2.0",
368
- "phpstan/phpstan": "^1.9.2",
369
- "phpstan/phpstan-deprecation-rules": "^1.0.0",
370
- "phpstan/phpstan-phpunit": "^1.2.2",
371
- "phpstan/phpstan-strict-rules": "^1.4.4",
372
- "phpunit/phpunit": "^8.5.31 || ^9.5.26",
373
- "webmozarts/strict-phpunit": "^7.5"
374
- },
375
- "type": "library",
376
- "autoload": {
377
- "psr-4": {
378
- "Fidry\\CpuCoreCounter\\": "src/"
379
- }
380
- },
381
- "notification-url": "https://packagist.org/downloads/",
382
- "license": [
383
- "MIT"
384
- ],
385
- "authors": [
386
- {
387
- "name": "Théo FIDRY",
388
- "email": "theo.fidry@gmail.com"
389
- }
390
- ],
391
- "description": "Tiny utility to get the number of CPU cores.",
392
- "keywords": [
393
- "CPU",
394
- "core"
395
- ],
396
- "support": {
397
- "issues": "https://github.com/theofidry/cpu-core-counter/issues",
398
- "source": "https://github.com/theofidry/cpu-core-counter/tree/1.2.0"
399
- },
400
- "funding": [
401
- {
402
- "url": "https://github.com/theofidry",
403
- "type": "github"
404
- }
405
- ],
406
- "time": "2024-08-06T10:04:20+00:00"
407
- },
408
- {
409
- "name": "friendsofphp/php-cs-fixer",
410
- "version": "v3.82.0",
411
- "source": {
412
- "type": "git",
413
- "url": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer.git",
414
- "reference": "db2a44dc899d40f20609f0ea53e952c64c028968"
415
- },
416
- "dist": {
417
- "type": "zip",
418
- "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/db2a44dc899d40f20609f0ea53e952c64c028968",
419
- "reference": "db2a44dc899d40f20609f0ea53e952c64c028968",
420
- "shasum": ""
421
- },
422
- "require": {
423
- "clue/ndjson-react": "^1.0",
424
- "composer/semver": "^3.4",
425
- "composer/xdebug-handler": "^3.0.5",
426
- "ext-filter": "*",
427
- "ext-hash": "*",
428
- "ext-json": "*",
429
- "ext-tokenizer": "*",
430
- "fidry/cpu-core-counter": "^1.2",
431
- "php": "^7.4 || ^8.0",
432
- "react/child-process": "^0.6.6",
433
- "react/event-loop": "^1.0",
434
- "react/promise": "^2.11 || ^3.0",
435
- "react/socket": "^1.0",
436
- "react/stream": "^1.0",
437
- "sebastian/diff": "^4.0.6 || ^5.1.1 || ^6.0.2 || ^7.0",
438
- "symfony/console": "^5.4.45 || ^6.4.13 || ^7.0",
439
- "symfony/event-dispatcher": "^5.4.45 || ^6.4.13 || ^7.0",
440
- "symfony/filesystem": "^5.4.45 || ^6.4.13 || ^7.0",
441
- "symfony/finder": "^5.4.45 || ^6.4.17 || ^7.0",
442
- "symfony/options-resolver": "^5.4.45 || ^6.4.16 || ^7.0",
443
- "symfony/polyfill-mbstring": "^1.32",
444
- "symfony/polyfill-php80": "^1.32",
445
- "symfony/polyfill-php81": "^1.32",
446
- "symfony/process": "^5.4.47 || ^6.4.20 || ^7.2",
447
- "symfony/stopwatch": "^5.4.45 || ^6.4.19 || ^7.0"
448
- },
449
- "require-dev": {
450
- "facile-it/paraunit": "^1.3.1 || ^2.6",
451
- "infection/infection": "^0.29.14",
452
- "justinrainbow/json-schema": "^5.3 || ^6.4",
453
- "keradus/cli-executor": "^2.2",
454
- "mikey179/vfsstream": "^1.6.12",
455
- "php-coveralls/php-coveralls": "^2.8",
456
- "php-cs-fixer/accessible-object": "^1.1",
457
- "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.6",
458
- "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.6",
459
- "phpunit/phpunit": "^9.6.23 || ^10.5.47 || ^11.5.25",
460
- "symfony/polyfill-php84": "^1.32",
461
- "symfony/var-dumper": "^5.4.48 || ^6.4.23 || ^7.3.1",
462
- "symfony/yaml": "^5.4.45 || ^6.4.23 || ^7.3.1"
463
- },
464
- "suggest": {
465
- "ext-dom": "For handling output formats in XML",
466
- "ext-mbstring": "For handling non-UTF8 characters."
467
- },
468
- "bin": [
469
- "php-cs-fixer"
470
- ],
471
- "type": "application",
472
- "autoload": {
473
- "psr-4": {
474
- "PhpCsFixer\\": "src/"
475
- },
476
- "exclude-from-classmap": [
477
- "src/Fixer/Internal/*"
478
- ]
479
- },
480
- "notification-url": "https://packagist.org/downloads/",
481
- "license": [
482
- "MIT"
483
- ],
484
- "authors": [
485
- {
486
- "name": "Fabien Potencier",
487
- "email": "fabien@symfony.com"
488
- },
489
- {
490
- "name": "Dariusz Rumiński",
491
- "email": "dariusz.ruminski@gmail.com"
492
- }
493
- ],
494
- "description": "A tool to automatically fix PHP code style",
495
- "keywords": [
496
- "Static code analysis",
497
- "fixer",
498
- "standards",
499
- "static analysis"
500
- ],
501
- "support": {
502
- "issues": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues",
503
- "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.82.0"
504
- },
505
- "funding": [
506
- {
507
- "url": "https://github.com/keradus",
508
- "type": "github"
509
- }
510
- ],
511
- "time": "2025-07-07T22:38:13+00:00"
512
- },
513
- {
514
- "name": "psr/container",
515
- "version": "2.0.2",
516
- "source": {
517
- "type": "git",
518
- "url": "https://github.com/php-fig/container.git",
519
- "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963"
520
- },
521
- "dist": {
522
- "type": "zip",
523
- "url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963",
524
- "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963",
525
- "shasum": ""
526
- },
527
- "require": {
528
- "php": ">=7.4.0"
529
- },
530
- "type": "library",
531
- "extra": {
532
- "branch-alias": {
533
- "dev-master": "2.0.x-dev"
534
- }
535
- },
536
- "autoload": {
537
- "psr-4": {
538
- "Psr\\Container\\": "src/"
539
- }
540
- },
541
- "notification-url": "https://packagist.org/downloads/",
542
- "license": [
543
- "MIT"
544
- ],
545
- "authors": [
546
- {
547
- "name": "PHP-FIG",
548
- "homepage": "https://www.php-fig.org/"
549
- }
550
- ],
551
- "description": "Common Container Interface (PHP FIG PSR-11)",
552
- "homepage": "https://github.com/php-fig/container",
553
- "keywords": [
554
- "PSR-11",
555
- "container",
556
- "container-interface",
557
- "container-interop",
558
- "psr"
559
- ],
560
- "support": {
561
- "issues": "https://github.com/php-fig/container/issues",
562
- "source": "https://github.com/php-fig/container/tree/2.0.2"
563
- },
564
- "time": "2021-11-05T16:47:00+00:00"
565
- },
566
- {
567
- "name": "psr/event-dispatcher",
568
- "version": "1.0.0",
569
- "source": {
570
- "type": "git",
571
- "url": "https://github.com/php-fig/event-dispatcher.git",
572
- "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
573
- },
574
- "dist": {
575
- "type": "zip",
576
- "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
577
- "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
578
- "shasum": ""
579
- },
580
- "require": {
581
- "php": ">=7.2.0"
582
- },
583
- "type": "library",
584
- "extra": {
585
- "branch-alias": {
586
- "dev-master": "1.0.x-dev"
587
- }
588
- },
589
- "autoload": {
590
- "psr-4": {
591
- "Psr\\EventDispatcher\\": "src/"
592
- }
593
- },
594
- "notification-url": "https://packagist.org/downloads/",
595
- "license": [
596
- "MIT"
597
- ],
598
- "authors": [
599
- {
600
- "name": "PHP-FIG",
601
- "homepage": "http://www.php-fig.org/"
602
- }
603
- ],
604
- "description": "Standard interfaces for event handling.",
605
- "keywords": [
606
- "events",
607
- "psr",
608
- "psr-14"
609
- ],
610
- "support": {
611
- "issues": "https://github.com/php-fig/event-dispatcher/issues",
612
- "source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0"
613
- },
614
- "time": "2019-01-08T18:20:26+00:00"
615
- },
616
- {
617
- "name": "psr/log",
618
- "version": "3.0.2",
619
- "source": {
620
- "type": "git",
621
- "url": "https://github.com/php-fig/log.git",
622
- "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3"
623
- },
624
- "dist": {
625
- "type": "zip",
626
- "url": "https://api.github.com/repos/php-fig/log/zipball/f16e1d5863e37f8d8c2a01719f5b34baa2b714d3",
627
- "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3",
628
- "shasum": ""
629
- },
630
- "require": {
631
- "php": ">=8.0.0"
632
- },
633
- "type": "library",
634
- "extra": {
635
- "branch-alias": {
636
- "dev-master": "3.x-dev"
637
- }
638
- },
639
- "autoload": {
640
- "psr-4": {
641
- "Psr\\Log\\": "src"
642
- }
643
- },
644
- "notification-url": "https://packagist.org/downloads/",
645
- "license": [
646
- "MIT"
647
- ],
648
- "authors": [
649
- {
650
- "name": "PHP-FIG",
651
- "homepage": "https://www.php-fig.org/"
652
- }
653
- ],
654
- "description": "Common interface for logging libraries",
655
- "homepage": "https://github.com/php-fig/log",
656
- "keywords": [
657
- "log",
658
- "psr",
659
- "psr-3"
660
- ],
661
- "support": {
662
- "source": "https://github.com/php-fig/log/tree/3.0.2"
663
- },
664
- "time": "2024-09-11T13:17:53+00:00"
665
- },
666
- {
667
- "name": "react/cache",
668
- "version": "v1.2.0",
669
- "source": {
670
- "type": "git",
671
- "url": "https://github.com/reactphp/cache.git",
672
- "reference": "d47c472b64aa5608225f47965a484b75c7817d5b"
673
- },
674
- "dist": {
675
- "type": "zip",
676
- "url": "https://api.github.com/repos/reactphp/cache/zipball/d47c472b64aa5608225f47965a484b75c7817d5b",
677
- "reference": "d47c472b64aa5608225f47965a484b75c7817d5b",
678
- "shasum": ""
679
- },
680
- "require": {
681
- "php": ">=5.3.0",
682
- "react/promise": "^3.0 || ^2.0 || ^1.1"
683
- },
684
- "require-dev": {
685
- "phpunit/phpunit": "^9.5 || ^5.7 || ^4.8.35"
686
- },
687
- "type": "library",
688
- "autoload": {
689
- "psr-4": {
690
- "React\\Cache\\": "src/"
691
- }
692
- },
693
- "notification-url": "https://packagist.org/downloads/",
694
- "license": [
695
- "MIT"
696
- ],
697
- "authors": [
698
- {
699
- "name": "Christian Lück",
700
- "email": "christian@clue.engineering",
701
- "homepage": "https://clue.engineering/"
702
- },
703
- {
704
- "name": "Cees-Jan Kiewiet",
705
- "email": "reactphp@ceesjankiewiet.nl",
706
- "homepage": "https://wyrihaximus.net/"
707
- },
708
- {
709
- "name": "Jan Sorgalla",
710
- "email": "jsorgalla@gmail.com",
711
- "homepage": "https://sorgalla.com/"
712
- },
713
- {
714
- "name": "Chris Boden",
715
- "email": "cboden@gmail.com",
716
- "homepage": "https://cboden.dev/"
717
- }
718
- ],
719
- "description": "Async, Promise-based cache interface for ReactPHP",
720
- "keywords": [
721
- "cache",
722
- "caching",
723
- "promise",
724
- "reactphp"
725
- ],
726
- "support": {
727
- "issues": "https://github.com/reactphp/cache/issues",
728
- "source": "https://github.com/reactphp/cache/tree/v1.2.0"
729
- },
730
- "funding": [
731
- {
732
- "url": "https://opencollective.com/reactphp",
733
- "type": "open_collective"
734
- }
735
- ],
736
- "time": "2022-11-30T15:59:55+00:00"
737
- },
738
- {
739
- "name": "react/child-process",
740
- "version": "v0.6.6",
741
- "source": {
742
- "type": "git",
743
- "url": "https://github.com/reactphp/child-process.git",
744
- "reference": "1721e2b93d89b745664353b9cfc8f155ba8a6159"
745
- },
746
- "dist": {
747
- "type": "zip",
748
- "url": "https://api.github.com/repos/reactphp/child-process/zipball/1721e2b93d89b745664353b9cfc8f155ba8a6159",
749
- "reference": "1721e2b93d89b745664353b9cfc8f155ba8a6159",
750
- "shasum": ""
751
- },
752
- "require": {
753
- "evenement/evenement": "^3.0 || ^2.0 || ^1.0",
754
- "php": ">=5.3.0",
755
- "react/event-loop": "^1.2",
756
- "react/stream": "^1.4"
757
- },
758
- "require-dev": {
759
- "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36",
760
- "react/socket": "^1.16",
761
- "sebastian/environment": "^5.0 || ^3.0 || ^2.0 || ^1.0"
762
- },
763
- "type": "library",
764
- "autoload": {
765
- "psr-4": {
766
- "React\\ChildProcess\\": "src/"
767
- }
768
- },
769
- "notification-url": "https://packagist.org/downloads/",
770
- "license": [
771
- "MIT"
772
- ],
773
- "authors": [
774
- {
775
- "name": "Christian Lück",
776
- "email": "christian@clue.engineering",
777
- "homepage": "https://clue.engineering/"
778
- },
779
- {
780
- "name": "Cees-Jan Kiewiet",
781
- "email": "reactphp@ceesjankiewiet.nl",
782
- "homepage": "https://wyrihaximus.net/"
783
- },
784
- {
785
- "name": "Jan Sorgalla",
786
- "email": "jsorgalla@gmail.com",
787
- "homepage": "https://sorgalla.com/"
788
- },
789
- {
790
- "name": "Chris Boden",
791
- "email": "cboden@gmail.com",
792
- "homepage": "https://cboden.dev/"
793
- }
794
- ],
795
- "description": "Event-driven library for executing child processes with ReactPHP.",
796
- "keywords": [
797
- "event-driven",
798
- "process",
799
- "reactphp"
800
- ],
801
- "support": {
802
- "issues": "https://github.com/reactphp/child-process/issues",
803
- "source": "https://github.com/reactphp/child-process/tree/v0.6.6"
804
- },
805
- "funding": [
806
- {
807
- "url": "https://opencollective.com/reactphp",
808
- "type": "open_collective"
809
- }
810
- ],
811
- "time": "2025-01-01T16:37:48+00:00"
812
- },
813
- {
814
- "name": "react/dns",
815
- "version": "v1.13.0",
816
- "source": {
817
- "type": "git",
818
- "url": "https://github.com/reactphp/dns.git",
819
- "reference": "eb8ae001b5a455665c89c1df97f6fb682f8fb0f5"
820
- },
821
- "dist": {
822
- "type": "zip",
823
- "url": "https://api.github.com/repos/reactphp/dns/zipball/eb8ae001b5a455665c89c1df97f6fb682f8fb0f5",
824
- "reference": "eb8ae001b5a455665c89c1df97f6fb682f8fb0f5",
825
- "shasum": ""
826
- },
827
- "require": {
828
- "php": ">=5.3.0",
829
- "react/cache": "^1.0 || ^0.6 || ^0.5",
830
- "react/event-loop": "^1.2",
831
- "react/promise": "^3.2 || ^2.7 || ^1.2.1"
832
- },
833
- "require-dev": {
834
- "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36",
835
- "react/async": "^4.3 || ^3 || ^2",
836
- "react/promise-timer": "^1.11"
837
- },
838
- "type": "library",
839
- "autoload": {
840
- "psr-4": {
841
- "React\\Dns\\": "src/"
842
- }
843
- },
844
- "notification-url": "https://packagist.org/downloads/",
845
- "license": [
846
- "MIT"
847
- ],
848
- "authors": [
849
- {
850
- "name": "Christian Lück",
851
- "email": "christian@clue.engineering",
852
- "homepage": "https://clue.engineering/"
853
- },
854
- {
855
- "name": "Cees-Jan Kiewiet",
856
- "email": "reactphp@ceesjankiewiet.nl",
857
- "homepage": "https://wyrihaximus.net/"
858
- },
859
- {
860
- "name": "Jan Sorgalla",
861
- "email": "jsorgalla@gmail.com",
862
- "homepage": "https://sorgalla.com/"
863
- },
864
- {
865
- "name": "Chris Boden",
866
- "email": "cboden@gmail.com",
867
- "homepage": "https://cboden.dev/"
868
- }
869
- ],
870
- "description": "Async DNS resolver for ReactPHP",
871
- "keywords": [
872
- "async",
873
- "dns",
874
- "dns-resolver",
875
- "reactphp"
876
- ],
877
- "support": {
878
- "issues": "https://github.com/reactphp/dns/issues",
879
- "source": "https://github.com/reactphp/dns/tree/v1.13.0"
880
- },
881
- "funding": [
882
- {
883
- "url": "https://opencollective.com/reactphp",
884
- "type": "open_collective"
885
- }
886
- ],
887
- "time": "2024-06-13T14:18:03+00:00"
888
- },
889
- {
890
- "name": "react/event-loop",
891
- "version": "v1.5.0",
892
- "source": {
893
- "type": "git",
894
- "url": "https://github.com/reactphp/event-loop.git",
895
- "reference": "bbe0bd8c51ffc05ee43f1729087ed3bdf7d53354"
896
- },
897
- "dist": {
898
- "type": "zip",
899
- "url": "https://api.github.com/repos/reactphp/event-loop/zipball/bbe0bd8c51ffc05ee43f1729087ed3bdf7d53354",
900
- "reference": "bbe0bd8c51ffc05ee43f1729087ed3bdf7d53354",
901
- "shasum": ""
902
- },
903
- "require": {
904
- "php": ">=5.3.0"
905
- },
906
- "require-dev": {
907
- "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36"
908
- },
909
- "suggest": {
910
- "ext-pcntl": "For signal handling support when using the StreamSelectLoop"
911
- },
912
- "type": "library",
913
- "autoload": {
914
- "psr-4": {
915
- "React\\EventLoop\\": "src/"
916
- }
917
- },
918
- "notification-url": "https://packagist.org/downloads/",
919
- "license": [
920
- "MIT"
921
- ],
922
- "authors": [
923
- {
924
- "name": "Christian Lück",
925
- "email": "christian@clue.engineering",
926
- "homepage": "https://clue.engineering/"
927
- },
928
- {
929
- "name": "Cees-Jan Kiewiet",
930
- "email": "reactphp@ceesjankiewiet.nl",
931
- "homepage": "https://wyrihaximus.net/"
932
- },
933
- {
934
- "name": "Jan Sorgalla",
935
- "email": "jsorgalla@gmail.com",
936
- "homepage": "https://sorgalla.com/"
937
- },
938
- {
939
- "name": "Chris Boden",
940
- "email": "cboden@gmail.com",
941
- "homepage": "https://cboden.dev/"
942
- }
943
- ],
944
- "description": "ReactPHP's core reactor event loop that libraries can use for evented I/O.",
945
- "keywords": [
946
- "asynchronous",
947
- "event-loop"
948
- ],
949
- "support": {
950
- "issues": "https://github.com/reactphp/event-loop/issues",
951
- "source": "https://github.com/reactphp/event-loop/tree/v1.5.0"
952
- },
953
- "funding": [
954
- {
955
- "url": "https://opencollective.com/reactphp",
956
- "type": "open_collective"
957
- }
958
- ],
959
- "time": "2023-11-13T13:48:05+00:00"
960
- },
961
- {
962
- "name": "react/promise",
963
- "version": "v3.2.0",
964
- "source": {
965
- "type": "git",
966
- "url": "https://github.com/reactphp/promise.git",
967
- "reference": "8a164643313c71354582dc850b42b33fa12a4b63"
968
- },
969
- "dist": {
970
- "type": "zip",
971
- "url": "https://api.github.com/repos/reactphp/promise/zipball/8a164643313c71354582dc850b42b33fa12a4b63",
972
- "reference": "8a164643313c71354582dc850b42b33fa12a4b63",
973
- "shasum": ""
974
- },
975
- "require": {
976
- "php": ">=7.1.0"
977
- },
978
- "require-dev": {
979
- "phpstan/phpstan": "1.10.39 || 1.4.10",
980
- "phpunit/phpunit": "^9.6 || ^7.5"
981
- },
982
- "type": "library",
983
- "autoload": {
984
- "files": [
985
- "src/functions_include.php"
986
- ],
987
- "psr-4": {
988
- "React\\Promise\\": "src/"
989
- }
990
- },
991
- "notification-url": "https://packagist.org/downloads/",
992
- "license": [
993
- "MIT"
994
- ],
995
- "authors": [
996
- {
997
- "name": "Jan Sorgalla",
998
- "email": "jsorgalla@gmail.com",
999
- "homepage": "https://sorgalla.com/"
1000
- },
1001
- {
1002
- "name": "Christian Lück",
1003
- "email": "christian@clue.engineering",
1004
- "homepage": "https://clue.engineering/"
1005
- },
1006
- {
1007
- "name": "Cees-Jan Kiewiet",
1008
- "email": "reactphp@ceesjankiewiet.nl",
1009
- "homepage": "https://wyrihaximus.net/"
1010
- },
1011
- {
1012
- "name": "Chris Boden",
1013
- "email": "cboden@gmail.com",
1014
- "homepage": "https://cboden.dev/"
1015
- }
1016
- ],
1017
- "description": "A lightweight implementation of CommonJS Promises/A for PHP",
1018
- "keywords": [
1019
- "promise",
1020
- "promises"
1021
- ],
1022
- "support": {
1023
- "issues": "https://github.com/reactphp/promise/issues",
1024
- "source": "https://github.com/reactphp/promise/tree/v3.2.0"
1025
- },
1026
- "funding": [
1027
- {
1028
- "url": "https://opencollective.com/reactphp",
1029
- "type": "open_collective"
1030
- }
1031
- ],
1032
- "time": "2024-05-24T10:39:05+00:00"
1033
- },
1034
- {
1035
- "name": "react/socket",
1036
- "version": "v1.16.0",
1037
- "source": {
1038
- "type": "git",
1039
- "url": "https://github.com/reactphp/socket.git",
1040
- "reference": "23e4ff33ea3e160d2d1f59a0e6050e4b0fb0eac1"
1041
- },
1042
- "dist": {
1043
- "type": "zip",
1044
- "url": "https://api.github.com/repos/reactphp/socket/zipball/23e4ff33ea3e160d2d1f59a0e6050e4b0fb0eac1",
1045
- "reference": "23e4ff33ea3e160d2d1f59a0e6050e4b0fb0eac1",
1046
- "shasum": ""
1047
- },
1048
- "require": {
1049
- "evenement/evenement": "^3.0 || ^2.0 || ^1.0",
1050
- "php": ">=5.3.0",
1051
- "react/dns": "^1.13",
1052
- "react/event-loop": "^1.2",
1053
- "react/promise": "^3.2 || ^2.6 || ^1.2.1",
1054
- "react/stream": "^1.4"
1055
- },
1056
- "require-dev": {
1057
- "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36",
1058
- "react/async": "^4.3 || ^3.3 || ^2",
1059
- "react/promise-stream": "^1.4",
1060
- "react/promise-timer": "^1.11"
1061
- },
1062
- "type": "library",
1063
- "autoload": {
1064
- "psr-4": {
1065
- "React\\Socket\\": "src/"
1066
- }
1067
- },
1068
- "notification-url": "https://packagist.org/downloads/",
1069
- "license": [
1070
- "MIT"
1071
- ],
1072
- "authors": [
1073
- {
1074
- "name": "Christian Lück",
1075
- "email": "christian@clue.engineering",
1076
- "homepage": "https://clue.engineering/"
1077
- },
1078
- {
1079
- "name": "Cees-Jan Kiewiet",
1080
- "email": "reactphp@ceesjankiewiet.nl",
1081
- "homepage": "https://wyrihaximus.net/"
1082
- },
1083
- {
1084
- "name": "Jan Sorgalla",
1085
- "email": "jsorgalla@gmail.com",
1086
- "homepage": "https://sorgalla.com/"
1087
- },
1088
- {
1089
- "name": "Chris Boden",
1090
- "email": "cboden@gmail.com",
1091
- "homepage": "https://cboden.dev/"
1092
- }
1093
- ],
1094
- "description": "Async, streaming plaintext TCP/IP and secure TLS socket server and client connections for ReactPHP",
1095
- "keywords": [
1096
- "Connection",
1097
- "Socket",
1098
- "async",
1099
- "reactphp",
1100
- "stream"
1101
- ],
1102
- "support": {
1103
- "issues": "https://github.com/reactphp/socket/issues",
1104
- "source": "https://github.com/reactphp/socket/tree/v1.16.0"
1105
- },
1106
- "funding": [
1107
- {
1108
- "url": "https://opencollective.com/reactphp",
1109
- "type": "open_collective"
1110
- }
1111
- ],
1112
- "time": "2024-07-26T10:38:09+00:00"
1113
- },
1114
- {
1115
- "name": "react/stream",
1116
- "version": "v1.4.0",
1117
- "source": {
1118
- "type": "git",
1119
- "url": "https://github.com/reactphp/stream.git",
1120
- "reference": "1e5b0acb8fe55143b5b426817155190eb6f5b18d"
1121
- },
1122
- "dist": {
1123
- "type": "zip",
1124
- "url": "https://api.github.com/repos/reactphp/stream/zipball/1e5b0acb8fe55143b5b426817155190eb6f5b18d",
1125
- "reference": "1e5b0acb8fe55143b5b426817155190eb6f5b18d",
1126
- "shasum": ""
1127
- },
1128
- "require": {
1129
- "evenement/evenement": "^3.0 || ^2.0 || ^1.0",
1130
- "php": ">=5.3.8",
1131
- "react/event-loop": "^1.2"
1132
- },
1133
- "require-dev": {
1134
- "clue/stream-filter": "~1.2",
1135
- "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36"
1136
- },
1137
- "type": "library",
1138
- "autoload": {
1139
- "psr-4": {
1140
- "React\\Stream\\": "src/"
1141
- }
1142
- },
1143
- "notification-url": "https://packagist.org/downloads/",
1144
- "license": [
1145
- "MIT"
1146
- ],
1147
- "authors": [
1148
- {
1149
- "name": "Christian Lück",
1150
- "email": "christian@clue.engineering",
1151
- "homepage": "https://clue.engineering/"
1152
- },
1153
- {
1154
- "name": "Cees-Jan Kiewiet",
1155
- "email": "reactphp@ceesjankiewiet.nl",
1156
- "homepage": "https://wyrihaximus.net/"
1157
- },
1158
- {
1159
- "name": "Jan Sorgalla",
1160
- "email": "jsorgalla@gmail.com",
1161
- "homepage": "https://sorgalla.com/"
1162
- },
1163
- {
1164
- "name": "Chris Boden",
1165
- "email": "cboden@gmail.com",
1166
- "homepage": "https://cboden.dev/"
1167
- }
1168
- ],
1169
- "description": "Event-driven readable and writable streams for non-blocking I/O in ReactPHP",
1170
- "keywords": [
1171
- "event-driven",
1172
- "io",
1173
- "non-blocking",
1174
- "pipe",
1175
- "reactphp",
1176
- "readable",
1177
- "stream",
1178
- "writable"
1179
- ],
1180
- "support": {
1181
- "issues": "https://github.com/reactphp/stream/issues",
1182
- "source": "https://github.com/reactphp/stream/tree/v1.4.0"
1183
- },
1184
- "funding": [
1185
- {
1186
- "url": "https://opencollective.com/reactphp",
1187
- "type": "open_collective"
1188
- }
1189
- ],
1190
- "time": "2024-06-11T12:45:25+00:00"
1191
- },
1192
- {
1193
- "name": "roave/security-advisories",
1194
- "version": "dev-latest",
1195
- "source": {
1196
- "type": "git",
1197
- "url": "https://github.com/Roave/SecurityAdvisories.git",
1198
- "reference": "a76f62e135c8b583602bd99df737b5c20f4d7200"
1199
- },
1200
- "dist": {
1201
- "type": "zip",
1202
- "url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/a76f62e135c8b583602bd99df737b5c20f4d7200",
1203
- "reference": "a76f62e135c8b583602bd99df737b5c20f4d7200",
1204
- "shasum": ""
1205
- },
1206
- "conflict": {
1207
- "3f/pygmentize": "<1.2",
1208
- "adaptcms/adaptcms": "<=1.3",
1209
- "admidio/admidio": "<4.3.12",
1210
- "adodb/adodb-php": "<=5.22.8",
1211
- "aheinze/cockpit": "<2.2",
1212
- "aimeos/ai-admin-graphql": ">=2022.04.1,<2022.10.10|>=2023.04.1,<2023.10.6|>=2024.04.1,<2024.07.2",
1213
- "aimeos/ai-admin-jsonadm": "<2020.10.13|>=2021.04.1,<2021.10.6|>=2022.04.1,<2022.10.3|>=2023.04.1,<2023.10.4|==2024.04.1",
1214
- "aimeos/ai-client-html": ">=2020.04.1,<2020.10.27|>=2021.04.1,<2021.10.22|>=2022.04.1,<2022.10.13|>=2023.04.1,<2023.10.15|>=2024.04.1,<2024.04.7",
1215
- "aimeos/ai-controller-frontend": "<2020.10.15|>=2021.04.1,<2021.10.8|>=2022.04.1,<2022.10.8|>=2023.04.1,<2023.10.9|==2024.04.1",
1216
- "aimeos/aimeos-core": ">=2022.04.1,<2022.10.17|>=2023.04.1,<2023.10.17|>=2024.04.1,<2024.04.7",
1217
- "aimeos/aimeos-typo3": "<19.10.12|>=20,<20.10.5",
1218
- "airesvsg/acf-to-rest-api": "<=3.1",
1219
- "akaunting/akaunting": "<2.1.13",
1220
- "akeneo/pim-community-dev": "<5.0.119|>=6,<6.0.53",
1221
- "alextselegidis/easyappointments": "<=1.5.1",
1222
- "alterphp/easyadmin-extension-bundle": ">=1.2,<1.2.11|>=1.3,<1.3.1",
1223
- "amazing/media2click": ">=1,<1.3.3",
1224
- "ameos/ameos_tarteaucitron": "<1.2.23",
1225
- "amphp/artax": "<1.0.6|>=2,<2.0.6",
1226
- "amphp/http": "<=1.7.2|>=2,<=2.1",
1227
- "amphp/http-client": ">=4,<4.4",
1228
- "anchorcms/anchor-cms": "<=0.12.7",
1229
- "andreapollastri/cipi": "<=3.1.15",
1230
- "andrewhaine/silverstripe-form-capture": ">=0.2,<=0.2.3|>=1,<1.0.2|>=2,<2.2.5",
1231
- "aoe/restler": "<1.7.1",
1232
- "apache-solr-for-typo3/solr": "<2.8.3",
1233
- "apereo/phpcas": "<1.6",
1234
- "api-platform/core": "<3.4.17|>=4.0.0.0-alpha1,<4.0.22",
1235
- "api-platform/graphql": "<3.4.17|>=4.0.0.0-alpha1,<4.0.22",
1236
- "appwrite/server-ce": "<=1.2.1",
1237
- "arc/web": "<3",
1238
- "area17/twill": "<1.2.5|>=2,<2.5.3",
1239
- "artesaos/seotools": "<0.17.2",
1240
- "asymmetricrypt/asymmetricrypt": "<9.9.99",
1241
- "athlon1600/php-proxy": "<=5.1",
1242
- "athlon1600/php-proxy-app": "<=3",
1243
- "athlon1600/youtube-downloader": "<=4",
1244
- "austintoddj/canvas": "<=3.4.2",
1245
- "auth0/auth0-php": ">=8.0.0.0-beta1,<8.14",
1246
- "auth0/login": "<7.17",
1247
- "auth0/symfony": "<5.4",
1248
- "auth0/wordpress": "<5.3",
1249
- "automad/automad": "<2.0.0.0-alpha5",
1250
- "automattic/jetpack": "<9.8",
1251
- "awesome-support/awesome-support": "<=6.0.7",
1252
- "aws/aws-sdk-php": "<3.288.1",
1253
- "azuracast/azuracast": "<0.18.3",
1254
- "b13/seo_basics": "<0.8.2",
1255
- "backdrop/backdrop": "<1.27.3|>=1.28,<1.28.2",
1256
- "backpack/crud": "<3.4.9",
1257
- "backpack/filemanager": "<2.0.2|>=3,<3.0.9",
1258
- "bacula-web/bacula-web": "<8.0.0.0-RC2-dev",
1259
- "badaso/core": "<2.7",
1260
- "bagisto/bagisto": "<2.1",
1261
- "barrelstrength/sprout-base-email": "<1.2.7",
1262
- "barrelstrength/sprout-forms": "<3.9",
1263
- "barryvdh/laravel-translation-manager": "<0.6.8",
1264
- "barzahlen/barzahlen-php": "<2.0.1",
1265
- "baserproject/basercms": "<=5.1.1",
1266
- "bassjobsen/bootstrap-3-typeahead": ">4.0.2",
1267
- "bbpress/bbpress": "<2.6.5",
1268
- "bcit-ci/codeigniter": "<3.1.3",
1269
- "bcosca/fatfree": "<3.7.2",
1270
- "bedita/bedita": "<4",
1271
- "bednee/cooluri": "<1.0.30",
1272
- "bigfork/silverstripe-form-capture": ">=3,<3.1.1",
1273
- "billz/raspap-webgui": "<3.3.6",
1274
- "bk2k/bootstrap-package": ">=7.1,<7.1.2|>=8,<8.0.8|>=9,<9.0.4|>=9.1,<9.1.3|>=10,<10.0.10|>=11,<11.0.3",
1275
- "blueimp/jquery-file-upload": "==6.4.4",
1276
- "bmarshall511/wordpress_zero_spam": "<5.2.13",
1277
- "bolt/bolt": "<3.7.2",
1278
- "bolt/core": "<=4.2",
1279
- "born05/craft-twofactorauthentication": "<3.3.4",
1280
- "bottelet/flarepoint": "<2.2.1",
1281
- "bref/bref": "<2.1.17",
1282
- "brightlocal/phpwhois": "<=4.2.5",
1283
- "brotkrueml/codehighlight": "<2.7",
1284
- "brotkrueml/schema": "<1.13.1|>=2,<2.5.1",
1285
- "brotkrueml/typo3-matomo-integration": "<1.3.2",
1286
- "buddypress/buddypress": "<7.2.1",
1287
- "bugsnag/bugsnag-laravel": ">=2,<2.0.2",
1288
- "bvbmedia/multishop": "<2.0.39",
1289
- "bytefury/crater": "<6.0.2",
1290
- "cachethq/cachet": "<2.5.1",
1291
- "cakephp/cakephp": "<3.10.3|>=4,<4.0.10|>=4.1,<4.1.4|>=4.2,<4.2.12|>=4.3,<4.3.11|>=4.4,<4.4.10",
1292
- "cakephp/database": ">=4.2,<4.2.12|>=4.3,<4.3.11|>=4.4,<4.4.10",
1293
- "cardgate/magento2": "<2.0.33",
1294
- "cardgate/woocommerce": "<=3.1.15",
1295
- "cart2quote/module-quotation": ">=4.1.6,<=4.4.5|>=5,<5.4.4",
1296
- "cart2quote/module-quotation-encoded": ">=4.1.6,<=4.4.5|>=5,<5.4.4",
1297
- "cartalyst/sentry": "<=2.1.6",
1298
- "catfan/medoo": "<1.7.5",
1299
- "causal/oidc": "<4",
1300
- "cecil/cecil": "<7.47.1",
1301
- "centreon/centreon": "<22.10.15",
1302
- "cesnet/simplesamlphp-module-proxystatistics": "<3.1",
1303
- "chriskacerguis/codeigniter-restserver": "<=2.7.1",
1304
- "chrome-php/chrome": "<1.14",
1305
- "civicrm/civicrm-core": ">=4.2,<4.2.9|>=4.3,<4.3.3",
1306
- "ckeditor/ckeditor": "<4.25",
1307
- "clickstorm/cs-seo": ">=6,<6.8|>=7,<7.5|>=8,<8.4|>=9,<9.3",
1308
- "co-stack/fal_sftp": "<0.2.6",
1309
- "cockpit-hq/cockpit": "<2.11.4",
1310
- "codeception/codeception": "<3.1.3|>=4,<4.1.22",
1311
- "codeigniter/framework": "<3.1.10",
1312
- "codeigniter4/framework": "<4.5.8",
1313
- "codeigniter4/shield": "<1.0.0.0-beta8",
1314
- "codiad/codiad": "<=2.8.4",
1315
- "codingms/additional-tca": ">=1.7,<1.15.17|>=1.16,<1.16.9",
1316
- "commerceteam/commerce": ">=0.9.6,<0.9.9",
1317
- "components/jquery": ">=1.0.3,<3.5",
1318
- "composer/composer": "<1.10.27|>=2,<2.2.24|>=2.3,<2.7.7",
1319
- "concrete5/concrete5": "<9.4.0.0-RC2-dev",
1320
- "concrete5/core": "<8.5.8|>=9,<9.1",
1321
- "contao-components/mediaelement": ">=2.14.2,<2.21.1",
1322
- "contao/comments-bundle": ">=2,<4.13.40|>=5.0.0.0-RC1-dev,<5.3.4",
1323
- "contao/contao": ">=3,<3.5.37|>=4,<4.4.56|>=4.5,<4.9.40|>=4.10,<4.11.7|>=4.13,<4.13.21|>=5.1,<5.1.4",
1324
- "contao/core": "<3.5.39",
1325
- "contao/core-bundle": "<4.13.54|>=5,<5.3.30|>=5.4,<5.5.6",
1326
- "contao/listing-bundle": ">=3,<=3.5.30|>=4,<4.4.8",
1327
- "contao/managed-edition": "<=1.5",
1328
- "corveda/phpsandbox": "<1.3.5",
1329
- "cosenary/instagram": "<=2.3",
1330
- "couleurcitron/tarteaucitron-wp": "<0.3",
1331
- "craftcms/cms": "<4.15.3|>=5,<5.7.5",
1332
- "croogo/croogo": "<4",
1333
- "cuyz/valinor": "<0.12",
1334
- "czim/file-handling": "<1.5|>=2,<2.3",
1335
- "czproject/git-php": "<4.0.3",
1336
- "damienharper/auditor-bundle": "<5.2.6",
1337
- "dapphp/securimage": "<3.6.6",
1338
- "darylldoyle/safe-svg": "<1.9.10",
1339
- "datadog/dd-trace": ">=0.30,<0.30.2",
1340
- "datatables/datatables": "<1.10.10",
1341
- "david-garcia/phpwhois": "<=4.3.1",
1342
- "dbrisinajumi/d2files": "<1",
1343
- "dcat/laravel-admin": "<=2.1.3|==2.2.0.0-beta|==2.2.2.0-beta",
1344
- "derhansen/fe_change_pwd": "<2.0.5|>=3,<3.0.3",
1345
- "derhansen/sf_event_mgt": "<4.3.1|>=5,<5.1.1|>=7,<7.4",
1346
- "desperado/xml-bundle": "<=0.1.7",
1347
- "dev-lancer/minecraft-motd-parser": "<=1.0.5",
1348
- "devgroup/dotplant": "<2020.09.14-dev",
1349
- "digimix/wp-svg-upload": "<=1",
1350
- "directmailteam/direct-mail": "<6.0.3|>=7,<7.0.3|>=8,<9.5.2",
1351
- "dl/yag": "<3.0.1",
1352
- "dmk/webkitpdf": "<1.1.4",
1353
- "dnadesign/silverstripe-elemental": "<5.3.12",
1354
- "doctrine/annotations": "<1.2.7",
1355
- "doctrine/cache": ">=1,<1.3.2|>=1.4,<1.4.2",
1356
- "doctrine/common": "<2.4.3|>=2.5,<2.5.1",
1357
- "doctrine/dbal": ">=2,<2.0.8|>=2.1,<2.1.2|>=3,<3.1.4",
1358
- "doctrine/doctrine-bundle": "<1.5.2",
1359
- "doctrine/doctrine-module": "<0.7.2",
1360
- "doctrine/mongodb-odm": "<1.0.2",
1361
- "doctrine/mongodb-odm-bundle": "<3.0.1",
1362
- "doctrine/orm": ">=1,<1.2.4|>=2,<2.4.8|>=2.5,<2.5.1|>=2.8.3,<2.8.4",
1363
- "dolibarr/dolibarr": "<19.0.2|==21.0.0.0-beta",
1364
- "dompdf/dompdf": "<2.0.4",
1365
- "doublethreedigital/guest-entries": "<3.1.2",
1366
- "drupal/admin_audit_trail": "<1.0.5",
1367
- "drupal/ai": "<1.0.5",
1368
- "drupal/alogin": "<2.0.6",
1369
- "drupal/cache_utility": "<1.2.1",
1370
- "drupal/commerce_alphabank_redirect": "<1.0.3",
1371
- "drupal/commerce_eurobank_redirect": "<2.1.1",
1372
- "drupal/config_split": "<1.10|>=2,<2.0.2",
1373
- "drupal/core": ">=6,<6.38|>=7,<7.102|>=8,<10.3.14|>=10.4,<10.4.5|>=11,<11.0.13|>=11.1,<11.1.5",
1374
- "drupal/core-recommended": ">=7,<7.102|>=8,<10.2.11|>=10.3,<10.3.9|>=11,<11.0.8",
1375
- "drupal/drupal": ">=5,<5.11|>=6,<6.38|>=7,<7.102|>=8,<10.2.11|>=10.3,<10.3.9|>=11,<11.0.8",
1376
- "drupal/formatter_suite": "<2.1",
1377
- "drupal/gdpr": "<3.0.1|>=3.1,<3.1.2",
1378
- "drupal/google_tag": "<1.8|>=2,<2.0.8",
1379
- "drupal/ignition": "<1.0.4",
1380
- "drupal/lightgallery": "<1.6",
1381
- "drupal/link_field_display_mode_formatter": "<1.6",
1382
- "drupal/matomo": "<1.24",
1383
- "drupal/oauth2_client": "<4.1.3",
1384
- "drupal/oauth2_server": "<2.1",
1385
- "drupal/obfuscate": "<2.0.1",
1386
- "drupal/quick_node_block": "<2",
1387
- "drupal/rapidoc_elements_field_formatter": "<1.0.1",
1388
- "drupal/spamspan": "<3.2.1",
1389
- "drupal/tfa": "<1.10",
1390
- "duncanmcclean/guest-entries": "<3.1.2",
1391
- "dweeves/magmi": "<=0.7.24",
1392
- "ec-cube/ec-cube": "<2.4.4|>=2.11,<=2.17.1|>=3,<=3.0.18.0-patch4|>=4,<=4.1.2",
1393
- "ecodev/newsletter": "<=4",
1394
- "ectouch/ectouch": "<=2.7.2",
1395
- "egroupware/egroupware": "<23.1.20240624",
1396
- "elefant/cms": "<2.0.7",
1397
- "elgg/elgg": "<3.3.24|>=4,<4.0.5",
1398
- "elijaa/phpmemcacheadmin": "<=1.3",
1399
- "elmsln/haxcms": "<11",
1400
- "encore/laravel-admin": "<=1.8.19",
1401
- "endroid/qr-code-bundle": "<3.4.2",
1402
- "enhavo/enhavo-app": "<=0.13.1",
1403
- "enshrined/svg-sanitize": "<0.15",
1404
- "erusev/parsedown": "<1.7.2",
1405
- "ether/logs": "<3.0.4",
1406
- "evolutioncms/evolution": "<=3.2.3",
1407
- "exceedone/exment": "<4.4.3|>=5,<5.0.3",
1408
- "exceedone/laravel-admin": "<2.2.3|==3",
1409
- "ezsystems/demobundle": ">=5.4,<5.4.6.1-dev",
1410
- "ezsystems/ez-support-tools": ">=2.2,<2.2.3",
1411
- "ezsystems/ezdemo-ls-extension": ">=5.4,<5.4.2.1-dev",
1412
- "ezsystems/ezfind-ls": ">=5.3,<5.3.6.1-dev|>=5.4,<5.4.11.1-dev|>=2017.12,<2017.12.0.1-dev",
1413
- "ezsystems/ezplatform": "<=1.13.6|>=2,<=2.5.24",
1414
- "ezsystems/ezplatform-admin-ui": ">=1.3,<1.3.5|>=1.4,<1.4.6|>=1.5,<1.5.29|>=2.3,<2.3.38|>=3.3,<3.3.39",
1415
- "ezsystems/ezplatform-admin-ui-assets": ">=4,<4.2.1|>=5,<5.0.1|>=5.1,<5.1.1|>=5.3.0.0-beta1,<5.3.5",
1416
- "ezsystems/ezplatform-graphql": ">=1.0.0.0-RC1-dev,<1.0.13|>=2.0.0.0-beta1,<2.3.12",
1417
- "ezsystems/ezplatform-http-cache": "<2.3.16",
1418
- "ezsystems/ezplatform-kernel": "<1.2.5.1-dev|>=1.3,<1.3.35",
1419
- "ezsystems/ezplatform-rest": ">=1.2,<=1.2.2|>=1.3,<1.3.8",
1420
- "ezsystems/ezplatform-richtext": ">=2.3,<2.3.26|>=3.3,<3.3.40",
1421
- "ezsystems/ezplatform-solr-search-engine": ">=1.7,<1.7.12|>=2,<2.0.2|>=3.3,<3.3.15",
1422
- "ezsystems/ezplatform-user": ">=1,<1.0.1",
1423
- "ezsystems/ezpublish-kernel": "<6.13.8.2-dev|>=7,<7.5.31",
1424
- "ezsystems/ezpublish-legacy": "<=2017.12.7.3|>=2018.6,<=2019.03.5.1",
1425
- "ezsystems/platform-ui-assets-bundle": ">=4.2,<4.2.3",
1426
- "ezsystems/repository-forms": ">=2.3,<2.3.2.1-dev|>=2.5,<2.5.15",
1427
- "ezyang/htmlpurifier": "<=4.2",
1428
- "facade/ignition": "<1.16.15|>=2,<2.4.2|>=2.5,<2.5.2",
1429
- "facturascripts/facturascripts": "<=2022.08",
1430
- "fastly/magento2": "<1.2.26",
1431
- "feehi/cms": "<=2.1.1",
1432
- "feehi/feehicms": "<=2.1.1",
1433
- "fenom/fenom": "<=2.12.1",
1434
- "filament/actions": ">=3.2,<3.2.123",
1435
- "filament/infolists": ">=3,<3.2.115",
1436
- "filament/tables": ">=3,<3.2.115",
1437
- "filegator/filegator": "<7.8",
1438
- "filp/whoops": "<2.1.13",
1439
- "fineuploader/php-traditional-server": "<=1.2.2",
1440
- "firebase/php-jwt": "<6",
1441
- "fisharebest/webtrees": "<=2.1.18",
1442
- "fixpunkt/fp-masterquiz": "<2.2.1|>=3,<3.5.2",
1443
- "fixpunkt/fp-newsletter": "<1.1.1|>=1.2,<2.1.2|>=2.2,<3.2.6",
1444
- "flarum/core": "<1.8.10",
1445
- "flarum/flarum": "<0.1.0.0-beta8",
1446
- "flarum/framework": "<1.8.10",
1447
- "flarum/mentions": "<1.6.3",
1448
- "flarum/sticky": ">=0.1.0.0-beta14,<=0.1.0.0-beta15",
1449
- "flarum/tags": "<=0.1.0.0-beta13",
1450
- "floriangaerber/magnesium": "<0.3.1",
1451
- "fluidtypo3/vhs": "<5.1.1",
1452
- "fof/byobu": ">=0.3.0.0-beta2,<1.1.7",
1453
- "fof/upload": "<1.2.3",
1454
- "foodcoopshop/foodcoopshop": ">=3.2,<3.6.1",
1455
- "fooman/tcpdf": "<6.2.22",
1456
- "forkcms/forkcms": "<5.11.1",
1457
- "fossar/tcpdf-parser": "<6.2.22",
1458
- "francoisjacquet/rosariosis": "<=11.5.1",
1459
- "frappant/frp-form-answers": "<3.1.2|>=4,<4.0.2",
1460
- "friendsofsymfony/oauth2-php": "<1.3",
1461
- "friendsofsymfony/rest-bundle": ">=1.2,<1.2.2",
1462
- "friendsofsymfony/user-bundle": ">=1,<1.3.5",
1463
- "friendsofsymfony1/swiftmailer": ">=4,<5.4.13|>=6,<6.2.5",
1464
- "friendsofsymfony1/symfony1": ">=1.1,<1.5.19",
1465
- "friendsoftypo3/mediace": ">=7.6.2,<7.6.5",
1466
- "friendsoftypo3/openid": ">=4.5,<4.5.31|>=4.7,<4.7.16|>=6,<6.0.11|>=6.1,<6.1.6",
1467
- "froala/wysiwyg-editor": "<=4.3",
1468
- "froxlor/froxlor": "<=2.2.5",
1469
- "frozennode/administrator": "<=5.0.12",
1470
- "fuel/core": "<1.8.1",
1471
- "funadmin/funadmin": "<=5.0.2",
1472
- "gaoming13/wechat-php-sdk": "<=1.10.2",
1473
- "genix/cms": "<=1.1.11",
1474
- "georgringer/news": "<1.3.3",
1475
- "geshi/geshi": "<=1.0.9.1",
1476
- "getformwork/formwork": "<1.13.1|>=2.0.0.0-beta1,<2.0.0.0-beta4",
1477
- "getgrav/grav": "<1.7.46",
1478
- "getkirby/cms": "<3.9.8.3-dev|>=3.10,<3.10.1.2-dev|>=4,<4.7.1",
1479
- "getkirby/kirby": "<3.9.8.3-dev|>=3.10,<3.10.1.2-dev|>=4,<4.7.1",
1480
- "getkirby/panel": "<2.5.14",
1481
- "getkirby/starterkit": "<=3.7.0.2",
1482
- "gilacms/gila": "<=1.15.4",
1483
- "gleez/cms": "<=1.3|==2",
1484
- "globalpayments/php-sdk": "<2",
1485
- "goalgorilla/open_social": "<12.3.11|>=12.4,<12.4.10|>=13.0.0.0-alpha1,<13.0.0.0-alpha11",
1486
- "gogentooss/samlbase": "<1.2.7",
1487
- "google/protobuf": "<3.15",
1488
- "gos/web-socket-bundle": "<1.10.4|>=2,<2.6.1|>=3,<3.3",
1489
- "gree/jose": "<2.2.1",
1490
- "gregwar/rst": "<1.0.3",
1491
- "grumpydictator/firefly-iii": "<6.1.17",
1492
- "gugoan/economizzer": "<=0.9.0.0-beta1",
1493
- "guzzlehttp/guzzle": "<6.5.8|>=7,<7.4.5",
1494
- "guzzlehttp/oauth-subscriber": "<0.8.1",
1495
- "guzzlehttp/psr7": "<1.9.1|>=2,<2.4.5",
1496
- "haffner/jh_captcha": "<=2.1.3|>=3,<=3.0.2",
1497
- "handcraftedinthealps/goodby-csv": "<1.4.3",
1498
- "harvesthq/chosen": "<1.8.7",
1499
- "helloxz/imgurl": "<=2.31",
1500
- "hhxsv5/laravel-s": "<3.7.36",
1501
- "hillelcoren/invoice-ninja": "<5.3.35",
1502
- "himiklab/yii2-jqgrid-widget": "<1.0.8",
1503
- "hjue/justwriting": "<=1",
1504
- "hov/jobfair": "<1.0.13|>=2,<2.0.2",
1505
- "httpsoft/http-message": "<1.0.12",
1506
- "hyn/multi-tenant": ">=5.6,<5.7.2",
1507
- "ibexa/admin-ui": ">=4.2,<4.2.3|>=4.6,<4.6.21",
1508
- "ibexa/admin-ui-assets": ">=4.6.0.0-alpha1,<4.6.21",
1509
- "ibexa/core": ">=4,<4.0.7|>=4.1,<4.1.4|>=4.2,<4.2.3|>=4.5,<4.5.6|>=4.6,<4.6.2",
1510
- "ibexa/fieldtype-richtext": ">=4.6,<4.6.21",
1511
- "ibexa/graphql": ">=2.5,<2.5.31|>=3.3,<3.3.28|>=4.2,<4.2.3",
1512
- "ibexa/http-cache": ">=4.6,<4.6.14",
1513
- "ibexa/post-install": "<1.0.16|>=4.6,<4.6.14",
1514
- "ibexa/solr": ">=4.5,<4.5.4",
1515
- "ibexa/user": ">=4,<4.4.3",
1516
- "icecoder/icecoder": "<=8.1",
1517
- "idno/known": "<=1.3.1",
1518
- "ilicmiljan/secure-props": ">=1.2,<1.2.2",
1519
- "illuminate/auth": "<5.5.10",
1520
- "illuminate/cookie": ">=4,<=4.0.11|>=4.1,<6.18.31|>=7,<7.22.4",
1521
- "illuminate/database": "<6.20.26|>=7,<7.30.5|>=8,<8.40",
1522
- "illuminate/encryption": ">=4,<=4.0.11|>=4.1,<=4.1.31|>=4.2,<=4.2.22|>=5,<=5.0.35|>=5.1,<=5.1.46|>=5.2,<=5.2.45|>=5.3,<=5.3.31|>=5.4,<=5.4.36|>=5.5,<5.5.40|>=5.6,<5.6.15",
1523
- "illuminate/view": "<6.20.42|>=7,<7.30.6|>=8,<8.75",
1524
- "imdbphp/imdbphp": "<=5.1.1",
1525
- "impresscms/impresscms": "<=1.4.5",
1526
- "impresspages/impresspages": "<1.0.13",
1527
- "in2code/femanager": "<5.5.5|>=6,<6.4.1|>=7,<7.4.2|>=8,<8.2.2",
1528
- "in2code/ipandlanguageredirect": "<5.1.2",
1529
- "in2code/lux": "<17.6.1|>=18,<24.0.2",
1530
- "in2code/powermail": "<7.5.1|>=8,<8.5.1|>=9,<10.9.1|>=11,<12.4.1",
1531
- "innologi/typo3-appointments": "<2.0.6",
1532
- "intelliants/subrion": "<4.2.2",
1533
- "inter-mediator/inter-mediator": "==5.5",
1534
- "ipl/web": "<0.10.1",
1535
- "islandora/crayfish": "<4.1",
1536
- "islandora/islandora": ">=2,<2.4.1",
1537
- "ivankristianto/phpwhois": "<=4.3",
1538
- "jackalope/jackalope-doctrine-dbal": "<1.7.4",
1539
- "jambagecom/div2007": "<0.10.2",
1540
- "james-heinrich/getid3": "<1.9.21",
1541
- "james-heinrich/phpthumb": "<1.7.12",
1542
- "jasig/phpcas": "<1.3.3",
1543
- "jbartels/wec-map": "<3.0.3",
1544
- "jcbrand/converse.js": "<3.3.3",
1545
- "joelbutcher/socialstream": "<5.6|>=6,<6.2",
1546
- "johnbillion/wp-crontrol": "<1.16.2",
1547
- "joomla/application": "<1.0.13",
1548
- "joomla/archive": "<1.1.12|>=2,<2.0.1",
1549
- "joomla/database": ">=1,<2.2|>=3,<3.4",
1550
- "joomla/filesystem": "<1.6.2|>=2,<2.0.1",
1551
- "joomla/filter": "<1.4.4|>=2,<2.0.1",
1552
- "joomla/framework": "<1.5.7|>=2.5.4,<=3.8.12",
1553
- "joomla/input": ">=2,<2.0.2",
1554
- "joomla/joomla-cms": "<3.9.12|>=4,<4.4.13|>=5,<5.2.6",
1555
- "joomla/joomla-platform": "<1.5.4",
1556
- "joomla/session": "<1.3.1",
1557
- "joyqi/hyper-down": "<=2.4.27",
1558
- "jsdecena/laracom": "<2.0.9",
1559
- "jsmitty12/phpwhois": "<5.1",
1560
- "juzaweb/cms": "<=3.4.2",
1561
- "jweiland/events2": "<8.3.8|>=9,<9.0.6",
1562
- "jweiland/kk-downloader": "<1.2.2",
1563
- "kazist/phpwhois": "<=4.2.6",
1564
- "kelvinmo/simplexrd": "<3.1.1",
1565
- "kevinpapst/kimai2": "<1.16.7",
1566
- "khodakhah/nodcms": "<=3",
1567
- "kimai/kimai": "<=2.20.1",
1568
- "kitodo/presentation": "<3.2.3|>=3.3,<3.3.4",
1569
- "klaviyo/magento2-extension": ">=1,<3",
1570
- "knplabs/knp-snappy": "<=1.4.2",
1571
- "kohana/core": "<3.3.3",
1572
- "koillection/koillection": "<1.6.12",
1573
- "krayin/laravel-crm": "<=1.3",
1574
- "kreait/firebase-php": ">=3.2,<3.8.1",
1575
- "kumbiaphp/kumbiapp": "<=1.1.1",
1576
- "la-haute-societe/tcpdf": "<6.2.22",
1577
- "laminas/laminas-diactoros": "<2.18.1|==2.19|==2.20|==2.21|==2.22|==2.23|>=2.24,<2.24.2|>=2.25,<2.25.2",
1578
- "laminas/laminas-form": "<2.17.1|>=3,<3.0.2|>=3.1,<3.1.1",
1579
- "laminas/laminas-http": "<2.14.2",
1580
- "lara-zeus/artemis": ">=1,<=1.0.6",
1581
- "lara-zeus/dynamic-dashboard": ">=3,<=3.0.1",
1582
- "laravel/fortify": "<1.11.1",
1583
- "laravel/framework": "<10.48.29|>=11,<11.44.1|>=12,<12.1.1",
1584
- "laravel/laravel": ">=5.4,<5.4.22",
1585
- "laravel/pulse": "<1.3.1",
1586
- "laravel/reverb": "<1.4",
1587
- "laravel/socialite": ">=1,<2.0.10",
1588
- "latte/latte": "<2.10.8",
1589
- "lavalite/cms": "<=9|==10.1",
1590
- "lcobucci/jwt": ">=3.4,<3.4.6|>=4,<4.0.4|>=4.1,<4.1.5",
1591
- "league/commonmark": "<2.7",
1592
- "league/flysystem": "<1.1.4|>=2,<2.1.1",
1593
- "league/oauth2-server": ">=8.3.2,<8.4.2|>=8.5,<8.5.3",
1594
- "leantime/leantime": "<3.3",
1595
- "lexik/jwt-authentication-bundle": "<2.10.7|>=2.11,<2.11.3",
1596
- "libreform/libreform": ">=2,<=2.0.8",
1597
- "librenms/librenms": "<2017.08.18",
1598
- "liftkit/database": "<2.13.2",
1599
- "lightsaml/lightsaml": "<1.3.5",
1600
- "limesurvey/limesurvey": "<6.5.12",
1601
- "livehelperchat/livehelperchat": "<=3.91",
1602
- "livewire/livewire": "<2.12.7|>=3.0.0.0-beta1,<3.5.2",
1603
- "livewire/volt": "<1.7",
1604
- "lms/routes": "<2.1.1",
1605
- "localizationteam/l10nmgr": "<7.4|>=8,<8.7|>=9,<9.2",
1606
- "lomkit/laravel-rest-api": "<2.13",
1607
- "luracast/restler": "<3.1",
1608
- "luyadev/yii-helpers": "<1.2.1",
1609
- "macropay-solutions/laravel-crud-wizard-free": "<3.4.17",
1610
- "maestroerror/php-heic-to-jpg": "<1.0.5",
1611
- "magento/community-edition": "<2.4.5.0-patch13|==2.4.6|>=2.4.6.0-patch1,<2.4.6.0-patch11|>=2.4.7.0-beta1,<2.4.7.0-patch6|>=2.4.8.0-beta1,<2.4.8.0-patch1",
1612
- "magento/core": "<=1.9.4.5",
1613
- "magento/magento1ce": "<1.9.4.3-dev",
1614
- "magento/magento1ee": ">=1,<1.14.4.3-dev",
1615
- "magento/product-community-edition": "<2.4.4.0-patch9|>=2.4.5,<2.4.5.0-patch8|>=2.4.6,<2.4.6.0-patch6|>=2.4.7,<2.4.7.0-patch1",
1616
- "magento/project-community-edition": "<=2.0.2",
1617
- "magneto/core": "<1.9.4.4-dev",
1618
- "maikuolan/phpmussel": ">=1,<1.6",
1619
- "mainwp/mainwp": "<=4.4.3.3",
1620
- "mantisbt/mantisbt": "<=2.26.3",
1621
- "marcwillmann/turn": "<0.3.3",
1622
- "matomo/matomo": "<1.11",
1623
- "matyhtf/framework": "<3.0.6",
1624
- "mautic/core": "<5.2.6|>=6.0.0.0-alpha,<6.0.2",
1625
- "mautic/core-lib": ">=1.0.0.0-beta,<4.4.13|>=5.0.0.0-alpha,<5.1.1",
1626
- "maximebf/debugbar": "<1.19",
1627
- "mdanter/ecc": "<2",
1628
- "mediawiki/abuse-filter": "<1.39.9|>=1.40,<1.41.3|>=1.42,<1.42.2",
1629
- "mediawiki/cargo": "<3.6.1",
1630
- "mediawiki/core": "<1.39.5|==1.40",
1631
- "mediawiki/data-transfer": ">=1.39,<1.39.11|>=1.41,<1.41.3|>=1.42,<1.42.2",
1632
- "mediawiki/matomo": "<2.4.3",
1633
- "mediawiki/semantic-media-wiki": "<4.0.2",
1634
- "mehrwert/phpmyadmin": "<3.2",
1635
- "melisplatform/melis-asset-manager": "<5.0.1",
1636
- "melisplatform/melis-cms": "<5.0.1",
1637
- "melisplatform/melis-front": "<5.0.1",
1638
- "mezzio/mezzio-swoole": "<3.7|>=4,<4.3",
1639
- "mgallegos/laravel-jqgrid": "<=1.3",
1640
- "microsoft/microsoft-graph": ">=1.16,<1.109.1|>=2,<2.0.1",
1641
- "microsoft/microsoft-graph-beta": "<2.0.1",
1642
- "microsoft/microsoft-graph-core": "<2.0.2",
1643
- "microweber/microweber": "<=2.0.16",
1644
- "mikehaertl/php-shellcommand": "<1.6.1",
1645
- "miniorange/miniorange-saml": "<1.4.3",
1646
- "mittwald/typo3_forum": "<1.2.1",
1647
- "mobiledetect/mobiledetectlib": "<2.8.32",
1648
- "modx/revolution": "<=3.1",
1649
- "mojo42/jirafeau": "<4.4",
1650
- "mongodb/mongodb": ">=1,<1.9.2",
1651
- "monolog/monolog": ">=1.8,<1.12",
1652
- "moodle/moodle": "<4.3.12|>=4.4,<4.4.8|>=4.5.0.0-beta,<4.5.4",
1653
- "mos/cimage": "<0.7.19",
1654
- "movim/moxl": ">=0.8,<=0.10",
1655
- "movingbytes/social-network": "<=1.2.1",
1656
- "mpdf/mpdf": "<=7.1.7",
1657
- "munkireport/comment": "<4.1",
1658
- "munkireport/managedinstalls": "<2.6",
1659
- "munkireport/munki_facts": "<1.5",
1660
- "munkireport/munkireport": ">=2.5.3,<5.6.3",
1661
- "munkireport/reportdata": "<3.5",
1662
- "munkireport/softwareupdate": "<1.6",
1663
- "mustache/mustache": ">=2,<2.14.1",
1664
- "mwdelaney/wp-enable-svg": "<=0.2",
1665
- "namshi/jose": "<2.2",
1666
- "nasirkhan/laravel-starter": "<11.11",
1667
- "nategood/httpful": "<1",
1668
- "neoan3-apps/template": "<1.1.1",
1669
- "neorazorx/facturascripts": "<2022.04",
1670
- "neos/flow": ">=1,<1.0.4|>=1.1,<1.1.1|>=2,<2.0.1|>=2.3,<2.3.16|>=3,<3.0.12|>=3.1,<3.1.10|>=3.2,<3.2.13|>=3.3,<3.3.13|>=4,<4.0.6",
1671
- "neos/form": ">=1.2,<4.3.3|>=5,<5.0.9|>=5.1,<5.1.3",
1672
- "neos/media-browser": "<7.3.19|>=8,<8.0.16|>=8.1,<8.1.11|>=8.2,<8.2.11|>=8.3,<8.3.9",
1673
- "neos/neos": ">=1.1,<1.1.3|>=1.2,<1.2.13|>=2,<2.0.4|>=2.3,<3.0.20|>=3.1,<3.1.18|>=3.2,<3.2.14|>=3.3,<5.3.10|>=7,<7.0.9|>=7.1,<7.1.7|>=7.2,<7.2.6|>=7.3,<7.3.4|>=8,<8.0.2",
1674
- "neos/swiftmailer": "<5.4.5",
1675
- "nesbot/carbon": "<2.72.6|>=3,<3.8.4",
1676
- "netcarver/textile": "<=4.1.2",
1677
- "netgen/tagsbundle": ">=3.4,<3.4.11|>=4,<4.0.15",
1678
- "nette/application": ">=2,<2.0.19|>=2.1,<2.1.13|>=2.2,<2.2.10|>=2.3,<2.3.14|>=2.4,<2.4.16|>=3,<3.0.6",
1679
- "nette/nette": ">=2,<2.0.19|>=2.1,<2.1.13",
1680
- "nilsteampassnet/teampass": "<3.1.3.1-dev",
1681
- "nitsan/ns-backup": "<13.0.1",
1682
- "nonfiction/nterchange": "<4.1.1",
1683
- "notrinos/notrinos-erp": "<=0.7",
1684
- "noumo/easyii": "<=0.9",
1685
- "novaksolutions/infusionsoft-php-sdk": "<1",
1686
- "nukeviet/nukeviet": "<4.5.02",
1687
- "nyholm/psr7": "<1.6.1",
1688
- "nystudio107/craft-seomatic": "<3.4.12",
1689
- "nzedb/nzedb": "<0.8",
1690
- "nzo/url-encryptor-bundle": ">=4,<4.3.2|>=5,<5.0.1",
1691
- "october/backend": "<1.1.2",
1692
- "october/cms": "<1.0.469|==1.0.469|==1.0.471|==1.1.1",
1693
- "october/october": "<3.7.5",
1694
- "october/rain": "<1.0.472|>=1.1,<1.1.2",
1695
- "october/system": "<3.7.5",
1696
- "oliverklee/phpunit": "<3.5.15",
1697
- "omeka/omeka-s": "<4.0.3",
1698
- "onelogin/php-saml": "<2.10.4",
1699
- "oneup/uploader-bundle": ">=1,<1.9.3|>=2,<2.1.5",
1700
- "open-web-analytics/open-web-analytics": "<1.7.4",
1701
- "opencart/opencart": ">=0",
1702
- "openid/php-openid": "<2.3",
1703
- "openmage/magento-lts": "<20.12.3",
1704
- "opensolutions/vimbadmin": "<=3.0.15",
1705
- "opensource-workshop/connect-cms": "<1.8.7|>=2,<2.4.7",
1706
- "orchid/platform": ">=8,<14.43",
1707
- "oro/calendar-bundle": ">=4.2,<=4.2.6|>=5,<=5.0.6|>=5.1,<5.1.1",
1708
- "oro/commerce": ">=4.1,<5.0.11|>=5.1,<5.1.1",
1709
- "oro/crm": ">=1.7,<1.7.4|>=3.1,<4.1.17|>=4.2,<4.2.7",
1710
- "oro/crm-call-bundle": ">=4.2,<=4.2.5|>=5,<5.0.4|>=5.1,<5.1.1",
1711
- "oro/customer-portal": ">=4.1,<=4.1.13|>=4.2,<=4.2.10|>=5,<=5.0.11|>=5.1,<=5.1.3",
1712
- "oro/platform": ">=1.7,<1.7.4|>=3.1,<3.1.29|>=4.1,<4.1.17|>=4.2,<=4.2.10|>=5,<=5.0.12|>=5.1,<=5.1.3",
1713
- "oveleon/contao-cookiebar": "<1.16.3|>=2,<2.1.3",
1714
- "oxid-esales/oxideshop-ce": "<=7.0.5",
1715
- "oxid-esales/paymorrow-module": ">=1,<1.0.2|>=2,<2.0.1",
1716
- "packbackbooks/lti-1-3-php-library": "<5",
1717
- "padraic/humbug_get_contents": "<1.1.2",
1718
- "pagarme/pagarme-php": "<3",
1719
- "pagekit/pagekit": "<=1.0.18",
1720
- "paragonie/ecc": "<2.0.1",
1721
- "paragonie/random_compat": "<2",
1722
- "passbolt/passbolt_api": "<4.6.2",
1723
- "paypal/adaptivepayments-sdk-php": "<=3.9.2",
1724
- "paypal/invoice-sdk-php": "<=3.9",
1725
- "paypal/merchant-sdk-php": "<3.12",
1726
- "paypal/permissions-sdk-php": "<=3.9.1",
1727
- "pear/archive_tar": "<1.4.14",
1728
- "pear/auth": "<1.2.4",
1729
- "pear/crypt_gpg": "<1.6.7",
1730
- "pear/http_request2": "<2.7",
1731
- "pear/pear": "<=1.10.1",
1732
- "pegasus/google-for-jobs": "<1.5.1|>=2,<2.1.1",
1733
- "personnummer/personnummer": "<3.0.2",
1734
- "phanan/koel": "<5.1.4",
1735
- "phenx/php-svg-lib": "<0.5.2",
1736
- "php-censor/php-censor": "<2.0.13|>=2.1,<2.1.5",
1737
- "php-mod/curl": "<2.3.2",
1738
- "phpbb/phpbb": "<3.3.11",
1739
- "phpems/phpems": ">=6,<=6.1.3",
1740
- "phpfastcache/phpfastcache": "<6.1.5|>=7,<7.1.2|>=8,<8.0.7",
1741
- "phpmailer/phpmailer": "<6.5",
1742
- "phpmussel/phpmussel": ">=1,<1.6",
1743
- "phpmyadmin/phpmyadmin": "<5.2.2",
1744
- "phpmyfaq/phpmyfaq": "<3.2.5|==3.2.5|>=3.2.10,<=4.0.1",
1745
- "phpoffice/common": "<0.2.9",
1746
- "phpoffice/math": "<=0.2",
1747
- "phpoffice/phpexcel": "<=1.8.2",
1748
- "phpoffice/phpspreadsheet": "<1.29.9|>=2,<2.1.8|>=2.2,<2.3.7|>=3,<3.9",
1749
- "phpseclib/phpseclib": "<2.0.47|>=3,<3.0.36",
1750
- "phpservermon/phpservermon": "<3.6",
1751
- "phpsysinfo/phpsysinfo": "<3.4.3",
1752
- "phpunit/phpunit": ">=4.8.19,<4.8.28|>=5.0.10,<5.6.3",
1753
- "phpwhois/phpwhois": "<=4.2.5",
1754
- "phpxmlrpc/extras": "<0.6.1",
1755
- "phpxmlrpc/phpxmlrpc": "<4.9.2",
1756
- "pi/pi": "<=2.5",
1757
- "pimcore/admin-ui-classic-bundle": "<1.7.6",
1758
- "pimcore/customer-management-framework-bundle": "<4.2.1",
1759
- "pimcore/data-hub": "<1.2.4",
1760
- "pimcore/data-importer": "<1.8.9|>=1.9,<1.9.3",
1761
- "pimcore/demo": "<10.3",
1762
- "pimcore/ecommerce-framework-bundle": "<1.0.10",
1763
- "pimcore/perspective-editor": "<1.5.1",
1764
- "pimcore/pimcore": "<11.5.4",
1765
- "piwik/piwik": "<1.11",
1766
- "pixelfed/pixelfed": "<0.12.5",
1767
- "plotly/plotly.js": "<2.25.2",
1768
- "pocketmine/bedrock-protocol": "<8.0.2",
1769
- "pocketmine/pocketmine-mp": "<5.25.2",
1770
- "pocketmine/raklib": ">=0.14,<0.14.6|>=0.15,<0.15.1",
1771
- "pressbooks/pressbooks": "<5.18",
1772
- "prestashop/autoupgrade": ">=4,<4.10.1",
1773
- "prestashop/blockreassurance": "<=5.1.3",
1774
- "prestashop/blockwishlist": ">=2,<2.1.1",
1775
- "prestashop/contactform": ">=1.0.1,<4.3",
1776
- "prestashop/gamification": "<2.3.2",
1777
- "prestashop/prestashop": "<8.1.6",
1778
- "prestashop/productcomments": "<5.0.2",
1779
- "prestashop/ps_contactinfo": "<=3.3.2",
1780
- "prestashop/ps_emailsubscription": "<2.6.1",
1781
- "prestashop/ps_facetedsearch": "<3.4.1",
1782
- "prestashop/ps_linklist": "<3.1",
1783
- "privatebin/privatebin": "<1.4|>=1.5,<1.7.4",
1784
- "processwire/processwire": "<=3.0.229",
1785
- "propel/propel": ">=2.0.0.0-alpha1,<=2.0.0.0-alpha7",
1786
- "propel/propel1": ">=1,<=1.7.1",
1787
- "pterodactyl/panel": "<=1.11.10",
1788
- "ptheofan/yii2-statemachine": ">=2.0.0.0-RC1-dev,<=2",
1789
- "ptrofimov/beanstalk_console": "<1.7.14",
1790
- "pubnub/pubnub": "<6.1",
1791
- "punktde/pt_extbase": "<1.5.1",
1792
- "pusher/pusher-php-server": "<2.2.1",
1793
- "pwweb/laravel-core": "<=0.3.6.0-beta",
1794
- "pxlrbt/filament-excel": "<1.1.14|>=2.0.0.0-alpha,<2.3.3",
1795
- "pyrocms/pyrocms": "<=3.9.1",
1796
- "qcubed/qcubed": "<=3.1.1",
1797
- "quickapps/cms": "<=2.0.0.0-beta2",
1798
- "rainlab/blog-plugin": "<1.4.1",
1799
- "rainlab/debugbar-plugin": "<3.1",
1800
- "rainlab/user-plugin": "<=1.4.5",
1801
- "rankmath/seo-by-rank-math": "<=1.0.95",
1802
- "rap2hpoutre/laravel-log-viewer": "<0.13",
1803
- "react/http": ">=0.7,<1.9",
1804
- "really-simple-plugins/complianz-gdpr": "<6.4.2",
1805
- "redaxo/source": "<5.18.3",
1806
- "remdex/livehelperchat": "<4.29",
1807
- "renolit/reint-downloadmanager": "<4.0.2|>=5,<5.0.1",
1808
- "reportico-web/reportico": "<=8.1",
1809
- "rhukster/dom-sanitizer": "<1.0.7",
1810
- "rmccue/requests": ">=1.6,<1.8",
1811
- "robrichards/xmlseclibs": ">=1,<3.0.4",
1812
- "roots/soil": "<4.1",
1813
- "roundcube/roundcubemail": "<1.5.10|>=1.6,<1.6.11",
1814
- "rudloff/alltube": "<3.0.3",
1815
- "rudloff/rtmpdump-bin": "<=2.3.1",
1816
- "s-cart/core": "<6.9",
1817
- "s-cart/s-cart": "<6.9",
1818
- "sabberworm/php-css-parser": ">=1,<1.0.1|>=2,<2.0.1|>=3,<3.0.1|>=4,<4.0.1|>=5,<5.0.9|>=5.1,<5.1.3|>=5.2,<5.2.1|>=6,<6.0.2|>=7,<7.0.4|>=8,<8.0.1|>=8.1,<8.1.1|>=8.2,<8.2.1|>=8.3,<8.3.1",
1819
- "sabre/dav": ">=1.6,<1.7.11|>=1.8,<1.8.9",
1820
- "samwilson/unlinked-wikibase": "<1.42",
1821
- "scheb/two-factor-bundle": "<3.26|>=4,<4.11",
1822
- "sensiolabs/connect": "<4.2.3",
1823
- "serluck/phpwhois": "<=4.2.6",
1824
- "sfroemken/url_redirect": "<=1.2.1",
1825
- "sheng/yiicms": "<1.2.1",
1826
- "shopware/core": "<6.5.8.18-dev|>=6.6,<6.6.10.3-dev|>=6.7.0.0-RC1-dev,<6.7.0.0-RC2-dev",
1827
- "shopware/platform": "<6.5.8.18-dev|>=6.6,<6.6.10.3-dev|>=6.7.0.0-RC1-dev,<6.7.0.0-RC2-dev",
1828
- "shopware/production": "<=6.3.5.2",
1829
- "shopware/shopware": "<=5.7.17",
1830
- "shopware/storefront": "<=6.4.8.1|>=6.5.8,<6.5.8.7-dev",
1831
- "shopxo/shopxo": "<=6.4",
1832
- "showdoc/showdoc": "<2.10.4",
1833
- "shuchkin/simplexlsx": ">=1.0.12,<1.1.13",
1834
- "silverstripe-australia/advancedreports": ">=1,<=2",
1835
- "silverstripe/admin": "<1.13.19|>=2,<2.1.8",
1836
- "silverstripe/assets": ">=1,<1.11.1",
1837
- "silverstripe/cms": "<4.11.3",
1838
- "silverstripe/comments": ">=1.3,<3.1.1",
1839
- "silverstripe/forum": "<=0.6.1|>=0.7,<=0.7.3",
1840
- "silverstripe/framework": "<5.3.23",
1841
- "silverstripe/graphql": ">=2,<2.0.5|>=3,<3.8.2|>=4,<4.3.7|>=5,<5.1.3",
1842
- "silverstripe/hybridsessions": ">=1,<2.4.1|>=2.5,<2.5.1",
1843
- "silverstripe/recipe-cms": ">=4.5,<4.5.3",
1844
- "silverstripe/registry": ">=2.1,<2.1.2|>=2.2,<2.2.1",
1845
- "silverstripe/reports": "<5.2.3",
1846
- "silverstripe/restfulserver": ">=1,<1.0.9|>=2,<2.0.4|>=2.1,<2.1.2",
1847
- "silverstripe/silverstripe-omnipay": "<2.5.2|>=3,<3.0.2|>=3.1,<3.1.4|>=3.2,<3.2.1",
1848
- "silverstripe/subsites": ">=2,<2.6.1",
1849
- "silverstripe/taxonomy": ">=1.3,<1.3.1|>=2,<2.0.1",
1850
- "silverstripe/userforms": "<3|>=5,<5.4.2",
1851
- "silverstripe/versioned-admin": ">=1,<1.11.1",
1852
- "simple-updates/phpwhois": "<=1",
1853
- "simplesamlphp/saml2": "<=4.16.15|>=5.0.0.0-alpha1,<=5.0.0.0-alpha19",
1854
- "simplesamlphp/saml2-legacy": "<=4.16.15",
1855
- "simplesamlphp/simplesamlphp": "<1.18.6",
1856
- "simplesamlphp/simplesamlphp-module-infocard": "<1.0.1",
1857
- "simplesamlphp/simplesamlphp-module-openid": "<1",
1858
- "simplesamlphp/simplesamlphp-module-openidprovider": "<0.9",
1859
- "simplesamlphp/xml-common": "<1.20",
1860
- "simplesamlphp/xml-security": "==1.6.11",
1861
- "simplito/elliptic-php": "<1.0.6",
1862
- "sitegeist/fluid-components": "<3.5",
1863
- "sjbr/sr-feuser-register": "<2.6.2|>=5.1,<12.5",
1864
- "sjbr/sr-freecap": "<2.4.6|>=2.5,<2.5.3",
1865
- "sjbr/static-info-tables": "<2.3.1",
1866
- "slim/psr7": "<1.4.1|>=1.5,<1.5.1|>=1.6,<1.6.1",
1867
- "slim/slim": "<2.6",
1868
- "slub/slub-events": "<3.0.3",
1869
- "smarty/smarty": "<4.5.3|>=5,<5.1.1",
1870
- "snipe/snipe-it": "<8.1",
1871
- "socalnick/scn-social-auth": "<1.15.2",
1872
- "socialiteproviders/steam": "<1.1",
1873
- "spatie/browsershot": "<5.0.5",
1874
- "spatie/image-optimizer": "<1.7.3",
1875
- "spencer14420/sp-php-email-handler": "<1",
1876
- "spipu/html2pdf": "<5.2.8",
1877
- "spoon/library": "<1.4.1",
1878
- "spoonity/tcpdf": "<6.2.22",
1879
- "squizlabs/php_codesniffer": ">=1,<2.8.1|>=3,<3.0.1",
1880
- "ssddanbrown/bookstack": "<24.05.1",
1881
- "starcitizentools/citizen-skin": ">=1.9.4,<3.4",
1882
- "starcitizentools/short-description": ">=4,<4.0.1",
1883
- "starcitizentools/tabber-neue": ">=1.9.1,<2.7.2|>=3,<3.1.1",
1884
- "statamic/cms": "<=5.16",
1885
- "stormpath/sdk": "<9.9.99",
1886
- "studio-42/elfinder": "<=2.1.64",
1887
- "studiomitte/friendlycaptcha": "<0.1.4",
1888
- "subhh/libconnect": "<7.0.8|>=8,<8.1",
1889
- "sukohi/surpass": "<1",
1890
- "sulu/form-bundle": ">=2,<2.5.3",
1891
- "sulu/sulu": "<1.6.44|>=2,<2.5.25|>=2.6,<2.6.9|>=3.0.0.0-alpha1,<3.0.0.0-alpha3",
1892
- "sumocoders/framework-user-bundle": "<1.4",
1893
- "superbig/craft-audit": "<3.0.2",
1894
- "svewap/a21glossary": "<=0.4.10",
1895
- "swag/paypal": "<5.4.4",
1896
- "swiftmailer/swiftmailer": "<6.2.5",
1897
- "swiftyedit/swiftyedit": "<1.2",
1898
- "sylius/admin-bundle": ">=1,<1.0.17|>=1.1,<1.1.9|>=1.2,<1.2.2",
1899
- "sylius/grid": ">=1,<1.1.19|>=1.2,<1.2.18|>=1.3,<1.3.13|>=1.4,<1.4.5|>=1.5,<1.5.1",
1900
- "sylius/grid-bundle": "<1.10.1",
1901
- "sylius/paypal-plugin": "<1.6.2|>=1.7,<1.7.2|>=2,<2.0.2",
1902
- "sylius/resource-bundle": ">=1,<1.3.14|>=1.4,<1.4.7|>=1.5,<1.5.2|>=1.6,<1.6.4",
1903
- "sylius/sylius": "<1.12.19|>=1.13.0.0-alpha1,<1.13.4",
1904
- "symbiote/silverstripe-multivaluefield": ">=3,<3.1",
1905
- "symbiote/silverstripe-queuedjobs": ">=3,<3.0.2|>=3.1,<3.1.4|>=4,<4.0.7|>=4.1,<4.1.2|>=4.2,<4.2.4|>=4.3,<4.3.3|>=4.4,<4.4.3|>=4.5,<4.5.1|>=4.6,<4.6.4",
1906
- "symbiote/silverstripe-seed": "<6.0.3",
1907
- "symbiote/silverstripe-versionedfiles": "<=2.0.3",
1908
- "symfont/process": ">=0",
1909
- "symfony/cache": ">=3.1,<3.4.35|>=4,<4.2.12|>=4.3,<4.3.8",
1910
- "symfony/dependency-injection": ">=2,<2.0.17|>=2.7,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7",
1911
- "symfony/error-handler": ">=4.4,<4.4.4|>=5,<5.0.4",
1912
- "symfony/form": ">=2.3,<2.3.35|>=2.4,<2.6.12|>=2.7,<2.7.50|>=2.8,<2.8.49|>=3,<3.4.20|>=4,<4.0.15|>=4.1,<4.1.9|>=4.2,<4.2.1",
1913
- "symfony/framework-bundle": ">=2,<2.3.18|>=2.4,<2.4.8|>=2.5,<2.5.2|>=2.7,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7|>=5.3.14,<5.3.15|>=5.4.3,<5.4.4|>=6.0.3,<6.0.4",
1914
- "symfony/http-client": ">=4.3,<5.4.47|>=6,<6.4.15|>=7,<7.1.8",
1915
- "symfony/http-foundation": "<5.4.46|>=6,<6.4.14|>=7,<7.1.7",
1916
- "symfony/http-kernel": ">=2,<4.4.50|>=5,<5.4.20|>=6,<6.0.20|>=6.1,<6.1.12|>=6.2,<6.2.6",
1917
- "symfony/intl": ">=2.7,<2.7.38|>=2.8,<2.8.31|>=3,<3.2.14|>=3.3,<3.3.13",
1918
- "symfony/maker-bundle": ">=1.27,<1.29.2|>=1.30,<1.31.1",
1919
- "symfony/mime": ">=4.3,<4.3.8",
1920
- "symfony/phpunit-bridge": ">=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7",
1921
- "symfony/polyfill": ">=1,<1.10",
1922
- "symfony/polyfill-php55": ">=1,<1.10",
1923
- "symfony/process": "<5.4.46|>=6,<6.4.14|>=7,<7.1.7",
1924
- "symfony/proxy-manager-bridge": ">=2.7,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7",
1925
- "symfony/routing": ">=2,<2.0.19",
1926
- "symfony/runtime": ">=5.3,<5.4.46|>=6,<6.4.14|>=7,<7.1.7",
1927
- "symfony/security": ">=2,<2.7.51|>=2.8,<3.4.49|>=4,<4.4.24|>=5,<5.2.8",
1928
- "symfony/security-bundle": ">=2,<4.4.50|>=5,<5.4.20|>=6,<6.0.20|>=6.1,<6.1.12|>=6.2,<6.4.10|>=7,<7.0.10|>=7.1,<7.1.3",
1929
- "symfony/security-core": ">=2.4,<2.6.13|>=2.7,<2.7.9|>=2.7.30,<2.7.32|>=2.8,<3.4.49|>=4,<4.4.24|>=5,<5.2.9",
1930
- "symfony/security-csrf": ">=2.4,<2.7.48|>=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11",
1931
- "symfony/security-guard": ">=2.8,<3.4.48|>=4,<4.4.23|>=5,<5.2.8",
1932
- "symfony/security-http": ">=2.3,<2.3.41|>=2.4,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.2.12|>=4.3,<4.3.8|>=4.4,<4.4.7|>=5,<5.0.7|>=5.1,<5.2.8|>=5.3,<5.4.47|>=6,<6.4.15|>=7,<7.1.8",
1933
- "symfony/serializer": ">=2,<2.0.11|>=4.1,<4.4.35|>=5,<5.3.12",
1934
- "symfony/symfony": "<5.4.47|>=6,<6.4.15|>=7,<7.1.8",
1935
- "symfony/translation": ">=2,<2.0.17",
1936
- "symfony/twig-bridge": ">=2,<4.4.51|>=5,<5.4.31|>=6,<6.3.8",
1937
- "symfony/ux-autocomplete": "<2.11.2",
1938
- "symfony/ux-live-component": "<2.25.1",
1939
- "symfony/ux-twig-component": "<2.25.1",
1940
- "symfony/validator": "<5.4.43|>=6,<6.4.11|>=7,<7.1.4",
1941
- "symfony/var-exporter": ">=4.2,<4.2.12|>=4.3,<4.3.8",
1942
- "symfony/web-profiler-bundle": ">=2,<2.3.19|>=2.4,<2.4.9|>=2.5,<2.5.4",
1943
- "symfony/webhook": ">=6.3,<6.3.8",
1944
- "symfony/yaml": ">=2,<2.0.22|>=2.1,<2.1.7|>=2.2.0.0-beta1,<2.2.0.0-beta2",
1945
- "symphonycms/symphony-2": "<2.6.4",
1946
- "t3/dce": "<0.11.5|>=2.2,<2.6.2",
1947
- "t3g/svg-sanitizer": "<1.0.3",
1948
- "t3s/content-consent": "<1.0.3|>=2,<2.0.2",
1949
- "tastyigniter/tastyigniter": "<4",
1950
- "tcg/voyager": "<=1.8",
1951
- "tecnickcom/tc-lib-pdf-font": "<2.6.4",
1952
- "tecnickcom/tcpdf": "<6.8",
1953
- "terminal42/contao-tablelookupwizard": "<3.3.5",
1954
- "thelia/backoffice-default-template": ">=2.1,<2.1.2",
1955
- "thelia/thelia": ">=2.1,<2.1.3",
1956
- "theonedemon/phpwhois": "<=4.2.5",
1957
- "thinkcmf/thinkcmf": "<6.0.8",
1958
- "thorsten/phpmyfaq": "<=4.0.1",
1959
- "tikiwiki/tiki-manager": "<=17.1",
1960
- "timber/timber": ">=0.16.6,<1.23.1|>=1.24,<1.24.1|>=2,<2.1",
1961
- "tinymce/tinymce": "<7.2",
1962
- "tinymighty/wiki-seo": "<1.2.2",
1963
- "titon/framework": "<9.9.99",
1964
- "tltneon/lgsl": "<7",
1965
- "tobiasbg/tablepress": "<=2.0.0.0-RC1",
1966
- "topthink/framework": "<6.0.17|>=6.1,<=8.0.4",
1967
- "topthink/think": "<=6.1.1",
1968
- "topthink/thinkphp": "<=3.2.3|>=6.1.3,<=8.0.4",
1969
- "torrentpier/torrentpier": "<=2.4.3",
1970
- "tpwd/ke_search": "<4.0.3|>=4.1,<4.6.6|>=5,<5.0.2",
1971
- "tribalsystems/zenario": "<=9.7.61188",
1972
- "truckersmp/phpwhois": "<=4.3.1",
1973
- "ttskch/pagination-service-provider": "<1",
1974
- "twbs/bootstrap": "<=3.4.1|>=4,<=4.6.2",
1975
- "twig/twig": "<3.11.2|>=3.12,<3.14.1|>=3.16,<3.19",
1976
- "typo3/cms": "<9.5.29|>=10,<10.4.35|>=11,<11.5.23|>=12,<12.2",
1977
- "typo3/cms-backend": "<4.1.14|>=4.2,<4.2.15|>=4.3,<4.3.7|>=4.4,<4.4.4|>=7,<=7.6.50|>=8,<=8.7.39|>=9,<=9.5.24|>=10,<10.4.46|>=11,<11.5.40|>=12,<=12.4.30|>=13,<=13.4.11",
1978
- "typo3/cms-belog": ">=10,<=10.4.47|>=11,<=11.5.41|>=12,<=12.4.24|>=13,<=13.4.2",
1979
- "typo3/cms-beuser": ">=10,<=10.4.47|>=11,<=11.5.41|>=12,<=12.4.24|>=13,<=13.4.2",
1980
- "typo3/cms-core": "<=8.7.56|>=9,<=9.5.50|>=10,<=10.4.49|>=11,<=11.5.43|>=12,<=12.4.30|>=13,<=13.4.11",
1981
- "typo3/cms-dashboard": ">=10,<=10.4.47|>=11,<=11.5.41|>=12,<=12.4.24|>=13,<=13.4.2",
1982
- "typo3/cms-extbase": "<6.2.24|>=7,<7.6.8|==8.1.1",
1983
- "typo3/cms-extensionmanager": ">=10,<=10.4.47|>=11,<=11.5.41|>=12,<=12.4.24|>=13,<=13.4.2",
1984
- "typo3/cms-felogin": ">=4.2,<4.2.3",
1985
- "typo3/cms-fluid": "<4.3.4|>=4.4,<4.4.1",
1986
- "typo3/cms-form": ">=8,<=8.7.39|>=9,<=9.5.24|>=10,<=10.4.47|>=11,<=11.5.41|>=12,<=12.4.24|>=13,<=13.4.2",
1987
- "typo3/cms-frontend": "<4.3.9|>=4.4,<4.4.5",
1988
- "typo3/cms-indexed-search": ">=10,<=10.4.47|>=11,<=11.5.41|>=12,<=12.4.24|>=13,<=13.4.2",
1989
- "typo3/cms-install": "<4.1.14|>=4.2,<4.2.16|>=4.3,<4.3.9|>=4.4,<4.4.5|>=12.2,<12.4.8|==13.4.2",
1990
- "typo3/cms-lowlevel": ">=11,<=11.5.41",
1991
- "typo3/cms-rte-ckeditor": ">=9.5,<9.5.42|>=10,<10.4.39|>=11,<11.5.30",
1992
- "typo3/cms-scheduler": ">=11,<=11.5.41",
1993
- "typo3/cms-setup": ">=9,<=9.5.50|>=10,<=10.4.49|>=11,<=11.5.43|>=12,<=12.4.30|>=13,<=13.4.11",
1994
- "typo3/cms-webhooks": ">=12,<=12.4.30|>=13,<=13.4.11",
1995
- "typo3/flow": ">=1,<1.0.4|>=1.1,<1.1.1|>=2,<2.0.1|>=2.3,<2.3.16|>=3,<3.0.12|>=3.1,<3.1.10|>=3.2,<3.2.13|>=3.3,<3.3.13|>=4,<4.0.6",
1996
- "typo3/html-sanitizer": ">=1,<=1.5.2|>=2,<=2.1.3",
1997
- "typo3/neos": ">=1.1,<1.1.3|>=1.2,<1.2.13|>=2,<2.0.4|>=2.3,<2.3.99|>=3,<3.0.20|>=3.1,<3.1.18|>=3.2,<3.2.14|>=3.3,<3.3.23|>=4,<4.0.17|>=4.1,<4.1.16|>=4.2,<4.2.12|>=4.3,<4.3.3",
1998
- "typo3/phar-stream-wrapper": ">=1,<2.1.1|>=3,<3.1.1",
1999
- "typo3/swiftmailer": ">=4.1,<4.1.99|>=5.4,<5.4.5",
2000
- "typo3fluid/fluid": ">=2,<2.0.8|>=2.1,<2.1.7|>=2.2,<2.2.4|>=2.3,<2.3.7|>=2.4,<2.4.4|>=2.5,<2.5.11|>=2.6,<2.6.10",
2001
- "ua-parser/uap-php": "<3.8",
2002
- "uasoft-indonesia/badaso": "<=2.9.7",
2003
- "unisharp/laravel-filemanager": "<2.9.1",
2004
- "unopim/unopim": "<0.1.5",
2005
- "userfrosting/userfrosting": ">=0.3.1,<4.6.3",
2006
- "usmanhalalit/pixie": "<1.0.3|>=2,<2.0.2",
2007
- "uvdesk/community-skeleton": "<=1.1.1",
2008
- "uvdesk/core-framework": "<=1.1.1",
2009
- "vanilla/safecurl": "<0.9.2",
2010
- "verbb/comments": "<1.5.5",
2011
- "verbb/formie": "<=2.1.43",
2012
- "verbb/image-resizer": "<2.0.9",
2013
- "verbb/knock-knock": "<1.2.8",
2014
- "verot/class.upload.php": "<=2.1.6",
2015
- "vertexvaar/falsftp": "<0.2.6",
2016
- "villagedefrance/opencart-overclocked": "<=1.11.1",
2017
- "vova07/yii2-fileapi-widget": "<0.1.9",
2018
- "vrana/adminer": "<4.8.1",
2019
- "vufind/vufind": ">=2,<9.1.1",
2020
- "waldhacker/hcaptcha": "<2.1.2",
2021
- "wallabag/tcpdf": "<6.2.22",
2022
- "wallabag/wallabag": "<2.6.11",
2023
- "wanglelecc/laracms": "<=1.0.3",
2024
- "wapplersystems/a21glossary": "<=0.4.10",
2025
- "web-auth/webauthn-framework": ">=3.3,<3.3.4|>=4.5,<4.9",
2026
- "web-auth/webauthn-lib": ">=4.5,<4.9",
2027
- "web-feet/coastercms": "==5.5",
2028
- "web-tp3/wec_map": "<3.0.3",
2029
- "webbuilders-group/silverstripe-kapost-bridge": "<0.4",
2030
- "webcoast/deferred-image-processing": "<1.0.2",
2031
- "webklex/laravel-imap": "<5.3",
2032
- "webklex/php-imap": "<5.3",
2033
- "webpa/webpa": "<3.1.2",
2034
- "wikibase/wikibase": "<=1.39.3",
2035
- "wikimedia/parsoid": "<0.12.2",
2036
- "willdurand/js-translation-bundle": "<2.1.1",
2037
- "winter/wn-backend-module": "<1.2.4",
2038
- "winter/wn-cms-module": "<1.0.476|>=1.1,<1.1.11|>=1.2,<1.2.7",
2039
- "winter/wn-dusk-plugin": "<2.1",
2040
- "winter/wn-system-module": "<1.2.4",
2041
- "wintercms/winter": "<=1.2.3",
2042
- "wireui/wireui": "<1.19.3|>=2,<2.1.3",
2043
- "woocommerce/woocommerce": "<6.6|>=8.8,<8.8.5|>=8.9,<8.9.3",
2044
- "wp-cli/wp-cli": ">=0.12,<2.5",
2045
- "wp-graphql/wp-graphql": "<=1.14.5",
2046
- "wp-premium/gravityforms": "<2.4.21",
2047
- "wpanel/wpanel4-cms": "<=4.3.1",
2048
- "wpcloud/wp-stateless": "<3.2",
2049
- "wpglobus/wpglobus": "<=1.9.6",
2050
- "wwbn/avideo": "<14.3",
2051
- "xataface/xataface": "<3",
2052
- "xpressengine/xpressengine": "<3.0.15",
2053
- "yab/quarx": "<2.4.5",
2054
- "yeswiki/yeswiki": "<4.5.4",
2055
- "yetiforce/yetiforce-crm": "<6.5",
2056
- "yidashi/yii2cmf": "<=2",
2057
- "yii2mod/yii2-cms": "<1.9.2",
2058
- "yiisoft/yii": "<1.1.31",
2059
- "yiisoft/yii2": "<2.0.52",
2060
- "yiisoft/yii2-authclient": "<2.2.15",
2061
- "yiisoft/yii2-bootstrap": "<2.0.4",
2062
- "yiisoft/yii2-dev": "<=2.0.45",
2063
- "yiisoft/yii2-elasticsearch": "<2.0.5",
2064
- "yiisoft/yii2-gii": "<=2.2.4",
2065
- "yiisoft/yii2-jui": "<2.0.4",
2066
- "yiisoft/yii2-redis": "<2.0.20",
2067
- "yikesinc/yikes-inc-easy-mailchimp-extender": "<6.8.6",
2068
- "yoast-seo-for-typo3/yoast_seo": "<7.2.3",
2069
- "yourls/yourls": "<=1.8.2",
2070
- "yuan1994/tpadmin": "<=1.3.12",
2071
- "zencart/zencart": "<=1.5.7.0-beta",
2072
- "zendesk/zendesk_api_client_php": "<2.2.11",
2073
- "zendframework/zend-cache": ">=2.4,<2.4.8|>=2.5,<2.5.3",
2074
- "zendframework/zend-captcha": ">=2,<2.4.9|>=2.5,<2.5.2",
2075
- "zendframework/zend-crypt": ">=2,<2.4.9|>=2.5,<2.5.2",
2076
- "zendframework/zend-db": "<2.2.10|>=2.3,<2.3.5",
2077
- "zendframework/zend-developer-tools": ">=1.2.2,<1.2.3",
2078
- "zendframework/zend-diactoros": "<1.8.4",
2079
- "zendframework/zend-feed": "<2.10.3",
2080
- "zendframework/zend-form": ">=2,<2.2.7|>=2.3,<2.3.1",
2081
- "zendframework/zend-http": "<2.8.1",
2082
- "zendframework/zend-json": ">=2.1,<2.1.6|>=2.2,<2.2.6",
2083
- "zendframework/zend-ldap": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.8|>=2.3,<2.3.3",
2084
- "zendframework/zend-mail": "<2.4.11|>=2.5,<2.7.2",
2085
- "zendframework/zend-navigation": ">=2,<2.2.7|>=2.3,<2.3.1",
2086
- "zendframework/zend-session": ">=2,<2.2.9|>=2.3,<2.3.4",
2087
- "zendframework/zend-validator": ">=2.3,<2.3.6",
2088
- "zendframework/zend-view": ">=2,<2.2.7|>=2.3,<2.3.1",
2089
- "zendframework/zend-xmlrpc": ">=2.1,<2.1.6|>=2.2,<2.2.6",
2090
- "zendframework/zendframework": "<=3",
2091
- "zendframework/zendframework1": "<1.12.20",
2092
- "zendframework/zendopenid": "<2.0.2",
2093
- "zendframework/zendrest": "<2.0.2",
2094
- "zendframework/zendservice-amazon": "<2.0.3",
2095
- "zendframework/zendservice-api": "<1",
2096
- "zendframework/zendservice-audioscrobbler": "<2.0.2",
2097
- "zendframework/zendservice-nirvanix": "<2.0.2",
2098
- "zendframework/zendservice-slideshare": "<2.0.2",
2099
- "zendframework/zendservice-technorati": "<2.0.2",
2100
- "zendframework/zendservice-windowsazure": "<2.0.2",
2101
- "zendframework/zendxml": ">=1,<1.0.1",
2102
- "zenstruck/collection": "<0.2.1",
2103
- "zetacomponents/mail": "<1.8.2",
2104
- "zf-commons/zfc-user": "<1.2.2",
2105
- "zfcampus/zf-apigility-doctrine": ">=1,<1.0.3",
2106
- "zfr/zfr-oauth2-server-module": "<0.1.2",
2107
- "zoujingli/thinkadmin": "<=6.1.53"
2108
- },
2109
- "default-branch": true,
2110
- "type": "metapackage",
2111
- "notification-url": "https://packagist.org/downloads/",
2112
- "license": [
2113
- "MIT"
2114
- ],
2115
- "authors": [
2116
- {
2117
- "name": "Marco Pivetta",
2118
- "email": "ocramius@gmail.com",
2119
- "role": "maintainer"
2120
- },
2121
- {
2122
- "name": "Ilya Tribusean",
2123
- "email": "slash3b@gmail.com",
2124
- "role": "maintainer"
2125
- }
2126
- ],
2127
- "description": "Prevents installation of composer packages with known security vulnerabilities: no API, simply require it",
2128
- "keywords": [
2129
- "dev"
2130
- ],
2131
- "support": {
2132
- "issues": "https://github.com/Roave/SecurityAdvisories/issues",
2133
- "source": "https://github.com/Roave/SecurityAdvisories/tree/latest"
2134
- },
2135
- "funding": [
2136
- {
2137
- "url": "https://github.com/Ocramius",
2138
- "type": "github"
2139
- },
2140
- {
2141
- "url": "https://tidelift.com/funding/github/packagist/roave/security-advisories",
2142
- "type": "tidelift"
2143
- }
2144
- ],
2145
- "time": "2025-07-04T13:13:44+00:00"
2146
- },
2147
- {
2148
- "name": "sebastian/diff",
2149
- "version": "7.0.0",
2150
- "source": {
2151
- "type": "git",
2152
- "url": "https://github.com/sebastianbergmann/diff.git",
2153
- "reference": "7ab1ea946c012266ca32390913653d844ecd085f"
2154
- },
2155
- "dist": {
2156
- "type": "zip",
2157
- "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7ab1ea946c012266ca32390913653d844ecd085f",
2158
- "reference": "7ab1ea946c012266ca32390913653d844ecd085f",
2159
- "shasum": ""
2160
- },
2161
- "require": {
2162
- "php": ">=8.3"
2163
- },
2164
- "require-dev": {
2165
- "phpunit/phpunit": "^12.0",
2166
- "symfony/process": "^7.2"
2167
- },
2168
- "type": "library",
2169
- "extra": {
2170
- "branch-alias": {
2171
- "dev-main": "7.0-dev"
2172
- }
2173
- },
2174
- "autoload": {
2175
- "classmap": [
2176
- "src/"
2177
- ]
2178
- },
2179
- "notification-url": "https://packagist.org/downloads/",
2180
- "license": [
2181
- "BSD-3-Clause"
2182
- ],
2183
- "authors": [
2184
- {
2185
- "name": "Sebastian Bergmann",
2186
- "email": "sebastian@phpunit.de"
2187
- },
2188
- {
2189
- "name": "Kore Nordmann",
2190
- "email": "mail@kore-nordmann.de"
2191
- }
2192
- ],
2193
- "description": "Diff implementation",
2194
- "homepage": "https://github.com/sebastianbergmann/diff",
2195
- "keywords": [
2196
- "diff",
2197
- "udiff",
2198
- "unidiff",
2199
- "unified diff"
2200
- ],
2201
- "support": {
2202
- "issues": "https://github.com/sebastianbergmann/diff/issues",
2203
- "security": "https://github.com/sebastianbergmann/diff/security/policy",
2204
- "source": "https://github.com/sebastianbergmann/diff/tree/7.0.0"
2205
- },
2206
- "funding": [
2207
- {
2208
- "url": "https://github.com/sebastianbergmann",
2209
- "type": "github"
2210
- }
2211
- ],
2212
- "time": "2025-02-07T04:55:46+00:00"
2213
- },
2214
- {
2215
- "name": "symfony/console",
2216
- "version": "v7.3.1",
2217
- "source": {
2218
- "type": "git",
2219
- "url": "https://github.com/symfony/console.git",
2220
- "reference": "9e27aecde8f506ba0fd1d9989620c04a87697101"
2221
- },
2222
- "dist": {
2223
- "type": "zip",
2224
- "url": "https://api.github.com/repos/symfony/console/zipball/9e27aecde8f506ba0fd1d9989620c04a87697101",
2225
- "reference": "9e27aecde8f506ba0fd1d9989620c04a87697101",
2226
- "shasum": ""
2227
- },
2228
- "require": {
2229
- "php": ">=8.2",
2230
- "symfony/deprecation-contracts": "^2.5|^3",
2231
- "symfony/polyfill-mbstring": "~1.0",
2232
- "symfony/service-contracts": "^2.5|^3",
2233
- "symfony/string": "^7.2"
2234
- },
2235
- "conflict": {
2236
- "symfony/dependency-injection": "<6.4",
2237
- "symfony/dotenv": "<6.4",
2238
- "symfony/event-dispatcher": "<6.4",
2239
- "symfony/lock": "<6.4",
2240
- "symfony/process": "<6.4"
2241
- },
2242
- "provide": {
2243
- "psr/log-implementation": "1.0|2.0|3.0"
2244
- },
2245
- "require-dev": {
2246
- "psr/log": "^1|^2|^3",
2247
- "symfony/config": "^6.4|^7.0",
2248
- "symfony/dependency-injection": "^6.4|^7.0",
2249
- "symfony/event-dispatcher": "^6.4|^7.0",
2250
- "symfony/http-foundation": "^6.4|^7.0",
2251
- "symfony/http-kernel": "^6.4|^7.0",
2252
- "symfony/lock": "^6.4|^7.0",
2253
- "symfony/messenger": "^6.4|^7.0",
2254
- "symfony/process": "^6.4|^7.0",
2255
- "symfony/stopwatch": "^6.4|^7.0",
2256
- "symfony/var-dumper": "^6.4|^7.0"
2257
- },
2258
- "type": "library",
2259
- "autoload": {
2260
- "psr-4": {
2261
- "Symfony\\Component\\Console\\": ""
2262
- },
2263
- "exclude-from-classmap": [
2264
- "/Tests/"
2265
- ]
2266
- },
2267
- "notification-url": "https://packagist.org/downloads/",
2268
- "license": [
2269
- "MIT"
2270
- ],
2271
- "authors": [
2272
- {
2273
- "name": "Fabien Potencier",
2274
- "email": "fabien@symfony.com"
2275
- },
2276
- {
2277
- "name": "Symfony Community",
2278
- "homepage": "https://symfony.com/contributors"
2279
- }
2280
- ],
2281
- "description": "Eases the creation of beautiful and testable command line interfaces",
2282
- "homepage": "https://symfony.com",
2283
- "keywords": [
2284
- "cli",
2285
- "command-line",
2286
- "console",
2287
- "terminal"
2288
- ],
2289
- "support": {
2290
- "source": "https://github.com/symfony/console/tree/v7.3.1"
2291
- },
2292
- "funding": [
2293
- {
2294
- "url": "https://symfony.com/sponsor",
2295
- "type": "custom"
2296
- },
2297
- {
2298
- "url": "https://github.com/fabpot",
2299
- "type": "github"
2300
- },
2301
- {
2302
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2303
- "type": "tidelift"
2304
- }
2305
- ],
2306
- "time": "2025-06-27T19:55:54+00:00"
2307
- },
2308
- {
2309
- "name": "symfony/deprecation-contracts",
2310
- "version": "v3.6.0",
2311
- "source": {
2312
- "type": "git",
2313
- "url": "https://github.com/symfony/deprecation-contracts.git",
2314
- "reference": "63afe740e99a13ba87ec199bb07bbdee937a5b62"
2315
- },
2316
- "dist": {
2317
- "type": "zip",
2318
- "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/63afe740e99a13ba87ec199bb07bbdee937a5b62",
2319
- "reference": "63afe740e99a13ba87ec199bb07bbdee937a5b62",
2320
- "shasum": ""
2321
- },
2322
- "require": {
2323
- "php": ">=8.1"
2324
- },
2325
- "type": "library",
2326
- "extra": {
2327
- "thanks": {
2328
- "url": "https://github.com/symfony/contracts",
2329
- "name": "symfony/contracts"
2330
- },
2331
- "branch-alias": {
2332
- "dev-main": "3.6-dev"
2333
- }
2334
- },
2335
- "autoload": {
2336
- "files": [
2337
- "function.php"
2338
- ]
2339
- },
2340
- "notification-url": "https://packagist.org/downloads/",
2341
- "license": [
2342
- "MIT"
2343
- ],
2344
- "authors": [
2345
- {
2346
- "name": "Nicolas Grekas",
2347
- "email": "p@tchwork.com"
2348
- },
2349
- {
2350
- "name": "Symfony Community",
2351
- "homepage": "https://symfony.com/contributors"
2352
- }
2353
- ],
2354
- "description": "A generic function and convention to trigger deprecation notices",
2355
- "homepage": "https://symfony.com",
2356
- "support": {
2357
- "source": "https://github.com/symfony/deprecation-contracts/tree/v3.6.0"
2358
- },
2359
- "funding": [
2360
- {
2361
- "url": "https://symfony.com/sponsor",
2362
- "type": "custom"
2363
- },
2364
- {
2365
- "url": "https://github.com/fabpot",
2366
- "type": "github"
2367
- },
2368
- {
2369
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2370
- "type": "tidelift"
2371
- }
2372
- ],
2373
- "time": "2024-09-25T14:21:43+00:00"
2374
- },
2375
- {
2376
- "name": "symfony/event-dispatcher",
2377
- "version": "v7.3.0",
2378
- "source": {
2379
- "type": "git",
2380
- "url": "https://github.com/symfony/event-dispatcher.git",
2381
- "reference": "497f73ac996a598c92409b44ac43b6690c4f666d"
2382
- },
2383
- "dist": {
2384
- "type": "zip",
2385
- "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/497f73ac996a598c92409b44ac43b6690c4f666d",
2386
- "reference": "497f73ac996a598c92409b44ac43b6690c4f666d",
2387
- "shasum": ""
2388
- },
2389
- "require": {
2390
- "php": ">=8.2",
2391
- "symfony/event-dispatcher-contracts": "^2.5|^3"
2392
- },
2393
- "conflict": {
2394
- "symfony/dependency-injection": "<6.4",
2395
- "symfony/service-contracts": "<2.5"
2396
- },
2397
- "provide": {
2398
- "psr/event-dispatcher-implementation": "1.0",
2399
- "symfony/event-dispatcher-implementation": "2.0|3.0"
2400
- },
2401
- "require-dev": {
2402
- "psr/log": "^1|^2|^3",
2403
- "symfony/config": "^6.4|^7.0",
2404
- "symfony/dependency-injection": "^6.4|^7.0",
2405
- "symfony/error-handler": "^6.4|^7.0",
2406
- "symfony/expression-language": "^6.4|^7.0",
2407
- "symfony/http-foundation": "^6.4|^7.0",
2408
- "symfony/service-contracts": "^2.5|^3",
2409
- "symfony/stopwatch": "^6.4|^7.0"
2410
- },
2411
- "type": "library",
2412
- "autoload": {
2413
- "psr-4": {
2414
- "Symfony\\Component\\EventDispatcher\\": ""
2415
- },
2416
- "exclude-from-classmap": [
2417
- "/Tests/"
2418
- ]
2419
- },
2420
- "notification-url": "https://packagist.org/downloads/",
2421
- "license": [
2422
- "MIT"
2423
- ],
2424
- "authors": [
2425
- {
2426
- "name": "Fabien Potencier",
2427
- "email": "fabien@symfony.com"
2428
- },
2429
- {
2430
- "name": "Symfony Community",
2431
- "homepage": "https://symfony.com/contributors"
2432
- }
2433
- ],
2434
- "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
2435
- "homepage": "https://symfony.com",
2436
- "support": {
2437
- "source": "https://github.com/symfony/event-dispatcher/tree/v7.3.0"
2438
- },
2439
- "funding": [
2440
- {
2441
- "url": "https://symfony.com/sponsor",
2442
- "type": "custom"
2443
- },
2444
- {
2445
- "url": "https://github.com/fabpot",
2446
- "type": "github"
2447
- },
2448
- {
2449
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2450
- "type": "tidelift"
2451
- }
2452
- ],
2453
- "time": "2025-04-22T09:11:45+00:00"
2454
- },
2455
- {
2456
- "name": "symfony/event-dispatcher-contracts",
2457
- "version": "v3.6.0",
2458
- "source": {
2459
- "type": "git",
2460
- "url": "https://github.com/symfony/event-dispatcher-contracts.git",
2461
- "reference": "59eb412e93815df44f05f342958efa9f46b1e586"
2462
- },
2463
- "dist": {
2464
- "type": "zip",
2465
- "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/59eb412e93815df44f05f342958efa9f46b1e586",
2466
- "reference": "59eb412e93815df44f05f342958efa9f46b1e586",
2467
- "shasum": ""
2468
- },
2469
- "require": {
2470
- "php": ">=8.1",
2471
- "psr/event-dispatcher": "^1"
2472
- },
2473
- "type": "library",
2474
- "extra": {
2475
- "thanks": {
2476
- "url": "https://github.com/symfony/contracts",
2477
- "name": "symfony/contracts"
2478
- },
2479
- "branch-alias": {
2480
- "dev-main": "3.6-dev"
2481
- }
2482
- },
2483
- "autoload": {
2484
- "psr-4": {
2485
- "Symfony\\Contracts\\EventDispatcher\\": ""
2486
- }
2487
- },
2488
- "notification-url": "https://packagist.org/downloads/",
2489
- "license": [
2490
- "MIT"
2491
- ],
2492
- "authors": [
2493
- {
2494
- "name": "Nicolas Grekas",
2495
- "email": "p@tchwork.com"
2496
- },
2497
- {
2498
- "name": "Symfony Community",
2499
- "homepage": "https://symfony.com/contributors"
2500
- }
2501
- ],
2502
- "description": "Generic abstractions related to dispatching event",
2503
- "homepage": "https://symfony.com",
2504
- "keywords": [
2505
- "abstractions",
2506
- "contracts",
2507
- "decoupling",
2508
- "interfaces",
2509
- "interoperability",
2510
- "standards"
2511
- ],
2512
- "support": {
2513
- "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.6.0"
2514
- },
2515
- "funding": [
2516
- {
2517
- "url": "https://symfony.com/sponsor",
2518
- "type": "custom"
2519
- },
2520
- {
2521
- "url": "https://github.com/fabpot",
2522
- "type": "github"
2523
- },
2524
- {
2525
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2526
- "type": "tidelift"
2527
- }
2528
- ],
2529
- "time": "2024-09-25T14:21:43+00:00"
2530
- },
2531
- {
2532
- "name": "symfony/filesystem",
2533
- "version": "v7.3.0",
2534
- "source": {
2535
- "type": "git",
2536
- "url": "https://github.com/symfony/filesystem.git",
2537
- "reference": "b8dce482de9d7c9fe2891155035a7248ab5c7fdb"
2538
- },
2539
- "dist": {
2540
- "type": "zip",
2541
- "url": "https://api.github.com/repos/symfony/filesystem/zipball/b8dce482de9d7c9fe2891155035a7248ab5c7fdb",
2542
- "reference": "b8dce482de9d7c9fe2891155035a7248ab5c7fdb",
2543
- "shasum": ""
2544
- },
2545
- "require": {
2546
- "php": ">=8.2",
2547
- "symfony/polyfill-ctype": "~1.8",
2548
- "symfony/polyfill-mbstring": "~1.8"
2549
- },
2550
- "require-dev": {
2551
- "symfony/process": "^6.4|^7.0"
2552
- },
2553
- "type": "library",
2554
- "autoload": {
2555
- "psr-4": {
2556
- "Symfony\\Component\\Filesystem\\": ""
2557
- },
2558
- "exclude-from-classmap": [
2559
- "/Tests/"
2560
- ]
2561
- },
2562
- "notification-url": "https://packagist.org/downloads/",
2563
- "license": [
2564
- "MIT"
2565
- ],
2566
- "authors": [
2567
- {
2568
- "name": "Fabien Potencier",
2569
- "email": "fabien@symfony.com"
2570
- },
2571
- {
2572
- "name": "Symfony Community",
2573
- "homepage": "https://symfony.com/contributors"
2574
- }
2575
- ],
2576
- "description": "Provides basic utilities for the filesystem",
2577
- "homepage": "https://symfony.com",
2578
- "support": {
2579
- "source": "https://github.com/symfony/filesystem/tree/v7.3.0"
2580
- },
2581
- "funding": [
2582
- {
2583
- "url": "https://symfony.com/sponsor",
2584
- "type": "custom"
2585
- },
2586
- {
2587
- "url": "https://github.com/fabpot",
2588
- "type": "github"
2589
- },
2590
- {
2591
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2592
- "type": "tidelift"
2593
- }
2594
- ],
2595
- "time": "2024-10-25T15:15:23+00:00"
2596
- },
2597
- {
2598
- "name": "symfony/finder",
2599
- "version": "v7.3.0",
2600
- "source": {
2601
- "type": "git",
2602
- "url": "https://github.com/symfony/finder.git",
2603
- "reference": "ec2344cf77a48253bbca6939aa3d2477773ea63d"
2604
- },
2605
- "dist": {
2606
- "type": "zip",
2607
- "url": "https://api.github.com/repos/symfony/finder/zipball/ec2344cf77a48253bbca6939aa3d2477773ea63d",
2608
- "reference": "ec2344cf77a48253bbca6939aa3d2477773ea63d",
2609
- "shasum": ""
2610
- },
2611
- "require": {
2612
- "php": ">=8.2"
2613
- },
2614
- "require-dev": {
2615
- "symfony/filesystem": "^6.4|^7.0"
2616
- },
2617
- "type": "library",
2618
- "autoload": {
2619
- "psr-4": {
2620
- "Symfony\\Component\\Finder\\": ""
2621
- },
2622
- "exclude-from-classmap": [
2623
- "/Tests/"
2624
- ]
2625
- },
2626
- "notification-url": "https://packagist.org/downloads/",
2627
- "license": [
2628
- "MIT"
2629
- ],
2630
- "authors": [
2631
- {
2632
- "name": "Fabien Potencier",
2633
- "email": "fabien@symfony.com"
2634
- },
2635
- {
2636
- "name": "Symfony Community",
2637
- "homepage": "https://symfony.com/contributors"
2638
- }
2639
- ],
2640
- "description": "Finds files and directories via an intuitive fluent interface",
2641
- "homepage": "https://symfony.com",
2642
- "support": {
2643
- "source": "https://github.com/symfony/finder/tree/v7.3.0"
2644
- },
2645
- "funding": [
2646
- {
2647
- "url": "https://symfony.com/sponsor",
2648
- "type": "custom"
2649
- },
2650
- {
2651
- "url": "https://github.com/fabpot",
2652
- "type": "github"
2653
- },
2654
- {
2655
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2656
- "type": "tidelift"
2657
- }
2658
- ],
2659
- "time": "2024-12-30T19:00:26+00:00"
2660
- },
2661
- {
2662
- "name": "symfony/options-resolver",
2663
- "version": "v7.3.0",
2664
- "source": {
2665
- "type": "git",
2666
- "url": "https://github.com/symfony/options-resolver.git",
2667
- "reference": "afb9a8038025e5dbc657378bfab9198d75f10fca"
2668
- },
2669
- "dist": {
2670
- "type": "zip",
2671
- "url": "https://api.github.com/repos/symfony/options-resolver/zipball/afb9a8038025e5dbc657378bfab9198d75f10fca",
2672
- "reference": "afb9a8038025e5dbc657378bfab9198d75f10fca",
2673
- "shasum": ""
2674
- },
2675
- "require": {
2676
- "php": ">=8.2",
2677
- "symfony/deprecation-contracts": "^2.5|^3"
2678
- },
2679
- "type": "library",
2680
- "autoload": {
2681
- "psr-4": {
2682
- "Symfony\\Component\\OptionsResolver\\": ""
2683
- },
2684
- "exclude-from-classmap": [
2685
- "/Tests/"
2686
- ]
2687
- },
2688
- "notification-url": "https://packagist.org/downloads/",
2689
- "license": [
2690
- "MIT"
2691
- ],
2692
- "authors": [
2693
- {
2694
- "name": "Fabien Potencier",
2695
- "email": "fabien@symfony.com"
2696
- },
2697
- {
2698
- "name": "Symfony Community",
2699
- "homepage": "https://symfony.com/contributors"
2700
- }
2701
- ],
2702
- "description": "Provides an improved replacement for the array_replace PHP function",
2703
- "homepage": "https://symfony.com",
2704
- "keywords": [
2705
- "config",
2706
- "configuration",
2707
- "options"
2708
- ],
2709
- "support": {
2710
- "source": "https://github.com/symfony/options-resolver/tree/v7.3.0"
2711
- },
2712
- "funding": [
2713
- {
2714
- "url": "https://symfony.com/sponsor",
2715
- "type": "custom"
2716
- },
2717
- {
2718
- "url": "https://github.com/fabpot",
2719
- "type": "github"
2720
- },
2721
- {
2722
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2723
- "type": "tidelift"
2724
- }
2725
- ],
2726
- "time": "2025-04-04T13:12:05+00:00"
2727
- },
2728
- {
2729
- "name": "symfony/polyfill-ctype",
2730
- "version": "v1.32.0",
2731
- "source": {
2732
- "type": "git",
2733
- "url": "https://github.com/symfony/polyfill-ctype.git",
2734
- "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638"
2735
- },
2736
- "dist": {
2737
- "type": "zip",
2738
- "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/a3cc8b044a6ea513310cbd48ef7333b384945638",
2739
- "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638",
2740
- "shasum": ""
2741
- },
2742
- "require": {
2743
- "php": ">=7.2"
2744
- },
2745
- "provide": {
2746
- "ext-ctype": "*"
2747
- },
2748
- "suggest": {
2749
- "ext-ctype": "For best performance"
2750
- },
2751
- "type": "library",
2752
- "extra": {
2753
- "thanks": {
2754
- "url": "https://github.com/symfony/polyfill",
2755
- "name": "symfony/polyfill"
2756
- }
2757
- },
2758
- "autoload": {
2759
- "files": [
2760
- "bootstrap.php"
2761
- ],
2762
- "psr-4": {
2763
- "Symfony\\Polyfill\\Ctype\\": ""
2764
- }
2765
- },
2766
- "notification-url": "https://packagist.org/downloads/",
2767
- "license": [
2768
- "MIT"
2769
- ],
2770
- "authors": [
2771
- {
2772
- "name": "Gert de Pagter",
2773
- "email": "BackEndTea@gmail.com"
2774
- },
2775
- {
2776
- "name": "Symfony Community",
2777
- "homepage": "https://symfony.com/contributors"
2778
- }
2779
- ],
2780
- "description": "Symfony polyfill for ctype functions",
2781
- "homepage": "https://symfony.com",
2782
- "keywords": [
2783
- "compatibility",
2784
- "ctype",
2785
- "polyfill",
2786
- "portable"
2787
- ],
2788
- "support": {
2789
- "source": "https://github.com/symfony/polyfill-ctype/tree/v1.32.0"
2790
- },
2791
- "funding": [
2792
- {
2793
- "url": "https://symfony.com/sponsor",
2794
- "type": "custom"
2795
- },
2796
- {
2797
- "url": "https://github.com/fabpot",
2798
- "type": "github"
2799
- },
2800
- {
2801
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2802
- "type": "tidelift"
2803
- }
2804
- ],
2805
- "time": "2024-09-09T11:45:10+00:00"
2806
- },
2807
- {
2808
- "name": "symfony/polyfill-intl-grapheme",
2809
- "version": "v1.32.0",
2810
- "source": {
2811
- "type": "git",
2812
- "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
2813
- "reference": "b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe"
2814
- },
2815
- "dist": {
2816
- "type": "zip",
2817
- "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe",
2818
- "reference": "b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe",
2819
- "shasum": ""
2820
- },
2821
- "require": {
2822
- "php": ">=7.2"
2823
- },
2824
- "suggest": {
2825
- "ext-intl": "For best performance"
2826
- },
2827
- "type": "library",
2828
- "extra": {
2829
- "thanks": {
2830
- "url": "https://github.com/symfony/polyfill",
2831
- "name": "symfony/polyfill"
2832
- }
2833
- },
2834
- "autoload": {
2835
- "files": [
2836
- "bootstrap.php"
2837
- ],
2838
- "psr-4": {
2839
- "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
2840
- }
2841
- },
2842
- "notification-url": "https://packagist.org/downloads/",
2843
- "license": [
2844
- "MIT"
2845
- ],
2846
- "authors": [
2847
- {
2848
- "name": "Nicolas Grekas",
2849
- "email": "p@tchwork.com"
2850
- },
2851
- {
2852
- "name": "Symfony Community",
2853
- "homepage": "https://symfony.com/contributors"
2854
- }
2855
- ],
2856
- "description": "Symfony polyfill for intl's grapheme_* functions",
2857
- "homepage": "https://symfony.com",
2858
- "keywords": [
2859
- "compatibility",
2860
- "grapheme",
2861
- "intl",
2862
- "polyfill",
2863
- "portable",
2864
- "shim"
2865
- ],
2866
- "support": {
2867
- "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.32.0"
2868
- },
2869
- "funding": [
2870
- {
2871
- "url": "https://symfony.com/sponsor",
2872
- "type": "custom"
2873
- },
2874
- {
2875
- "url": "https://github.com/fabpot",
2876
- "type": "github"
2877
- },
2878
- {
2879
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2880
- "type": "tidelift"
2881
- }
2882
- ],
2883
- "time": "2024-09-09T11:45:10+00:00"
2884
- },
2885
- {
2886
- "name": "symfony/polyfill-intl-normalizer",
2887
- "version": "v1.32.0",
2888
- "source": {
2889
- "type": "git",
2890
- "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
2891
- "reference": "3833d7255cc303546435cb650316bff708a1c75c"
2892
- },
2893
- "dist": {
2894
- "type": "zip",
2895
- "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/3833d7255cc303546435cb650316bff708a1c75c",
2896
- "reference": "3833d7255cc303546435cb650316bff708a1c75c",
2897
- "shasum": ""
2898
- },
2899
- "require": {
2900
- "php": ">=7.2"
2901
- },
2902
- "suggest": {
2903
- "ext-intl": "For best performance"
2904
- },
2905
- "type": "library",
2906
- "extra": {
2907
- "thanks": {
2908
- "url": "https://github.com/symfony/polyfill",
2909
- "name": "symfony/polyfill"
2910
- }
2911
- },
2912
- "autoload": {
2913
- "files": [
2914
- "bootstrap.php"
2915
- ],
2916
- "psr-4": {
2917
- "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
2918
- },
2919
- "classmap": [
2920
- "Resources/stubs"
2921
- ]
2922
- },
2923
- "notification-url": "https://packagist.org/downloads/",
2924
- "license": [
2925
- "MIT"
2926
- ],
2927
- "authors": [
2928
- {
2929
- "name": "Nicolas Grekas",
2930
- "email": "p@tchwork.com"
2931
- },
2932
- {
2933
- "name": "Symfony Community",
2934
- "homepage": "https://symfony.com/contributors"
2935
- }
2936
- ],
2937
- "description": "Symfony polyfill for intl's Normalizer class and related functions",
2938
- "homepage": "https://symfony.com",
2939
- "keywords": [
2940
- "compatibility",
2941
- "intl",
2942
- "normalizer",
2943
- "polyfill",
2944
- "portable",
2945
- "shim"
2946
- ],
2947
- "support": {
2948
- "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.32.0"
2949
- },
2950
- "funding": [
2951
- {
2952
- "url": "https://symfony.com/sponsor",
2953
- "type": "custom"
2954
- },
2955
- {
2956
- "url": "https://github.com/fabpot",
2957
- "type": "github"
2958
- },
2959
- {
2960
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2961
- "type": "tidelift"
2962
- }
2963
- ],
2964
- "time": "2024-09-09T11:45:10+00:00"
2965
- },
2966
- {
2967
- "name": "symfony/polyfill-mbstring",
2968
- "version": "v1.32.0",
2969
- "source": {
2970
- "type": "git",
2971
- "url": "https://github.com/symfony/polyfill-mbstring.git",
2972
- "reference": "6d857f4d76bd4b343eac26d6b539585d2bc56493"
2973
- },
2974
- "dist": {
2975
- "type": "zip",
2976
- "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/6d857f4d76bd4b343eac26d6b539585d2bc56493",
2977
- "reference": "6d857f4d76bd4b343eac26d6b539585d2bc56493",
2978
- "shasum": ""
2979
- },
2980
- "require": {
2981
- "ext-iconv": "*",
2982
- "php": ">=7.2"
2983
- },
2984
- "provide": {
2985
- "ext-mbstring": "*"
2986
- },
2987
- "suggest": {
2988
- "ext-mbstring": "For best performance"
2989
- },
2990
- "type": "library",
2991
- "extra": {
2992
- "thanks": {
2993
- "url": "https://github.com/symfony/polyfill",
2994
- "name": "symfony/polyfill"
2995
- }
2996
- },
2997
- "autoload": {
2998
- "files": [
2999
- "bootstrap.php"
3000
- ],
3001
- "psr-4": {
3002
- "Symfony\\Polyfill\\Mbstring\\": ""
3003
- }
3004
- },
3005
- "notification-url": "https://packagist.org/downloads/",
3006
- "license": [
3007
- "MIT"
3008
- ],
3009
- "authors": [
3010
- {
3011
- "name": "Nicolas Grekas",
3012
- "email": "p@tchwork.com"
3013
- },
3014
- {
3015
- "name": "Symfony Community",
3016
- "homepage": "https://symfony.com/contributors"
3017
- }
3018
- ],
3019
- "description": "Symfony polyfill for the Mbstring extension",
3020
- "homepage": "https://symfony.com",
3021
- "keywords": [
3022
- "compatibility",
3023
- "mbstring",
3024
- "polyfill",
3025
- "portable",
3026
- "shim"
3027
- ],
3028
- "support": {
3029
- "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.32.0"
3030
- },
3031
- "funding": [
3032
- {
3033
- "url": "https://symfony.com/sponsor",
3034
- "type": "custom"
3035
- },
3036
- {
3037
- "url": "https://github.com/fabpot",
3038
- "type": "github"
3039
- },
3040
- {
3041
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3042
- "type": "tidelift"
3043
- }
3044
- ],
3045
- "time": "2024-12-23T08:48:59+00:00"
3046
- },
3047
- {
3048
- "name": "symfony/polyfill-php80",
3049
- "version": "v1.32.0",
3050
- "source": {
3051
- "type": "git",
3052
- "url": "https://github.com/symfony/polyfill-php80.git",
3053
- "reference": "0cc9dd0f17f61d8131e7df6b84bd344899fe2608"
3054
- },
3055
- "dist": {
3056
- "type": "zip",
3057
- "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/0cc9dd0f17f61d8131e7df6b84bd344899fe2608",
3058
- "reference": "0cc9dd0f17f61d8131e7df6b84bd344899fe2608",
3059
- "shasum": ""
3060
- },
3061
- "require": {
3062
- "php": ">=7.2"
3063
- },
3064
- "type": "library",
3065
- "extra": {
3066
- "thanks": {
3067
- "url": "https://github.com/symfony/polyfill",
3068
- "name": "symfony/polyfill"
3069
- }
3070
- },
3071
- "autoload": {
3072
- "files": [
3073
- "bootstrap.php"
3074
- ],
3075
- "psr-4": {
3076
- "Symfony\\Polyfill\\Php80\\": ""
3077
- },
3078
- "classmap": [
3079
- "Resources/stubs"
3080
- ]
3081
- },
3082
- "notification-url": "https://packagist.org/downloads/",
3083
- "license": [
3084
- "MIT"
3085
- ],
3086
- "authors": [
3087
- {
3088
- "name": "Ion Bazan",
3089
- "email": "ion.bazan@gmail.com"
3090
- },
3091
- {
3092
- "name": "Nicolas Grekas",
3093
- "email": "p@tchwork.com"
3094
- },
3095
- {
3096
- "name": "Symfony Community",
3097
- "homepage": "https://symfony.com/contributors"
3098
- }
3099
- ],
3100
- "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
3101
- "homepage": "https://symfony.com",
3102
- "keywords": [
3103
- "compatibility",
3104
- "polyfill",
3105
- "portable",
3106
- "shim"
3107
- ],
3108
- "support": {
3109
- "source": "https://github.com/symfony/polyfill-php80/tree/v1.32.0"
3110
- },
3111
- "funding": [
3112
- {
3113
- "url": "https://symfony.com/sponsor",
3114
- "type": "custom"
3115
- },
3116
- {
3117
- "url": "https://github.com/fabpot",
3118
- "type": "github"
3119
- },
3120
- {
3121
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3122
- "type": "tidelift"
3123
- }
3124
- ],
3125
- "time": "2025-01-02T08:10:11+00:00"
3126
- },
3127
- {
3128
- "name": "symfony/polyfill-php81",
3129
- "version": "v1.32.0",
3130
- "source": {
3131
- "type": "git",
3132
- "url": "https://github.com/symfony/polyfill-php81.git",
3133
- "reference": "4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c"
3134
- },
3135
- "dist": {
3136
- "type": "zip",
3137
- "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c",
3138
- "reference": "4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c",
3139
- "shasum": ""
3140
- },
3141
- "require": {
3142
- "php": ">=7.2"
3143
- },
3144
- "type": "library",
3145
- "extra": {
3146
- "thanks": {
3147
- "url": "https://github.com/symfony/polyfill",
3148
- "name": "symfony/polyfill"
3149
- }
3150
- },
3151
- "autoload": {
3152
- "files": [
3153
- "bootstrap.php"
3154
- ],
3155
- "psr-4": {
3156
- "Symfony\\Polyfill\\Php81\\": ""
3157
- },
3158
- "classmap": [
3159
- "Resources/stubs"
3160
- ]
3161
- },
3162
- "notification-url": "https://packagist.org/downloads/",
3163
- "license": [
3164
- "MIT"
3165
- ],
3166
- "authors": [
3167
- {
3168
- "name": "Nicolas Grekas",
3169
- "email": "p@tchwork.com"
3170
- },
3171
- {
3172
- "name": "Symfony Community",
3173
- "homepage": "https://symfony.com/contributors"
3174
- }
3175
- ],
3176
- "description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions",
3177
- "homepage": "https://symfony.com",
3178
- "keywords": [
3179
- "compatibility",
3180
- "polyfill",
3181
- "portable",
3182
- "shim"
3183
- ],
3184
- "support": {
3185
- "source": "https://github.com/symfony/polyfill-php81/tree/v1.32.0"
3186
- },
3187
- "funding": [
3188
- {
3189
- "url": "https://symfony.com/sponsor",
3190
- "type": "custom"
3191
- },
3192
- {
3193
- "url": "https://github.com/fabpot",
3194
- "type": "github"
3195
- },
3196
- {
3197
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3198
- "type": "tidelift"
3199
- }
3200
- ],
3201
- "time": "2024-09-09T11:45:10+00:00"
3202
- },
3203
- {
3204
- "name": "symfony/process",
3205
- "version": "v7.3.0",
3206
- "source": {
3207
- "type": "git",
3208
- "url": "https://github.com/symfony/process.git",
3209
- "reference": "40c295f2deb408d5e9d2d32b8ba1dd61e36f05af"
3210
- },
3211
- "dist": {
3212
- "type": "zip",
3213
- "url": "https://api.github.com/repos/symfony/process/zipball/40c295f2deb408d5e9d2d32b8ba1dd61e36f05af",
3214
- "reference": "40c295f2deb408d5e9d2d32b8ba1dd61e36f05af",
3215
- "shasum": ""
3216
- },
3217
- "require": {
3218
- "php": ">=8.2"
3219
- },
3220
- "type": "library",
3221
- "autoload": {
3222
- "psr-4": {
3223
- "Symfony\\Component\\Process\\": ""
3224
- },
3225
- "exclude-from-classmap": [
3226
- "/Tests/"
3227
- ]
3228
- },
3229
- "notification-url": "https://packagist.org/downloads/",
3230
- "license": [
3231
- "MIT"
3232
- ],
3233
- "authors": [
3234
- {
3235
- "name": "Fabien Potencier",
3236
- "email": "fabien@symfony.com"
3237
- },
3238
- {
3239
- "name": "Symfony Community",
3240
- "homepage": "https://symfony.com/contributors"
3241
- }
3242
- ],
3243
- "description": "Executes commands in sub-processes",
3244
- "homepage": "https://symfony.com",
3245
- "support": {
3246
- "source": "https://github.com/symfony/process/tree/v7.3.0"
3247
- },
3248
- "funding": [
3249
- {
3250
- "url": "https://symfony.com/sponsor",
3251
- "type": "custom"
3252
- },
3253
- {
3254
- "url": "https://github.com/fabpot",
3255
- "type": "github"
3256
- },
3257
- {
3258
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3259
- "type": "tidelift"
3260
- }
3261
- ],
3262
- "time": "2025-04-17T09:11:12+00:00"
3263
- },
3264
- {
3265
- "name": "symfony/service-contracts",
3266
- "version": "v3.6.0",
3267
- "source": {
3268
- "type": "git",
3269
- "url": "https://github.com/symfony/service-contracts.git",
3270
- "reference": "f021b05a130d35510bd6b25fe9053c2a8a15d5d4"
3271
- },
3272
- "dist": {
3273
- "type": "zip",
3274
- "url": "https://api.github.com/repos/symfony/service-contracts/zipball/f021b05a130d35510bd6b25fe9053c2a8a15d5d4",
3275
- "reference": "f021b05a130d35510bd6b25fe9053c2a8a15d5d4",
3276
- "shasum": ""
3277
- },
3278
- "require": {
3279
- "php": ">=8.1",
3280
- "psr/container": "^1.1|^2.0",
3281
- "symfony/deprecation-contracts": "^2.5|^3"
3282
- },
3283
- "conflict": {
3284
- "ext-psr": "<1.1|>=2"
3285
- },
3286
- "type": "library",
3287
- "extra": {
3288
- "thanks": {
3289
- "url": "https://github.com/symfony/contracts",
3290
- "name": "symfony/contracts"
3291
- },
3292
- "branch-alias": {
3293
- "dev-main": "3.6-dev"
3294
- }
3295
- },
3296
- "autoload": {
3297
- "psr-4": {
3298
- "Symfony\\Contracts\\Service\\": ""
3299
- },
3300
- "exclude-from-classmap": [
3301
- "/Test/"
3302
- ]
3303
- },
3304
- "notification-url": "https://packagist.org/downloads/",
3305
- "license": [
3306
- "MIT"
3307
- ],
3308
- "authors": [
3309
- {
3310
- "name": "Nicolas Grekas",
3311
- "email": "p@tchwork.com"
3312
- },
3313
- {
3314
- "name": "Symfony Community",
3315
- "homepage": "https://symfony.com/contributors"
3316
- }
3317
- ],
3318
- "description": "Generic abstractions related to writing services",
3319
- "homepage": "https://symfony.com",
3320
- "keywords": [
3321
- "abstractions",
3322
- "contracts",
3323
- "decoupling",
3324
- "interfaces",
3325
- "interoperability",
3326
- "standards"
3327
- ],
3328
- "support": {
3329
- "source": "https://github.com/symfony/service-contracts/tree/v3.6.0"
3330
- },
3331
- "funding": [
3332
- {
3333
- "url": "https://symfony.com/sponsor",
3334
- "type": "custom"
3335
- },
3336
- {
3337
- "url": "https://github.com/fabpot",
3338
- "type": "github"
3339
- },
3340
- {
3341
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3342
- "type": "tidelift"
3343
- }
3344
- ],
3345
- "time": "2025-04-25T09:37:31+00:00"
3346
- },
3347
- {
3348
- "name": "symfony/stopwatch",
3349
- "version": "v7.3.0",
3350
- "source": {
3351
- "type": "git",
3352
- "url": "https://github.com/symfony/stopwatch.git",
3353
- "reference": "5a49289e2b308214c8b9c2fda4ea454d8b8ad7cd"
3354
- },
3355
- "dist": {
3356
- "type": "zip",
3357
- "url": "https://api.github.com/repos/symfony/stopwatch/zipball/5a49289e2b308214c8b9c2fda4ea454d8b8ad7cd",
3358
- "reference": "5a49289e2b308214c8b9c2fda4ea454d8b8ad7cd",
3359
- "shasum": ""
3360
- },
3361
- "require": {
3362
- "php": ">=8.2",
3363
- "symfony/service-contracts": "^2.5|^3"
3364
- },
3365
- "type": "library",
3366
- "autoload": {
3367
- "psr-4": {
3368
- "Symfony\\Component\\Stopwatch\\": ""
3369
- },
3370
- "exclude-from-classmap": [
3371
- "/Tests/"
3372
- ]
3373
- },
3374
- "notification-url": "https://packagist.org/downloads/",
3375
- "license": [
3376
- "MIT"
3377
- ],
3378
- "authors": [
3379
- {
3380
- "name": "Fabien Potencier",
3381
- "email": "fabien@symfony.com"
3382
- },
3383
- {
3384
- "name": "Symfony Community",
3385
- "homepage": "https://symfony.com/contributors"
3386
- }
3387
- ],
3388
- "description": "Provides a way to profile code",
3389
- "homepage": "https://symfony.com",
3390
- "support": {
3391
- "source": "https://github.com/symfony/stopwatch/tree/v7.3.0"
3392
- },
3393
- "funding": [
3394
- {
3395
- "url": "https://symfony.com/sponsor",
3396
- "type": "custom"
3397
- },
3398
- {
3399
- "url": "https://github.com/fabpot",
3400
- "type": "github"
3401
- },
3402
- {
3403
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3404
- "type": "tidelift"
3405
- }
3406
- ],
3407
- "time": "2025-02-24T10:49:57+00:00"
3408
- },
3409
- {
3410
- "name": "symfony/string",
3411
- "version": "v7.3.0",
3412
- "source": {
3413
- "type": "git",
3414
- "url": "https://github.com/symfony/string.git",
3415
- "reference": "f3570b8c61ca887a9e2938e85cb6458515d2b125"
3416
- },
3417
- "dist": {
3418
- "type": "zip",
3419
- "url": "https://api.github.com/repos/symfony/string/zipball/f3570b8c61ca887a9e2938e85cb6458515d2b125",
3420
- "reference": "f3570b8c61ca887a9e2938e85cb6458515d2b125",
3421
- "shasum": ""
3422
- },
3423
- "require": {
3424
- "php": ">=8.2",
3425
- "symfony/polyfill-ctype": "~1.8",
3426
- "symfony/polyfill-intl-grapheme": "~1.0",
3427
- "symfony/polyfill-intl-normalizer": "~1.0",
3428
- "symfony/polyfill-mbstring": "~1.0"
3429
- },
3430
- "conflict": {
3431
- "symfony/translation-contracts": "<2.5"
3432
- },
3433
- "require-dev": {
3434
- "symfony/emoji": "^7.1",
3435
- "symfony/error-handler": "^6.4|^7.0",
3436
- "symfony/http-client": "^6.4|^7.0",
3437
- "symfony/intl": "^6.4|^7.0",
3438
- "symfony/translation-contracts": "^2.5|^3.0",
3439
- "symfony/var-exporter": "^6.4|^7.0"
3440
- },
3441
- "type": "library",
3442
- "autoload": {
3443
- "files": [
3444
- "Resources/functions.php"
3445
- ],
3446
- "psr-4": {
3447
- "Symfony\\Component\\String\\": ""
3448
- },
3449
- "exclude-from-classmap": [
3450
- "/Tests/"
3451
- ]
3452
- },
3453
- "notification-url": "https://packagist.org/downloads/",
3454
- "license": [
3455
- "MIT"
3456
- ],
3457
- "authors": [
3458
- {
3459
- "name": "Nicolas Grekas",
3460
- "email": "p@tchwork.com"
3461
- },
3462
- {
3463
- "name": "Symfony Community",
3464
- "homepage": "https://symfony.com/contributors"
3465
- }
3466
- ],
3467
- "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
3468
- "homepage": "https://symfony.com",
3469
- "keywords": [
3470
- "grapheme",
3471
- "i18n",
3472
- "string",
3473
- "unicode",
3474
- "utf-8",
3475
- "utf8"
3476
- ],
3477
- "support": {
3478
- "source": "https://github.com/symfony/string/tree/v7.3.0"
3479
- },
3480
- "funding": [
3481
- {
3482
- "url": "https://symfony.com/sponsor",
3483
- "type": "custom"
3484
- },
3485
- {
3486
- "url": "https://github.com/fabpot",
3487
- "type": "github"
3488
- },
3489
- {
3490
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3491
- "type": "tidelift"
3492
- }
3493
- ],
3494
- "time": "2025-04-20T20:19:01+00:00"
3495
- }
3496
- ],
3497
- "aliases": [],
3498
- "minimum-stability": "stable",
3499
- "stability-flags": {
3500
- "roave/security-advisories": 20
3501
- },
3502
- "prefer-stable": false,
3503
- "prefer-lowest": false,
3504
- "platform": {},
3505
- "platform-dev": {},
3506
- "plugin-api-version": "2.6.0"
3507
- }