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 +297 -216 3.23.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,89 @@
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 {
272 + "name": "laravel/serializable-closure",
273 + "version": "v1.3.7",
274 + "version_normalized": "1.3.7.0",
275 + "source": {
276 + "type": "git",
277 + "url": "https://github.com/laravel/serializable-closure.git",
278 + "reference": "4f48ade902b94323ca3be7646db16209ec76be3d"
279 + },
280 + "dist": {
281 + "type": "zip",
282 + "url": "https://api.github.com/repos/laravel/serializable-closure/zipball/4f48ade902b94323ca3be7646db16209ec76be3d",
283 + "reference": "4f48ade902b94323ca3be7646db16209ec76be3d",
284 + "shasum": ""
285 + },
286 + "require": {
287 + "php": "^7.3|^8.0"
288 + },
289 + "require-dev": {
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"
295 + },
296 + "time": "2024-11-14T18:34:49+00:00",
297 + "type": "library",
298 + "extra": {
299 + "branch-alias": {
300 + "dev-master": "1.x-dev"
301 + }
302 + },
303 + "installation-source": "dist",
304 + "autoload": {
305 + "psr-4": {
306 + "Laravel\\SerializableClosure\\": "src/"
307 + }
308 + },
309 + "notification-url": "https://packagist.org/downloads/",
310 + "license": [
311 + "MIT"
312 + ],
313 + "authors": [
314 + {
315 + "name": "Taylor Otwell",
316 + "email": "taylor@laravel.com"
317 + },
318 + {
319 + "name": "Nuno Maduro",
320 + "email": "nuno@laravel.com"
321 + }
322 + ],
323 + "description": "Laravel Serializable Closure provides an easy and secure way to serialize closures in PHP.",
324 + "keywords": [
325 + "closure",
326 + "laravel",
327 + "serializable"
328 + ],
329 + "support": {
330 + "issues": "https://github.com/laravel/serializable-closure/issues",
331 + "source": "https://github.com/laravel/serializable-closure"
332 + },
333 + "install-path": "../laravel/serializable-closure"
334 + },
335 + {
220 336 "name": "league/flysystem",
221 - "version": "1.1.9",
222 - "version_normalized": "1.1.9.0",
337 + "version": "1.1.10",
338 + "version_normalized": "1.1.10.0",
223 339 "source": {
224 340 "type": "git",
225 341 "url": "https://github.com/thephpleague/flysystem.git",
226 - "reference": "094defdb4a7001845300334e7c1ee2335925ef99"
342 + "reference": "3239285c825c152bcc315fe0e87d6b55f5972ed1"
227 343 },
228 344 "dist": {
229 345 "type": "zip",
230 - "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/094defdb4a7001845300334e7c1ee2335925ef99",
231 - "reference": "094defdb4a7001845300334e7c1ee2335925ef99",
346 + "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/3239285c825c152bcc315fe0e87d6b55f5972ed1",
347 + "reference": "3239285c825c152bcc315fe0e87d6b55f5972ed1",
232 348 "shasum": ""
233 349 },
234 350 "require": {
235 351 "ext-fileinfo": "*",
@@ -257,9 +373,9 @@
257 373 "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter",
258 374 "spatie/flysystem-dropbox": "Allows you to use Dropbox storage",
259 375 "srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications"
260 376 },
261 - "time": "2021-12-09T09:40:50+00:00",
377 + "time": "2022-10-04T09:16:37+00:00",
262 378 "type": "library",
263 379 "extra": {
264 380 "branch-alias": {
265 381 "dev-master": "1.1-dev"
@@ -302,9 +418,9 @@
302 418 "storage"
303 419 ],
304 420 "support": {
305 421 "issues": "https://github.com/thephpleague/flysystem/issues",
306 - "source": "https://github.com/thephpleague/flysystem/tree/1.1.9"
422 + "source": "https://github.com/thephpleague/flysystem/tree/1.1.10"
307 423 },
308 424 "funding": [
309 425 {
310 426 "url": "https://offset.earth/frankdejonge",
@@ -368,31 +484,31 @@
368 484 "install-path": "../league/flysystem-ziparchive"
369 485 },
370 486 {
371 487 "name": "league/mime-type-detection",
372 - "version": "1.11.0",
373 - "version_normalized": "1.11.0.0",
488 + "version": "1.16.0",
489 + "version_normalized": "1.16.0.0",
374 490 "source": {
375 491 "type": "git",
376 492 "url": "https://github.com/thephpleague/mime-type-detection.git",
377 - "reference": "ff6248ea87a9f116e78edd6002e39e5128a0d4dd"
493 + "reference": "2d6702ff215bf922936ccc1ad31007edc76451b9"
378 494 },
379 495 "dist": {
380 496 "type": "zip",
381 - "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/ff6248ea87a9f116e78edd6002e39e5128a0d4dd",
382 - "reference": "ff6248ea87a9f116e78edd6002e39e5128a0d4dd",
497 + "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/2d6702ff215bf922936ccc1ad31007edc76451b9",
498 + "reference": "2d6702ff215bf922936ccc1ad31007edc76451b9",
383 499 "shasum": ""
384 500 },
385 501 "require": {
386 502 "ext-fileinfo": "*",
387 - "php": "^7.2 || ^8.0"
503 + "php": "^7.4 || ^8.0"
388 504 },
389 505 "require-dev": {
390 506 "friendsofphp/php-cs-fixer": "^3.2",
391 507 "phpstan/phpstan": "^0.12.68",
392 - "phpunit/phpunit": "^8.5.8 || ^9.3"
508 + "phpunit/phpunit": "^8.5.8 || ^9.3 || ^10.0"
393 509 },
394 - "time": "2022-04-17T13:12:02+00:00",
510 + "time": "2024-09-21T08:32:55+00:00",
395 511 "type": "library",
396 512 "installation-source": "dist",
397 513 "autoload": {
398 514 "psr-4": {
@@ -411,9 +527,9 @@
411 527 ],
412 528 "description": "Mime-type detection for Flysystem",
413 529 "support": {
414 530 "issues": "https://github.com/thephpleague/mime-type-detection/issues",
415 - "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"
416 532 },
417 533 "funding": [
418 534 {
419 535 "url": "https://github.com/frankdejonge",
@@ -427,55 +543,71 @@
427 543 "install-path": "../league/mime-type-detection"
428 544 },
429 545 {
430 546 "name": "monolog/monolog",
431 - "version": "1.27.1",
432 - "version_normalized": "1.27.1.0",
547 + "version": "2.11.0",
548 + "version_normalized": "2.11.0.0",
433 549 "source": {
434 550 "type": "git",
435 551 "url": "https://github.com/Seldaek/monolog.git",
436 - "reference": "904713c5929655dc9b97288b69cfeedad610c9a1"
552 + "reference": "37308608e599f34a1a4845b16440047ec98a172a"
437 553 },
438 554 "dist": {
439 555 "type": "zip",
440 - "url": "https://api.github.com/repos/Seldaek/monolog/zipball/904713c5929655dc9b97288b69cfeedad610c9a1",
441 - "reference": "904713c5929655dc9b97288b69cfeedad610c9a1",
556 + "url": "https://api.github.com/repos/Seldaek/monolog/zipball/37308608e599f34a1a4845b16440047ec98a172a",
557 + "reference": "37308608e599f34a1a4845b16440047ec98a172a",
442 558 "shasum": ""
443 559 },
444 560 "require": {
445 - "php": ">=5.3.0",
446 - "psr/log": "~1.0"
561 + "php": ">=7.2",
562 + "psr/log": "^1.0.1 || ^2.0 || ^3.0"
447 563 },
448 564 "provide": {
449 - "psr/log-implementation": "1.0.0"
565 + "psr/log-implementation": "1.0.0 || 2.0.0 || 3.0.0"
450 566 },
451 567 "require-dev": {
452 568 "aws/aws-sdk-php": "^2.4.9 || ^3.0",
453 569 "doctrine/couchdb": "~1.0@dev",
454 - "graylog2/gelf-php": "~1.0",
455 - "php-amqplib/php-amqplib": "~2.4",
456 - "php-console/php-console": "^3.1.3",
457 - "phpstan/phpstan": "^0.12.59",
458 - "phpunit/phpunit": "~4.5",
459 - "ruflin/elastica": ">=0.90 <3.0",
460 - "sentry/sentry": "^0.13",
461 - "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"
462 586 },
463 587 "suggest": {
464 588 "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
465 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",
466 591 "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
467 - "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)",
468 597 "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
469 - "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)",
470 599 "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
471 - "php-console/php-console": "Allow sending log messages to Google Chrome",
472 600 "rollbar/rollbar": "Allow sending log messages to Rollbar",
473 - "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
474 - "sentry/sentry": "Allow sending log messages to a Sentry server"
601 + "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
475 602 },
476 - "time": "2022-06-09T08:53:42+00:00",
603 + "time": "2026-01-01T13:05:00+00:00",
477 604 "type": "library",
605 + "extra": {
606 + "branch-alias": {
607 + "dev-main": "2.x-dev"
608 + }
609 + },
478 610 "installation-source": "dist",
479 611 "autoload": {
480 612 "psr-4": {
481 613 "Monolog\\": "src/Monolog"
@@ -488,13 +620,13 @@
488 620 "authors": [
489 621 {
490 622 "name": "Jordi Boggiano",
491 623 "email": "j.boggiano@seld.be",
492 - "homepage": "http://seld.be"
624 + "homepage": "https://seld.be"
493 625 }
494 626 ],
495 627 "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
496 - "homepage": "http://github.com/Seldaek/monolog",
628 + "homepage": "https://github.com/Seldaek/monolog",
497 629 "keywords": [
498 630 "log",
499 631 "logging",
500 632 "psr-3"
@@ -500,9 +632,9 @@
500 632 "psr-3"
501 633 ],
502 634 "support": {
503 635 "issues": "https://github.com/Seldaek/monolog/issues",
504 - "source": "https://github.com/Seldaek/monolog/tree/1.27.1"
636 + "source": "https://github.com/Seldaek/monolog/tree/2.11.0"
505 637 },
506 638 "funding": [
507 639 {
508 640 "url": "https://github.com/Seldaek",
@@ -569,39 +701,34 @@
569 701 "install-path": "../nikic/fast-route"
570 702 },
571 703 {
572 704 "name": "nikic/php-parser",
573 - "version": "v4.14.0",
574 - "version_normalized": "4.14.0.0",
705 + "version": "v4.19.5",
706 + "version_normalized": "4.19.5.0",
575 707 "source": {
576 708 "type": "git",
577 709 "url": "https://github.com/nikic/PHP-Parser.git",
578 - "reference": "34bea19b6e03d8153165d8f30bba4c3be86184c1"
710 + "reference": "51bd93cc741b7fc3d63d20b6bdcd99fdaa359837"
579 711 },
580 712 "dist": {
581 713 "type": "zip",
582 - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/34bea19b6e03d8153165d8f30bba4c3be86184c1",
583 - "reference": "34bea19b6e03d8153165d8f30bba4c3be86184c1",
714 + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/51bd93cc741b7fc3d63d20b6bdcd99fdaa359837",
715 + "reference": "51bd93cc741b7fc3d63d20b6bdcd99fdaa359837",
584 716 "shasum": ""
585 717 },
586 718 "require": {
587 719 "ext-tokenizer": "*",
588 - "php": ">=7.0"
720 + "php": ">=7.1"
589 721 },
590 722 "require-dev": {
591 723 "ircmaxell/php-yacc": "^0.0.7",
592 - "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0"
724 + "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
593 725 },
594 - "time": "2022-05-31T20:59:12+00:00",
726 + "time": "2025-12-06T11:45:25+00:00",
595 727 "bin": [
596 728 "bin/php-parse"
597 729 ],
598 730 "type": "library",
599 - "extra": {
600 - "branch-alias": {
601 - "dev-master": "4.9-dev"
602 - }
603 - },
604 731 "installation-source": "dist",
605 732 "autoload": {
606 733 "psr-4": {
607 734 "PhpParser\\": "lib/PhpParser"
@@ -622,103 +749,37 @@
622 749 "php"
623 750 ],
624 751 "support": {
625 752 "issues": "https://github.com/nikic/PHP-Parser/issues",
626 - "source": "https://github.com/nikic/PHP-Parser/tree/v4.14.0"
753 + "source": "https://github.com/nikic/PHP-Parser/tree/v4.19.5"
627 754 },
628 755 "install-path": "../nikic/php-parser"
629 756 },
630 757 {
631 - "name": "opis/closure",
632 - "version": "3.6.3",
633 - "version_normalized": "3.6.3.0",
634 - "source": {
635 - "type": "git",
636 - "url": "https://github.com/opis/closure.git",
637 - "reference": "3d81e4309d2a927abbe66df935f4bb60082805ad"
638 - },
639 - "dist": {
640 - "type": "zip",
641 - "url": "https://api.github.com/repos/opis/closure/zipball/3d81e4309d2a927abbe66df935f4bb60082805ad",
642 - "reference": "3d81e4309d2a927abbe66df935f4bb60082805ad",
643 - "shasum": ""
644 - },
645 - "require": {
646 - "php": "^5.4 || ^7.0 || ^8.0"
647 - },
648 - "require-dev": {
649 - "jeremeamia/superclosure": "^2.0",
650 - "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0"
651 - },
652 - "time": "2022-01-27T09:35:39+00:00",
653 - "type": "library",
654 - "extra": {
655 - "branch-alias": {
656 - "dev-master": "3.6.x-dev"
657 - }
658 - },
659 - "installation-source": "dist",
660 - "autoload": {
661 - "files": [
662 - "functions.php"
663 - ],
664 - "psr-4": {
665 - "Opis\\Closure\\": "src/"
666 - }
667 - },
668 - "notification-url": "https://packagist.org/downloads/",
669 - "license": [
670 - "MIT"
671 - ],
672 - "authors": [
673 - {
674 - "name": "Marius Sarca",
675 - "email": "marius.sarca@gmail.com"
676 - },
677 - {
678 - "name": "Sorin Sarca",
679 - "email": "sarca_sorin@hotmail.com"
680 - }
681 - ],
682 - "description": "A library that can be used to serialize closures (anonymous functions) and arbitrary objects.",
683 - "homepage": "https://opis.io/closure",
684 - "keywords": [
685 - "anonymous functions",
686 - "closure",
687 - "function",
688 - "serializable",
689 - "serialization",
690 - "serialize"
691 - ],
692 - "support": {
693 - "issues": "https://github.com/opis/closure/issues",
694 - "source": "https://github.com/opis/closure/tree/3.6.3"
695 - },
696 - "install-path": "../opis/closure"
697 - },
698 - {
699 758 "name": "php-di/invoker",
700 - "version": "2.0.0",
701 - "version_normalized": "2.0.0.0",
759 + "version": "2.3.7",
760 + "version_normalized": "2.3.7.0",
702 761 "source": {
703 762 "type": "git",
704 763 "url": "https://github.com/PHP-DI/Invoker.git",
705 - "reference": "540c27c86f663e20fe39a24cd72fa76cdb21d41a"
764 + "reference": "3c1ddfdef181431fbc4be83378f6d036d59e81e1"
706 765 },
707 766 "dist": {
708 767 "type": "zip",
709 - "url": "https://api.github.com/repos/PHP-DI/Invoker/zipball/540c27c86f663e20fe39a24cd72fa76cdb21d41a",
710 - "reference": "540c27c86f663e20fe39a24cd72fa76cdb21d41a",
768 + "url": "https://api.github.com/repos/PHP-DI/Invoker/zipball/3c1ddfdef181431fbc4be83378f6d036d59e81e1",
769 + "reference": "3c1ddfdef181431fbc4be83378f6d036d59e81e1",
711 770 "shasum": ""
712 771 },
713 772 "require": {
714 - "psr/container": "~1.0"
773 + "php": ">=7.3",
774 + "psr/container": "^1.0|^2.0"
715 775 },
716 776 "require-dev": {
717 777 "athletic/athletic": "~0.1.8",
718 - "phpunit/phpunit": "~4.5"
778 + "mnapoli/hard-mode": "~0.3.0",
779 + "phpunit/phpunit": "^9.0 || ^10 || ^11 || ^12"
719 780 },
720 - "time": "2017-03-20T19:28:22+00:00",
781 + "time": "2025-08-30T10:22:22+00:00",
721 782 "type": "library",
722 783 "installation-source": "dist",
723 784 "autoload": {
724 785 "psr-4": {
@@ -740,30 +801,36 @@
740 801 "invoker"
741 802 ],
742 803 "support": {
743 804 "issues": "https://github.com/PHP-DI/Invoker/issues",
744 - "source": "https://github.com/PHP-DI/Invoker/tree/master"
805 + "source": "https://github.com/PHP-DI/Invoker/tree/2.3.7"
745 806 },
807 + "funding": [
808 + {
809 + "url": "https://github.com/mnapoli",
810 + "type": "github"
811 + }
812 + ],
746 813 "install-path": "../php-di/invoker"
747 814 },
748 815 {
749 816 "name": "php-di/php-di",
750 - "version": "6.3.5",
751 - "version_normalized": "6.3.5.0",
817 + "version": "6.4.0",
818 + "version_normalized": "6.4.0.0",
752 819 "source": {
753 820 "type": "git",
754 821 "url": "https://github.com/PHP-DI/PHP-DI.git",
755 - "reference": "b8126d066ce144765300ee0ab040c1ed6c9ef588"
822 + "reference": "ae0f1b3b03d8b29dff81747063cbfd6276246cc4"
756 823 },
757 824 "dist": {
758 825 "type": "zip",
759 - "url": "https://api.github.com/repos/PHP-DI/PHP-DI/zipball/b8126d066ce144765300ee0ab040c1ed6c9ef588",
760 - "reference": "b8126d066ce144765300ee0ab040c1ed6c9ef588",
826 + "url": "https://api.github.com/repos/PHP-DI/PHP-DI/zipball/ae0f1b3b03d8b29dff81747063cbfd6276246cc4",
827 + "reference": "ae0f1b3b03d8b29dff81747063cbfd6276246cc4",
761 828 "shasum": ""
762 829 },
763 830 "require": {
764 - "opis/closure": "^3.5.5",
765 - "php": ">=7.2.0",
831 + "laravel/serializable-closure": "^1.0",
832 + "php": ">=7.4.0",
766 833 "php-di/invoker": "^2.0",
767 834 "php-di/phpdoc-reader": "^2.0.1",
768 835 "psr/container": "^1.0"
769 836 },
@@ -770,20 +837,20 @@
770 837 "provide": {
771 838 "psr/container-implementation": "^1.0"
772 839 },
773 840 "require-dev": {
774 - "doctrine/annotations": "~1.2",
841 + "doctrine/annotations": "~1.10",
775 842 "friendsofphp/php-cs-fixer": "^2.4",
776 843 "mnapoli/phpunit-easymock": "^1.2",
777 - "ocramius/proxy-manager": "^2.0.2",
844 + "ocramius/proxy-manager": "^2.11.2",
778 845 "phpstan/phpstan": "^0.12",
779 - "phpunit/phpunit": "^8.5|^9.0"
846 + "phpunit/phpunit": "^9.5"
780 847 },
781 848 "suggest": {
782 849 "doctrine/annotations": "Install it if you want to use annotations (version ~1.2)",
783 850 "ocramius/proxy-manager": "Install it if you want to use lazy injection (version ~2.0)"
784 851 },
785 - "time": "2021-09-02T09:49:58+00:00",
852 + "time": "2022-04-09T16:46:38+00:00",
786 853 "type": "library",
787 854 "installation-source": "dist",
788 855 "autoload": {
789 856 "files": [
@@ -809,9 +876,9 @@
809 876 "psr11"
810 877 ],
811 878 "support": {
812 879 "issues": "https://github.com/PHP-DI/PHP-DI/issues",
813 - "source": "https://github.com/PHP-DI/PHP-DI/tree/6.3.5"
880 + "source": "https://github.com/PHP-DI/PHP-DI/tree/6.4.0"
814 881 },
815 882 "funding": [
816 883 {
817 884 "url": "https://github.com/mnapoli",
@@ -870,25 +937,25 @@
870 937 "install-path": "../php-di/phpdoc-reader"
871 938 },
872 939 {
873 940 "name": "psr/container",
874 - "version": "1.1.1",
875 - "version_normalized": "1.1.1.0",
941 + "version": "1.1.2",
942 + "version_normalized": "1.1.2.0",
876 943 "source": {
877 944 "type": "git",
878 945 "url": "https://github.com/php-fig/container.git",
879 - "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf"
946 + "reference": "513e0666f7216c7459170d56df27dfcefe1689ea"
880 947 },
881 948 "dist": {
882 949 "type": "zip",
883 - "url": "https://api.github.com/repos/php-fig/container/zipball/8622567409010282b7aeebe4bb841fe98b58dcaf",
884 - "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf",
950 + "url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea",
951 + "reference": "513e0666f7216c7459170d56df27dfcefe1689ea",
885 952 "shasum": ""
886 953 },
887 954 "require": {
888 - "php": ">=7.2.0"
955 + "php": ">=7.4.0"
889 956 },
890 - "time": "2021-03-05T17:36:06+00:00",
957 + "time": "2021-11-05T16:50:12+00:00",
891 958 "type": "library",
892 959 "installation-source": "dist",
893 960 "autoload": {
894 961 "psr-4": {
@@ -915,9 +982,9 @@
915 982 "psr"
916 983 ],
917 984 "support": {
918 985 "issues": "https://github.com/php-fig/container/issues",
919 - "source": "https://github.com/php-fig/container/tree/1.1.1"
986 + "source": "https://github.com/php-fig/container/tree/1.1.2"
920 987 },
921 988 "install-path": "../psr/container"
922 989 },
923 990 {
@@ -1023,33 +1090,33 @@
1023 1090 "install-path": "../rakit/validation"
1024 1091 },
1025 1092 {
1026 1093 "name": "symfony/deprecation-contracts",
1027 - "version": "v2.5.2",
1028 - "version_normalized": "2.5.2.0",
1094 + "version": "v2.5.4",
1095 + "version_normalized": "2.5.4.0",
1029 1096 "source": {
1030 1097 "type": "git",
1031 1098 "url": "https://github.com/symfony/deprecation-contracts.git",
1032 - "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66"
1099 + "reference": "605389f2a7e5625f273b53960dc46aeaf9c62918"
1033 1100 },
1034 1101 "dist": {
1035 1102 "type": "zip",
1036 - "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
1037 - "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
1103 + "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/605389f2a7e5625f273b53960dc46aeaf9c62918",
1104 + "reference": "605389f2a7e5625f273b53960dc46aeaf9c62918",
1038 1105 "shasum": ""
1039 1106 },
1040 1107 "require": {
1041 1108 "php": ">=7.1"
1042 1109 },
1043 - "time": "2022-01-02T09:53:40+00:00",
1110 + "time": "2024-09-25T14:11:13+00:00",
1044 1111 "type": "library",
1045 1112 "extra": {
1113 + "thanks": {
1114 + "url": "https://github.com/symfony/contracts",
1115 + "name": "symfony/contracts"
1116 + },
1046 1117 "branch-alias": {
1047 1118 "dev-main": "2.5-dev"
1048 - },
1049 - "thanks": {
1050 - "name": "symfony/contracts",
1051 - "url": "https://github.com/symfony/contracts"
1052 1119 }
1053 1120 },
1054 1121 "installation-source": "dist",
1055 1122 "autoload": {
@@ -1073,9 +1140,9 @@
1073 1140 ],
1074 1141 "description": "A generic function and convention to trigger deprecation notices",
1075 1142 "homepage": "https://symfony.com",
1076 1143 "support": {
1077 - "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.2"
1144 + "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.4"
1078 1145 },
1079 1146 "funding": [
1080 1147 {
1081 1148 "url": "https://symfony.com/sponsor",
@@ -1093,32 +1160,40 @@
1093 1160 "install-path": "../symfony/deprecation-contracts"
1094 1161 },
1095 1162 {
1096 1163 "name": "symfony/http-foundation",
1097 - "version": "v4.4.44",
1098 - "version_normalized": "4.4.44.0",
1164 + "version": "v5.4.50",
1165 + "version_normalized": "5.4.50.0",
1099 1166 "source": {
1100 1167 "type": "git",
1101 1168 "url": "https://github.com/symfony/http-foundation.git",
1102 - "reference": "9bc83c2f78949fc64503134a3139a7b055890d06"
1169 + "reference": "1a0706e8b8041046052ea2695eb8aeee04f97609"
1103 1170 },
1104 1171 "dist": {
1105 1172 "type": "zip",
1106 - "url": "https://api.github.com/repos/symfony/http-foundation/zipball/9bc83c2f78949fc64503134a3139a7b055890d06",
1107 - "reference": "9bc83c2f78949fc64503134a3139a7b055890d06",
1173 + "url": "https://api.github.com/repos/symfony/http-foundation/zipball/1a0706e8b8041046052ea2695eb8aeee04f97609",
1174 + "reference": "1a0706e8b8041046052ea2695eb8aeee04f97609",
1108 1175 "shasum": ""
1109 1176 },
1110 1177 "require": {
1111 - "php": ">=7.1.3",
1112 - "symfony/mime": "^4.3|^5.0",
1178 + "php": ">=7.2.5",
1179 + "symfony/deprecation-contracts": "^2.1|^3",
1113 1180 "symfony/polyfill-mbstring": "~1.1",
1114 1181 "symfony/polyfill-php80": "^1.16"
1115 1182 },
1116 1183 "require-dev": {
1117 - "predis/predis": "~1.0",
1118 - "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"
1119 1191 },
1120 - "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",
1121 1196 "type": "library",
1122 1197 "installation-source": "dist",
1123 1198 "autoload": {
1124 1199 "psr-4": {
@@ -1144,9 +1219,9 @@
1144 1219 ],
1145 1220 "description": "Defines an object-oriented layer for the HTTP specification",
1146 1221 "homepage": "https://symfony.com",
1147 1222 "support": {
1148 - "source": "https://github.com/symfony/http-foundation/tree/v4.4.44"
1223 + "source": "https://github.com/symfony/http-foundation/tree/v5.4.50"
1149 1224 },
1150 1225 "funding": [
1151 1226 {
1152 1227 "url": "https://symfony.com/sponsor",
@@ -1156,8 +1231,12 @@
1156 1231 "url": "https://github.com/fabpot",
1157 1232 "type": "github"
1158 1233 },
1159 1234 {
1235 + "url": "https://github.com/nicolas-grekas",
1236 + "type": "github"
1237 + },
1238 + {
1160 1239 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1161 1240 "type": "tidelift"
1162 1241 }
1163 1242 ],
@@ -1164,19 +1243,19 @@
1164 1243 "install-path": "../symfony/http-foundation"
1165 1244 },
1166 1245 {
1167 1246 "name": "symfony/mime",
1168 - "version": "v5.4.11",
1169 - "version_normalized": "5.4.11.0",
1247 + "version": "v5.4.45",
1248 + "version_normalized": "5.4.45.0",
1170 1249 "source": {
1171 1250 "type": "git",
1172 1251 "url": "https://github.com/symfony/mime.git",
1173 - "reference": "3cd175cdcdb6db2e589e837dd46aff41027d9830"
1252 + "reference": "8c1b9b3e5b52981551fc6044539af1d974e39064"
1174 1253 },
1175 1254 "dist": {
1176 1255 "type": "zip",
1177 - "url": "https://api.github.com/repos/symfony/mime/zipball/3cd175cdcdb6db2e589e837dd46aff41027d9830",
1178 - "reference": "3cd175cdcdb6db2e589e837dd46aff41027d9830",
1256 + "url": "https://api.github.com/repos/symfony/mime/zipball/8c1b9b3e5b52981551fc6044539af1d974e39064",
1257 + "reference": "8c1b9b3e5b52981551fc6044539af1d974e39064",
1179 1258 "shasum": ""
1180 1259 },
1181 1260 "require": {
1182 1261 "php": ">=7.2.5",
@@ -1188,19 +1267,21 @@
1188 1267 "conflict": {
1189 1268 "egulias/email-validator": "~3.0.0",
1190 1269 "phpdocumentor/reflection-docblock": "<3.2.2",
1191 1270 "phpdocumentor/type-resolver": "<1.4.0",
1192 - "symfony/mailer": "<4.4"
1271 + "symfony/mailer": "<4.4",
1272 + "symfony/serializer": "<5.4.35|>=6,<6.3.12|>=6.4,<6.4.3"
1193 1273 },
1194 1274 "require-dev": {
1195 - "egulias/email-validator": "^2.1.10|^3.1",
1275 + "egulias/email-validator": "^2.1.10|^3.1|^4",
1196 1276 "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
1197 1277 "symfony/dependency-injection": "^4.4|^5.0|^6.0",
1278 + "symfony/process": "^5.4|^6.4",
1198 1279 "symfony/property-access": "^4.4|^5.1|^6.0",
1199 1280 "symfony/property-info": "^4.4|^5.1|^6.0",
1200 - "symfony/serializer": "^5.2|^6.0"
1281 + "symfony/serializer": "^5.4.35|~6.3.12|^6.4.3"
1201 1282 },
1202 - "time": "2022-07-20T11:34:24+00:00",
1283 + "time": "2024-10-23T20:18:32+00:00",
1203 1284 "type": "library",
1204 1285 "installation-source": "dist",
1205 1286 "autoload": {
1206 1287 "psr-4": {
@@ -1230,9 +1311,9 @@
1230 1311 "mime",
1231 1312 "mime-type"
1232 1313 ],
1233 1314 "support": {
1234 - "source": "https://github.com/symfony/mime/tree/v5.4.11"
1315 + "source": "https://github.com/symfony/mime/tree/v5.4.45"
1235 1316 },
1236 1317 "funding": [
1237 1318 {
1238 1319 "url": "https://symfony.com/sponsor",