PluginProbe
WPIDE – File Manager & Code Editor / 3.5.9
WPIDE – File Manager & Code Editor v3.5.9
3.5.9 3.5.8 3.5.7 2.0.14 2.0.15 2.0.16 2.0.2 2.0.4 2.0.5 2.0.6 2.0.7 2.0.8 2.0.9 2.1 2.2 2.3 2.3.1 2.3.2 2.4.0 2.5 2.6 3.0 3.1 3.2 3.3 All 55 releases
← All changes | vendor/composer/installed.json +215 -136 3.33.5.9 View file →
@@ -1,43 +1,98 @@
1 1 {
2 2 "packages": [
3 3 {
4 + "name": "adbario/php-dot-notation",
5 + "version": "3.5.0",
6 + "version_normalized": "3.5.0.0",
7 + "source": {
8 + "type": "git",
9 + "url": "https://github.com/adbario/php-dot-notation.git",
10 + "reference": "aa09db5a7a365a8d2d8dd7edfa3cd501d1a8acb0"
11 + },
12 + "dist": {
13 + "type": "zip",
14 + "url": "https://api.github.com/repos/adbario/php-dot-notation/zipball/aa09db5a7a365a8d2d8dd7edfa3cd501d1a8acb0",
15 + "reference": "aa09db5a7a365a8d2d8dd7edfa3cd501d1a8acb0",
16 + "shasum": ""
17 + },
18 + "require": {
19 + "ext-json": "*",
20 + "php": "^7.4 || ^8.0"
21 + },
22 + "require-dev": {
23 + "phpstan/phpstan": "^2.1",
24 + "phpunit/phpunit": "^9.5",
25 + "squizlabs/php_codesniffer": "^3.7"
26 + },
27 + "time": "2026-04-04T04:29:49+00:00",
28 + "type": "library",
29 + "installation-source": "dist",
30 + "autoload": {
31 + "files": [
32 + "src/helpers.php"
33 + ],
34 + "psr-4": {
35 + "Adbar\\": "src"
36 + }
37 + },
38 + "notification-url": "https://packagist.org/downloads/",
39 + "license": [
40 + "MIT"
41 + ],
42 + "authors": [
43 + {
44 + "name": "Riku Särkinen",
45 + "email": "riku@adbar.io"
46 + }
47 + ],
48 + "description": "PHP dot notation access to arrays",
49 + "homepage": "https://github.com/adbario/php-dot-notation",
50 + "keywords": [
51 + "ArrayAccess",
52 + "dotnotation"
53 + ],
54 + "support": {
55 + "issues": "https://github.com/adbario/php-dot-notation/issues",
56 + "source": "https://github.com/adbario/php-dot-notation/tree/3.5.0"
57 + },
58 + "install-path": "../adbario/php-dot-notation"
59 + },
60 + {
4 61 "name": "composer/installers",
5 - "version": "v1.12.0",
6 - "version_normalized": "1.12.0.0",
62 + "version": "v2.3.0",
63 + "version_normalized": "2.3.0.0",
7 64 "source": {
8 65 "type": "git",
9 66 "url": "https://github.com/composer/installers.git",
10 - "reference": "d20a64ed3c94748397ff5973488761b22f6d3f19"
67 + "reference": "12fb2dfe5e16183de69e784a7b84046c43d97e8e"
11 68 },
12 69 "dist": {
13 70 "type": "zip",
14 - "url": "https://api.github.com/repos/composer/installers/zipball/d20a64ed3c94748397ff5973488761b22f6d3f19",
15 - "reference": "d20a64ed3c94748397ff5973488761b22f6d3f19",
71 + "url": "https://api.github.com/repos/composer/installers/zipball/12fb2dfe5e16183de69e784a7b84046c43d97e8e",
72 + "reference": "12fb2dfe5e16183de69e784a7b84046c43d97e8e",
16 73 "shasum": ""
17 74 },
18 75 "require": {
19 - "composer-plugin-api": "^1.0 || ^2.0"
76 + "composer-plugin-api": "^1.0 || ^2.0",
77 + "php": "^7.2 || ^8.0"
20 78 },
21 - "replace": {
22 - "roundcube/plugin-installer": "*",
23 - "shama/baton": "*"
24 - },
25 79 "require-dev": {
26 - "composer/composer": "1.6.* || ^2.0",
27 - "composer/semver": "^1 || ^3",
28 - "phpstan/phpstan": "^0.12.55",
29 - "phpstan/phpstan-phpunit": "^0.12.16",
30 - "symfony/phpunit-bridge": "^4.2 || ^5",
31 - "symfony/process": "^2.3"
80 + "composer/composer": "^1.10.27 || ^2.7",
81 + "composer/semver": "^1.7.2 || ^3.4.0",
82 + "phpstan/phpstan": "^1.11",
83 + "phpstan/phpstan-phpunit": "^1",
84 + "symfony/phpunit-bridge": "^7.1.1",
85 + "symfony/process": "^5 || ^6 || ^7"
32 86 },
33 - "time": "2021-09-13T08:19:44+00:00",
87 + "time": "2024-06-24T20:46:46+00:00",
34 88 "type": "composer-plugin",
35 89 "extra": {
36 90 "class": "Composer\\Installers\\Plugin",
37 91 "branch-alias": {
38 - "dev-main": "1.x-dev"
39 - }
92 + "dev-main": "2.x-dev"
93 + },
94 + "plugin-modifies-install-path": true
40 95 },
41 96 "installation-source": "dist",
42 97 "autoload": {
43 98 "psr-4": {
@@ -57,9 +112,8 @@
57 112 ],
58 113 "description": "A multi-framework Composer library installer",
59 114 "homepage": "https://composer.github.io/installers/",
60 115 "keywords": [
61 - "Craft",
62 116 "Dolibarr",
63 117 "Eliasis",
64 118 "Hurad",
65 119 "ImageCMS",
@@ -78,9 +132,8 @@
78 132 "Thelia",
79 133 "Whmcs",
80 134 "WolfCMS",
81 135 "agl",
82 - "aimeos",
83 136 "annotatecms",
84 137 "attogram",
85 138 "bitrix",
86 139 "cakephp",
@@ -87,8 +140,9 @@
87 140 "chef",
88 141 "cockpit",
89 142 "codeigniter",
90 143 "concrete5",
144 + "concreteCMS",
91 145 "croogo",
92 146 "dokuwiki",
93 147 "drupal",
94 148 "eZ Platform",
@@ -97,9 +151,8 @@
97 151 "fuelphp",
98 152 "grav",
99 153 "installer",
100 154 "itop",
101 - "joomla",
102 155 "known",
103 156 "kohana",
104 157 "laravel",
105 158 "lavalite",
@@ -106,8 +159,9 @@
106 159 "lithium",
107 160 "magento",
108 161 "majima",
109 162 "mako",
163 + "matomo",
110 164 "mediawiki",
111 165 "miaoxing",
112 166 "modulework",
113 167 "modx",
@@ -125,11 +179,9 @@
125 179 "shopware",
126 180 "silverstripe",
127 181 "sydes",
128 182 "sylius",
129 - "symfony",
130 183 "tastyigniter",
131 - "typo3",
132 184 "wordpress",
133 185 "yawik",
134 186 "zend",
135 187 "zikula"
@@ -135,9 +187,9 @@
135 187 "zikula"
136 188 ],
137 189 "support": {
138 190 "issues": "https://github.com/composer/installers/issues",
139 - "source": "https://github.com/composer/installers/tree/v1.12.0"
191 + "source": "https://github.com/composer/installers/tree/v2.3.0"
140 192 },
141 193 "funding": [
142 194 {
143 195 "url": "https://packagist.com",
@@ -155,19 +207,19 @@
155 207 "install-path": "./installers"
156 208 },
157 209 {
158 210 "name": "ifsnop/mysqldump-php",
159 - "version": "v2.9",
160 - "version_normalized": "2.9.0.0",
211 + "version": "v2.12",
212 + "version_normalized": "2.12.0.0",
161 213 "source": {
162 214 "type": "git",
163 215 "url": "https://github.com/ifsnop/mysqldump-php.git",
164 - "reference": "fc9c119fe5d70af9a685cad6a8ac612fd7589e25"
216 + "reference": "2d3a43fc0c49f23bf7dee392b0dd1f8c799f89d3"
165 217 },
166 218 "dist": {
167 219 "type": "zip",
168 - "url": "https://api.github.com/repos/ifsnop/mysqldump-php/zipball/fc9c119fe5d70af9a685cad6a8ac612fd7589e25",
169 - "reference": "fc9c119fe5d70af9a685cad6a8ac612fd7589e25",
220 + "url": "https://api.github.com/repos/ifsnop/mysqldump-php/zipball/2d3a43fc0c49f23bf7dee392b0dd1f8c799f89d3",
221 + "reference": "2d3a43fc0c49f23bf7dee392b0dd1f8c799f89d3",
170 222 "shasum": ""
171 223 },
172 224 "require": {
173 225 "php": ">=5.3.0"
@@ -175,9 +227,9 @@
175 227 "require-dev": {
176 228 "phpunit/phpunit": "4.8.36",
177 229 "squizlabs/php_codesniffer": "1.*"
178 230 },
179 - "time": "2020-04-03T14:40:40+00:00",
231 + "time": "2023-04-12T07:43:14+00:00",
180 232 "type": "library",
181 233 "installation-source": "dist",
182 234 "autoload": {
183 235 "psr-4": {
@@ -211,25 +263,25 @@
211 263 "sql"
212 264 ],
213 265 "support": {
214 266 "issues": "https://github.com/ifsnop/mysqldump-php/issues",
215 - "source": "https://github.com/ifsnop/mysqldump-php/tree/master"
267 + "source": "https://github.com/ifsnop/mysqldump-php/tree/v2.12"
216 268 },
217 269 "install-path": "../ifsnop/mysqldump-php"
218 270 },
219 271 {
220 272 "name": "laravel/serializable-closure",
221 - "version": "v1.2.0",
222 - "version_normalized": "1.2.0.0",
273 + "version": "v1.3.7",
274 + "version_normalized": "1.3.7.0",
223 275 "source": {
224 276 "type": "git",
225 277 "url": "https://github.com/laravel/serializable-closure.git",
226 - "reference": "09f0e9fb61829f628205b7c94906c28740ff9540"
278 + "reference": "4f48ade902b94323ca3be7646db16209ec76be3d"
227 279 },
228 280 "dist": {
229 281 "type": "zip",
230 - "url": "https://api.github.com/repos/laravel/serializable-closure/zipball/09f0e9fb61829f628205b7c94906c28740ff9540",
231 - "reference": "09f0e9fb61829f628205b7c94906c28740ff9540",
282 + "url": "https://api.github.com/repos/laravel/serializable-closure/zipball/4f48ade902b94323ca3be7646db16209ec76be3d",
283 + "reference": "4f48ade902b94323ca3be7646db16209ec76be3d",
232 284 "shasum": ""
233 285 },
234 286 "require": {
235 287 "php": "^7.3|^8.0"
@@ -234,13 +286,15 @@
234 286 "require": {
235 287 "php": "^7.3|^8.0"
236 288 },
237 289 "require-dev": {
238 - "pestphp/pest": "^1.18",
239 - "phpstan/phpstan": "^0.12.98",
240 - "symfony/var-dumper": "^5.3"
290 + "illuminate/support": "^8.0|^9.0|^10.0|^11.0",
291 + "nesbot/carbon": "^2.61|^3.0",
292 + "pestphp/pest": "^1.21.3",
293 + "phpstan/phpstan": "^1.8.2",
294 + "symfony/var-dumper": "^5.4.11|^6.2.0|^7.0.0"
241 295 },
242 - "time": "2022-05-16T17:09:47+00:00",
296 + "time": "2024-11-14T18:34:49+00:00",
243 297 "type": "library",
244 298 "extra": {
245 299 "branch-alias": {
246 300 "dev-master": "1.x-dev"
@@ -279,19 +333,19 @@
279 333 "install-path": "../laravel/serializable-closure"
280 334 },
281 335 {
282 336 "name": "league/flysystem",
283 - "version": "1.1.9",
284 - "version_normalized": "1.1.9.0",
337 + "version": "1.1.10",
338 + "version_normalized": "1.1.10.0",
285 339 "source": {
286 340 "type": "git",
287 341 "url": "https://github.com/thephpleague/flysystem.git",
288 - "reference": "094defdb4a7001845300334e7c1ee2335925ef99"
342 + "reference": "3239285c825c152bcc315fe0e87d6b55f5972ed1"
289 343 },
290 344 "dist": {
291 345 "type": "zip",
292 - "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/094defdb4a7001845300334e7c1ee2335925ef99",
293 - "reference": "094defdb4a7001845300334e7c1ee2335925ef99",
346 + "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/3239285c825c152bcc315fe0e87d6b55f5972ed1",
347 + "reference": "3239285c825c152bcc315fe0e87d6b55f5972ed1",
294 348 "shasum": ""
295 349 },
296 350 "require": {
297 351 "ext-fileinfo": "*",
@@ -319,9 +373,9 @@
319 373 "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter",
320 374 "spatie/flysystem-dropbox": "Allows you to use Dropbox storage",
321 375 "srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications"
322 376 },
323 - "time": "2021-12-09T09:40:50+00:00",
377 + "time": "2022-10-04T09:16:37+00:00",
324 378 "type": "library",
325 379 "extra": {
326 380 "branch-alias": {
327 381 "dev-master": "1.1-dev"
@@ -364,9 +418,9 @@
364 418 "storage"
365 419 ],
366 420 "support": {
367 421 "issues": "https://github.com/thephpleague/flysystem/issues",
368 - "source": "https://github.com/thephpleague/flysystem/tree/1.1.9"
422 + "source": "https://github.com/thephpleague/flysystem/tree/1.1.10"
369 423 },
370 424 "funding": [
371 425 {
372 426 "url": "https://offset.earth/frankdejonge",
@@ -430,31 +484,31 @@
430 484 "install-path": "../league/flysystem-ziparchive"
431 485 },
432 486 {
433 487 "name": "league/mime-type-detection",
434 - "version": "1.11.0",
435 - "version_normalized": "1.11.0.0",
488 + "version": "1.16.0",
489 + "version_normalized": "1.16.0.0",
436 490 "source": {
437 491 "type": "git",
438 492 "url": "https://github.com/thephpleague/mime-type-detection.git",
439 - "reference": "ff6248ea87a9f116e78edd6002e39e5128a0d4dd"
493 + "reference": "2d6702ff215bf922936ccc1ad31007edc76451b9"
440 494 },
441 495 "dist": {
442 496 "type": "zip",
443 - "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/ff6248ea87a9f116e78edd6002e39e5128a0d4dd",
444 - "reference": "ff6248ea87a9f116e78edd6002e39e5128a0d4dd",
497 + "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/2d6702ff215bf922936ccc1ad31007edc76451b9",
498 + "reference": "2d6702ff215bf922936ccc1ad31007edc76451b9",
445 499 "shasum": ""
446 500 },
447 501 "require": {
448 502 "ext-fileinfo": "*",
449 - "php": "^7.2 || ^8.0"
503 + "php": "^7.4 || ^8.0"
450 504 },
451 505 "require-dev": {
452 506 "friendsofphp/php-cs-fixer": "^3.2",
453 507 "phpstan/phpstan": "^0.12.68",
454 - "phpunit/phpunit": "^8.5.8 || ^9.3"
508 + "phpunit/phpunit": "^8.5.8 || ^9.3 || ^10.0"
455 509 },
456 - "time": "2022-04-17T13:12:02+00:00",
510 + "time": "2024-09-21T08:32:55+00:00",
457 511 "type": "library",
458 512 "installation-source": "dist",
459 513 "autoload": {
460 514 "psr-4": {
@@ -473,9 +527,9 @@
473 527 ],
474 528 "description": "Mime-type detection for Flysystem",
475 529 "support": {
476 530 "issues": "https://github.com/thephpleague/mime-type-detection/issues",
477 - "source": "https://github.com/thephpleague/mime-type-detection/tree/1.11.0"
531 + "source": "https://github.com/thephpleague/mime-type-detection/tree/1.16.0"
478 532 },
479 533 "funding": [
480 534 {
481 535 "url": "https://github.com/frankdejonge",
@@ -489,55 +543,71 @@
489 543 "install-path": "../league/mime-type-detection"
490 544 },
491 545 {
492 546 "name": "monolog/monolog",
493 - "version": "1.27.1",
494 - "version_normalized": "1.27.1.0",
547 + "version": "2.11.0",
548 + "version_normalized": "2.11.0.0",
495 549 "source": {
496 550 "type": "git",
497 551 "url": "https://github.com/Seldaek/monolog.git",
498 - "reference": "904713c5929655dc9b97288b69cfeedad610c9a1"
552 + "reference": "37308608e599f34a1a4845b16440047ec98a172a"
499 553 },
500 554 "dist": {
501 555 "type": "zip",
502 - "url": "https://api.github.com/repos/Seldaek/monolog/zipball/904713c5929655dc9b97288b69cfeedad610c9a1",
503 - "reference": "904713c5929655dc9b97288b69cfeedad610c9a1",
556 + "url": "https://api.github.com/repos/Seldaek/monolog/zipball/37308608e599f34a1a4845b16440047ec98a172a",
557 + "reference": "37308608e599f34a1a4845b16440047ec98a172a",
504 558 "shasum": ""
505 559 },
506 560 "require": {
507 - "php": ">=5.3.0",
508 - "psr/log": "~1.0"
561 + "php": ">=7.2",
562 + "psr/log": "^1.0.1 || ^2.0 || ^3.0"
509 563 },
510 564 "provide": {
511 - "psr/log-implementation": "1.0.0"
565 + "psr/log-implementation": "1.0.0 || 2.0.0 || 3.0.0"
512 566 },
513 567 "require-dev": {
514 568 "aws/aws-sdk-php": "^2.4.9 || ^3.0",
515 569 "doctrine/couchdb": "~1.0@dev",
516 - "graylog2/gelf-php": "~1.0",
517 - "php-amqplib/php-amqplib": "~2.4",
518 - "php-console/php-console": "^3.1.3",
519 - "phpstan/phpstan": "^0.12.59",
520 - "phpunit/phpunit": "~4.5",
521 - "ruflin/elastica": ">=0.90 <3.0",
522 - "sentry/sentry": "^0.13",
523 - "swiftmailer/swiftmailer": "^5.3|^6.0"
570 + "elasticsearch/elasticsearch": "^7 || ^8",
571 + "ext-json": "*",
572 + "graylog2/gelf-php": "^1.4.2 || ^2@dev",
573 + "guzzlehttp/guzzle": "^7.4",
574 + "guzzlehttp/psr7": "^2.2",
575 + "mongodb/mongodb": "^1.8 || ^2.0",
576 + "php-amqplib/php-amqplib": "~2.4 || ^3",
577 + "phpspec/prophecy": "^1.15",
578 + "phpstan/phpstan": "^1.10",
579 + "phpunit/phpunit": "^8.5.38 || ^9.6.19",
580 + "predis/predis": "^1.1 || ^2.0",
581 + "rollbar/rollbar": "^1.3 || ^2 || ^3",
582 + "ruflin/elastica": "^7",
583 + "swiftmailer/swiftmailer": "^5.3|^6.0",
584 + "symfony/mailer": "^5.4 || ^6",
585 + "symfony/mime": "^5.4 || ^6"
524 586 },
525 587 "suggest": {
526 588 "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
527 589 "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
590 + "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
528 591 "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
529 - "ext-mongo": "Allow sending log messages to a MongoDB server",
592 + "ext-curl": "Required to send log messages using the IFTTTHandler, the LogglyHandler, the SendGridHandler, the SlackWebhookHandler or the TelegramBotHandler",
593 + "ext-mbstring": "Allow to work properly with unicode symbols",
594 + "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
595 + "ext-openssl": "Required to send log messages using SSL",
596 + "ext-sockets": "Allow sending log messages to a Syslog server (via UDP driver)",
530 597 "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
531 - "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
598 + "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
532 599 "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
533 - "php-console/php-console": "Allow sending log messages to Google Chrome",
534 600 "rollbar/rollbar": "Allow sending log messages to Rollbar",
535 - "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
536 - "sentry/sentry": "Allow sending log messages to a Sentry server"
601 + "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
537 602 },
538 - "time": "2022-06-09T08:53:42+00:00",
603 + "time": "2026-01-01T13:05:00+00:00",
539 604 "type": "library",
605 + "extra": {
606 + "branch-alias": {
607 + "dev-main": "2.x-dev"
608 + }
609 + },
540 610 "installation-source": "dist",
541 611 "autoload": {
542 612 "psr-4": {
543 613 "Monolog\\": "src/Monolog"
@@ -550,13 +620,13 @@
550 620 "authors": [
551 621 {
552 622 "name": "Jordi Boggiano",
553 623 "email": "j.boggiano@seld.be",
554 - "homepage": "http://seld.be"
624 + "homepage": "https://seld.be"
555 625 }
556 626 ],
557 627 "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
558 - "homepage": "http://github.com/Seldaek/monolog",
628 + "homepage": "https://github.com/Seldaek/monolog",
559 629 "keywords": [
560 630 "log",
561 631 "logging",
562 632 "psr-3"
@@ -562,9 +632,9 @@
562 632 "psr-3"
563 633 ],
564 634 "support": {
565 635 "issues": "https://github.com/Seldaek/monolog/issues",
566 - "source": "https://github.com/Seldaek/monolog/tree/1.27.1"
636 + "source": "https://github.com/Seldaek/monolog/tree/2.11.0"
567 637 },
568 638 "funding": [
569 639 {
570 640 "url": "https://github.com/Seldaek",
@@ -631,39 +701,34 @@
631 701 "install-path": "../nikic/fast-route"
632 702 },
633 703 {
634 704 "name": "nikic/php-parser",
635 - "version": "v4.14.0",
636 - "version_normalized": "4.14.0.0",
705 + "version": "v4.19.5",
706 + "version_normalized": "4.19.5.0",
637 707 "source": {
638 708 "type": "git",
639 709 "url": "https://github.com/nikic/PHP-Parser.git",
640 - "reference": "34bea19b6e03d8153165d8f30bba4c3be86184c1"
710 + "reference": "51bd93cc741b7fc3d63d20b6bdcd99fdaa359837"
641 711 },
642 712 "dist": {
643 713 "type": "zip",
644 - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/34bea19b6e03d8153165d8f30bba4c3be86184c1",
645 - "reference": "34bea19b6e03d8153165d8f30bba4c3be86184c1",
714 + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/51bd93cc741b7fc3d63d20b6bdcd99fdaa359837",
715 + "reference": "51bd93cc741b7fc3d63d20b6bdcd99fdaa359837",
646 716 "shasum": ""
647 717 },
648 718 "require": {
649 719 "ext-tokenizer": "*",
650 - "php": ">=7.0"
720 + "php": ">=7.1"
651 721 },
652 722 "require-dev": {
653 723 "ircmaxell/php-yacc": "^0.0.7",
654 - "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0"
724 + "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
655 725 },
656 - "time": "2022-05-31T20:59:12+00:00",
726 + "time": "2025-12-06T11:45:25+00:00",
657 727 "bin": [
658 728 "bin/php-parse"
659 729 ],
660 730 "type": "library",
661 - "extra": {
662 - "branch-alias": {
663 - "dev-master": "4.9-dev"
664 - }
665 - },
666 731 "installation-source": "dist",
667 732 "autoload": {
668 733 "psr-4": {
669 734 "PhpParser\\": "lib/PhpParser"
@@ -684,25 +749,25 @@
684 749 "php"
685 750 ],
686 751 "support": {
687 752 "issues": "https://github.com/nikic/PHP-Parser/issues",
688 - "source": "https://github.com/nikic/PHP-Parser/tree/v4.14.0"
753 + "source": "https://github.com/nikic/PHP-Parser/tree/v4.19.5"
689 754 },
690 755 "install-path": "../nikic/php-parser"
691 756 },
692 757 {
693 758 "name": "php-di/invoker",
694 - "version": "2.3.3",
695 - "version_normalized": "2.3.3.0",
759 + "version": "2.3.7",
760 + "version_normalized": "2.3.7.0",
696 761 "source": {
697 762 "type": "git",
698 763 "url": "https://github.com/PHP-DI/Invoker.git",
699 - "reference": "cd6d9f267d1a3474bdddf1be1da079f01b942786"
764 + "reference": "3c1ddfdef181431fbc4be83378f6d036d59e81e1"
700 765 },
701 766 "dist": {
702 767 "type": "zip",
703 - "url": "https://api.github.com/repos/PHP-DI/Invoker/zipball/cd6d9f267d1a3474bdddf1be1da079f01b942786",
704 - "reference": "cd6d9f267d1a3474bdddf1be1da079f01b942786",
768 + "url": "https://api.github.com/repos/PHP-DI/Invoker/zipball/3c1ddfdef181431fbc4be83378f6d036d59e81e1",
769 + "reference": "3c1ddfdef181431fbc4be83378f6d036d59e81e1",
705 770 "shasum": ""
706 771 },
707 772 "require": {
708 773 "php": ">=7.3",
@@ -710,11 +775,11 @@
710 775 },
711 776 "require-dev": {
712 777 "athletic/athletic": "~0.1.8",
713 778 "mnapoli/hard-mode": "~0.3.0",
714 - "phpunit/phpunit": "^9.0"
779 + "phpunit/phpunit": "^9.0 || ^10 || ^11 || ^12"
715 780 },
716 - "time": "2021-12-13T09:22:56+00:00",
781 + "time": "2025-08-30T10:22:22+00:00",
717 782 "type": "library",
718 783 "installation-source": "dist",
719 784 "autoload": {
720 785 "psr-4": {
@@ -736,9 +801,9 @@
736 801 "invoker"
737 802 ],
738 803 "support": {
739 804 "issues": "https://github.com/PHP-DI/Invoker/issues",
740 - "source": "https://github.com/PHP-DI/Invoker/tree/2.3.3"
805 + "source": "https://github.com/PHP-DI/Invoker/tree/2.3.7"
741 806 },
742 807 "funding": [
743 808 {
744 809 "url": "https://github.com/mnapoli",
@@ -1025,33 +1090,33 @@
1025 1090 "install-path": "../rakit/validation"
1026 1091 },
1027 1092 {
1028 1093 "name": "symfony/deprecation-contracts",
1029 - "version": "v2.5.2",
1030 - "version_normalized": "2.5.2.0",
1094 + "version": "v2.5.4",
1095 + "version_normalized": "2.5.4.0",
1031 1096 "source": {
1032 1097 "type": "git",
1033 1098 "url": "https://github.com/symfony/deprecation-contracts.git",
1034 - "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66"
1099 + "reference": "605389f2a7e5625f273b53960dc46aeaf9c62918"
1035 1100 },
1036 1101 "dist": {
1037 1102 "type": "zip",
1038 - "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
1039 - "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
1103 + "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/605389f2a7e5625f273b53960dc46aeaf9c62918",
1104 + "reference": "605389f2a7e5625f273b53960dc46aeaf9c62918",
1040 1105 "shasum": ""
1041 1106 },
1042 1107 "require": {
1043 1108 "php": ">=7.1"
1044 1109 },
1045 - "time": "2022-01-02T09:53:40+00:00",
1110 + "time": "2024-09-25T14:11:13+00:00",
1046 1111 "type": "library",
1047 1112 "extra": {
1113 + "thanks": {
1114 + "url": "https://github.com/symfony/contracts",
1115 + "name": "symfony/contracts"
1116 + },
1048 1117 "branch-alias": {
1049 1118 "dev-main": "2.5-dev"
1050 - },
1051 - "thanks": {
1052 - "name": "symfony/contracts",
1053 - "url": "https://github.com/symfony/contracts"
1054 1119 }
1055 1120 },
1056 1121 "installation-source": "dist",
1057 1122 "autoload": {
@@ -1075,9 +1140,9 @@
1075 1140 ],
1076 1141 "description": "A generic function and convention to trigger deprecation notices",
1077 1142 "homepage": "https://symfony.com",
1078 1143 "support": {
1079 - "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.2"
1144 + "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.4"
1080 1145 },
1081 1146 "funding": [
1082 1147 {
1083 1148 "url": "https://symfony.com/sponsor",
@@ -1095,32 +1160,40 @@
1095 1160 "install-path": "../symfony/deprecation-contracts"
1096 1161 },
1097 1162 {
1098 1163 "name": "symfony/http-foundation",
1099 - "version": "v4.4.44",
1100 - "version_normalized": "4.4.44.0",
1164 + "version": "v5.4.50",
1165 + "version_normalized": "5.4.50.0",
1101 1166 "source": {
1102 1167 "type": "git",
1103 1168 "url": "https://github.com/symfony/http-foundation.git",
1104 - "reference": "9bc83c2f78949fc64503134a3139a7b055890d06"
1169 + "reference": "1a0706e8b8041046052ea2695eb8aeee04f97609"
1105 1170 },
1106 1171 "dist": {
1107 1172 "type": "zip",
1108 - "url": "https://api.github.com/repos/symfony/http-foundation/zipball/9bc83c2f78949fc64503134a3139a7b055890d06",
1109 - "reference": "9bc83c2f78949fc64503134a3139a7b055890d06",
1173 + "url": "https://api.github.com/repos/symfony/http-foundation/zipball/1a0706e8b8041046052ea2695eb8aeee04f97609",
1174 + "reference": "1a0706e8b8041046052ea2695eb8aeee04f97609",
1110 1175 "shasum": ""
1111 1176 },
1112 1177 "require": {
1113 - "php": ">=7.1.3",
1114 - "symfony/mime": "^4.3|^5.0",
1178 + "php": ">=7.2.5",
1179 + "symfony/deprecation-contracts": "^2.1|^3",
1115 1180 "symfony/polyfill-mbstring": "~1.1",
1116 1181 "symfony/polyfill-php80": "^1.16"
1117 1182 },
1118 1183 "require-dev": {
1119 - "predis/predis": "~1.0",
1120 - "symfony/expression-language": "^3.4|^4.0|^5.0"
1184 + "predis/predis": "^1.0|^2.0",
1185 + "symfony/cache": "^4.4|^5.0|^6.0",
1186 + "symfony/dependency-injection": "^5.4|^6.0",
1187 + "symfony/expression-language": "^4.4|^5.0|^6.0",
1188 + "symfony/http-kernel": "^5.4.12|^6.0.12|^6.1.4",
1189 + "symfony/mime": "^4.4|^5.0|^6.0",
1190 + "symfony/rate-limiter": "^5.2|^6.0"
1121 1191 },
1122 - "time": "2022-07-20T09:59:04+00:00",
1192 + "suggest": {
1193 + "symfony/mime": "To use the file extension guesser"
1194 + },
1195 + "time": "2025-11-03T12:58:48+00:00",
1123 1196 "type": "library",
1124 1197 "installation-source": "dist",
1125 1198 "autoload": {
1126 1199 "psr-4": {
@@ -1146,9 +1219,9 @@
1146 1219 ],
1147 1220 "description": "Defines an object-oriented layer for the HTTP specification",
1148 1221 "homepage": "https://symfony.com",
1149 1222 "support": {
1150 - "source": "https://github.com/symfony/http-foundation/tree/v4.4.44"
1223 + "source": "https://github.com/symfony/http-foundation/tree/v5.4.50"
1151 1224 },
1152 1225 "funding": [
1153 1226 {
1154 1227 "url": "https://symfony.com/sponsor",
@@ -1158,8 +1231,12 @@
1158 1231 "url": "https://github.com/fabpot",
1159 1232 "type": "github"
1160 1233 },
1161 1234 {
1235 + "url": "https://github.com/nicolas-grekas",
1236 + "type": "github"
1237 + },
1238 + {
1162 1239 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1163 1240 "type": "tidelift"
1164 1241 }
1165 1242 ],
@@ -1166,19 +1243,19 @@
1166 1243 "install-path": "../symfony/http-foundation"
1167 1244 },
1168 1245 {
1169 1246 "name": "symfony/mime",
1170 - "version": "v5.4.11",
1171 - "version_normalized": "5.4.11.0",
1247 + "version": "v5.4.45",
1248 + "version_normalized": "5.4.45.0",
1172 1249 "source": {
1173 1250 "type": "git",
1174 1251 "url": "https://github.com/symfony/mime.git",
1175 - "reference": "3cd175cdcdb6db2e589e837dd46aff41027d9830"
1252 + "reference": "8c1b9b3e5b52981551fc6044539af1d974e39064"
1176 1253 },
1177 1254 "dist": {
1178 1255 "type": "zip",
1179 - "url": "https://api.github.com/repos/symfony/mime/zipball/3cd175cdcdb6db2e589e837dd46aff41027d9830",
1180 - "reference": "3cd175cdcdb6db2e589e837dd46aff41027d9830",
1256 + "url": "https://api.github.com/repos/symfony/mime/zipball/8c1b9b3e5b52981551fc6044539af1d974e39064",
1257 + "reference": "8c1b9b3e5b52981551fc6044539af1d974e39064",
1181 1258 "shasum": ""
1182 1259 },
1183 1260 "require": {
1184 1261 "php": ">=7.2.5",
@@ -1190,19 +1267,21 @@
1190 1267 "conflict": {
1191 1268 "egulias/email-validator": "~3.0.0",
1192 1269 "phpdocumentor/reflection-docblock": "<3.2.2",
1193 1270 "phpdocumentor/type-resolver": "<1.4.0",
1194 - "symfony/mailer": "<4.4"
1271 + "symfony/mailer": "<4.4",
1272 + "symfony/serializer": "<5.4.35|>=6,<6.3.12|>=6.4,<6.4.3"
1195 1273 },
1196 1274 "require-dev": {
1197 - "egulias/email-validator": "^2.1.10|^3.1",
1275 + "egulias/email-validator": "^2.1.10|^3.1|^4",
1198 1276 "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
1199 1277 "symfony/dependency-injection": "^4.4|^5.0|^6.0",
1278 + "symfony/process": "^5.4|^6.4",
1200 1279 "symfony/property-access": "^4.4|^5.1|^6.0",
1201 1280 "symfony/property-info": "^4.4|^5.1|^6.0",
1202 - "symfony/serializer": "^5.2|^6.0"
1281 + "symfony/serializer": "^5.4.35|~6.3.12|^6.4.3"
1203 1282 },
1204 - "time": "2022-07-20T11:34:24+00:00",
1283 + "time": "2024-10-23T20:18:32+00:00",
1205 1284 "type": "library",
1206 1285 "installation-source": "dist",
1207 1286 "autoload": {
1208 1287 "psr-4": {
@@ -1232,9 +1311,9 @@
1232 1311 "mime",
1233 1312 "mime-type"
1234 1313 ],
1235 1314 "support": {
1236 - "source": "https://github.com/symfony/mime/tree/v5.4.11"
1315 + "source": "https://github.com/symfony/mime/tree/v5.4.45"
1237 1316 },
1238 1317 "funding": [
1239 1318 {
1240 1319 "url": "https://symfony.com/sponsor",