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"
7 "content-hash": "9f3035a68ea28a4f87fd5c8433bb5464",
10 "name": "beyondcode/laravel-websockets",
14 "url": "https://github.com/beyondcode/laravel-websockets.git",
15 "reference": "fee9a81e42a096d2aaca216ce91acf6e25d8c06d"
19 "url": "https://api.github.com/repos/beyondcode/laravel-websockets/zipball/fee9a81e42a096d2aaca216ce91acf6e25d8c06d",
20 "reference": "fee9a81e42a096d2aaca216ce91acf6e25d8c06d",
24 "cboden/ratchet": "^0.4.1",
26 "facade/ignition-contracts": "^1.0",
27 "guzzlehttp/psr7": "^1.7|^2.0",
28 "illuminate/broadcasting": "^6.0|^7.0|^8.0|^9.0|^10.0",
29 "illuminate/console": "^6.0|^7.0|^8.0|^9.0|^10.0",
30 "illuminate/http": "^6.0|^7.0|^8.0|^9.0|^10.0",
31 "illuminate/routing": "^6.0|^7.0|^8.0|^9.0|^10.0",
32 "illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0",
34 "pusher/pusher-php-server": "^3.0|^4.0|^5.0|^6.0|^7.0",
37 "symfony/http-kernel": "^4.0|^5.0|^6.0",
38 "symfony/psr-http-message-bridge": "^1.1|^2.0"
41 "mockery/mockery": "^1.3.3",
42 "orchestra/testbench": "^4.0|^5.0|^6.0|^7.0|^8.0",
43 "phpunit/phpunit": "^8.0|^9.0|^10.0"
49 "BeyondCode\\LaravelWebSockets\\WebSocketsServiceProvider"
52 "WebSocketRouter": "BeyondCode\\LaravelWebSockets\\Facades\\WebSocketRouter"
58 "BeyondCode\\LaravelWebSockets\\": "src"
61 "notification-url": "https://packagist.org/downloads/",
67 "name": "Marcel Pociot",
68 "email": "marcel@beyondco.de",
69 "homepage": "https://beyondcode.de",
73 "name": "Freek Van der Herten",
74 "email": "freek@spatie.be",
75 "homepage": "https://spatie.be",
79 "description": "An easy to use WebSocket server",
80 "homepage": "https://github.com/beyondcode/laravel-websockets",
86 "issues": "https://github.com/beyondcode/laravel-websockets/issues",
87 "source": "https://github.com/beyondcode/laravel-websockets/tree/1.14.1"
90 "time": "2023-08-30T07:23:12+00:00"
97 "url": "https://github.com/brick/math.git",
98 "reference": "0ad82ce168c82ba30d1c01ec86116ab52f589478"
102 "url": "https://api.github.com/repos/brick/math/zipball/0ad82ce168c82ba30d1c01ec86116ab52f589478",
103 "reference": "0ad82ce168c82ba30d1c01ec86116ab52f589478",
110 "php-coveralls/php-coveralls": "^2.2",
111 "phpunit/phpunit": "^9.0",
112 "vimeo/psalm": "5.0.0"
117 "Brick\\Math\\": "src/"
120 "notification-url": "https://packagist.org/downloads/",
124 "description": "Arbitrary-precision arithmetic library",
126 "Arbitrary-precision",
136 "issues": "https://github.com/brick/math/issues",
137 "source": "https://github.com/brick/math/tree/0.11.0"
141 "url": "https://github.com/BenMorel",
145 "time": "2023-01-15T23:15:59+00:00"
148 "name": "carbonphp/carbon-doctrine-types",
152 "url": "https://github.com/CarbonPHP/carbon-doctrine-types.git",
153 "reference": "99f76ffa36cce3b70a4a6abce41dba15ca2e84cb"
157 "url": "https://api.github.com/repos/CarbonPHP/carbon-doctrine-types/zipball/99f76ffa36cce3b70a4a6abce41dba15ca2e84cb",
158 "reference": "99f76ffa36cce3b70a4a6abce41dba15ca2e84cb",
162 "php": "^7.4 || ^8.0"
165 "doctrine/dbal": "<3.7.0 || >=4.0.0"
168 "doctrine/dbal": "^3.7.0",
169 "nesbot/carbon": "^2.71.0 || ^3.0.0",
170 "phpunit/phpunit": "^10.3"
175 "Carbon\\Doctrine\\": "src/Carbon/Doctrine/"
178 "notification-url": "https://packagist.org/downloads/",
184 "name": "KyleKatarn",
185 "email": "kylekatarnls@gmail.com"
188 "description": "Types to use Carbon in Doctrine",
197 "issues": "https://github.com/CarbonPHP/carbon-doctrine-types/issues",
198 "source": "https://github.com/CarbonPHP/carbon-doctrine-types/tree/2.1.0"
202 "url": "https://github.com/kylekatarnls",
206 "url": "https://opencollective.com/Carbon",
207 "type": "open_collective"
210 "url": "https://tidelift.com/funding/github/packagist/nesbot/carbon",
214 "time": "2023-12-11T17:09:12+00:00"
217 "name": "cboden/ratchet",
221 "url": "https://github.com/ratchetphp/Ratchet.git",
222 "reference": "5012dc954541b40c5599d286fd40653f5716a38f"
226 "url": "https://api.github.com/repos/ratchetphp/Ratchet/zipball/5012dc954541b40c5599d286fd40653f5716a38f",
227 "reference": "5012dc954541b40c5599d286fd40653f5716a38f",
231 "guzzlehttp/psr7": "^1.7|^2.0",
233 "ratchet/rfc6455": "^0.3.1",
234 "react/event-loop": ">=0.4",
235 "react/socket": "^1.0 || ^0.8 || ^0.7 || ^0.6 || ^0.5",
236 "symfony/http-foundation": "^2.6|^3.0|^4.0|^5.0|^6.0",
237 "symfony/routing": "^2.6|^3.0|^4.0|^5.0|^6.0"
240 "phpunit/phpunit": "~4.8"
245 "Ratchet\\": "src/Ratchet"
248 "notification-url": "https://packagist.org/downloads/",
254 "name": "Chris Boden",
255 "email": "cboden@gmail.com",
259 "name": "Matt Bonneau",
263 "description": "PHP WebSocket library",
264 "homepage": "http://socketo.me",
273 "chat": "https://gitter.im/reactphp/reactphp",
274 "issues": "https://github.com/ratchetphp/Ratchet/issues",
275 "source": "https://github.com/ratchetphp/Ratchet/tree/v0.4.4"
277 "time": "2021-12-14T00:20:41+00:00"
280 "name": "dflydev/dot-access-data",
284 "url": "https://github.com/dflydev/dflydev-dot-access-data.git",
285 "reference": "f41715465d65213d644d3141a6a93081be5d3549"
289 "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/f41715465d65213d644d3141a6a93081be5d3549",
290 "reference": "f41715465d65213d644d3141a6a93081be5d3549",
294 "php": "^7.1 || ^8.0"
297 "phpstan/phpstan": "^0.12.42",
298 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.3",
299 "scrutinizer/ocular": "1.6.0",
300 "squizlabs/php_codesniffer": "^3.5",
301 "vimeo/psalm": "^4.0.0"
306 "dev-main": "3.x-dev"
311 "Dflydev\\DotAccessData\\": "src/"
314 "notification-url": "https://packagist.org/downloads/",
320 "name": "Dragonfly Development Inc.",
321 "email": "info@dflydev.com",
322 "homepage": "http://dflydev.com"
325 "name": "Beau Simensen",
326 "email": "beau@dflydev.com",
327 "homepage": "http://beausimensen.com"
330 "name": "Carlos Frutos",
331 "email": "carlos@kiwing.it",
332 "homepage": "https://github.com/cfrutos"
335 "name": "Colin O'Dell",
336 "email": "colinodell@gmail.com",
337 "homepage": "https://www.colinodell.com"
340 "description": "Given a deep data structure, access data by dot notation.",
341 "homepage": "https://github.com/dflydev/dflydev-dot-access-data",
349 "issues": "https://github.com/dflydev/dflydev-dot-access-data/issues",
350 "source": "https://github.com/dflydev/dflydev-dot-access-data/tree/v3.0.2"
352 "time": "2022-10-27T11:44:00+00:00"
355 "name": "discord-php/http",
359 "url": "https://github.com/discord-php/DiscordPHP-Http.git",
360 "reference": "ccc02b4c9a7a0c5a7d00d783f9ab397cfc28ba09"
364 "url": "https://api.github.com/repos/discord-php/DiscordPHP-Http/zipball/ccc02b4c9a7a0c5a7d00d783f9ab397cfc28ba09",
365 "reference": "ccc02b4c9a7a0c5a7d00d783f9ab397cfc28ba09",
370 "psr/log": "^1.1 || ^2.0 || ^3.0",
371 "react/http": "^1.2",
372 "react/promise": "^2.2"
375 "friendsofphp/php-cs-fixer": "^2.17",
376 "guzzlehttp/guzzle": "^6.0|^7.0",
377 "monolog/monolog": "^2.2",
378 "psy/psysh": "^0.10.6"
381 "guzzlehttp/guzzle": "For alternative to ReactPHP/Http Browser"
386 "Discord\\Http\\": "src/Discord"
389 "notification-url": "https://packagist.org/downloads/",
395 "name": "David Cole",
396 "email": "david.cole1340@gmail.com"
399 "description": "Handles HTTP requests to Discord servers",
401 "issues": "https://github.com/discord-php/DiscordPHP-Http/issues",
402 "source": "https://github.com/discord-php/DiscordPHP-Http/tree/v9.1.9"
404 "time": "2023-07-16T05:11:07+00:00"
407 "name": "discord/interactions",
411 "url": "https://github.com/discord/discord-interactions-php.git",
412 "reference": "a6fc0c877b75cf5ff5811f2ea69c5cc4ad6ac457"
416 "url": "https://api.github.com/repos/discord/discord-interactions-php/zipball/a6fc0c877b75cf5ff5811f2ea69c5cc4ad6ac457",
417 "reference": "a6fc0c877b75cf5ff5811f2ea69c5cc4ad6ac457",
421 "simplito/elliptic-php": "<1.0,>=1.1"
424 "simplito/elliptic-php": "^1.0"
427 "simplito/elliptic-php": "Required to validate interaction signatures."
432 "Discord\\": "discord"
435 "notification-url": "https://packagist.org/downloads/",
441 "name": "Ian Webster",
442 "email": "ianw_php@ianww.com"
445 "description": "Utils for implementing the Discord Interactions API",
450 "issues": "https://github.com/discord/discord-interactions-php/issues",
451 "source": "https://github.com/discord/discord-interactions-php/tree/2.2.0"
453 "time": "2022-02-09T17:58:51+00:00"
456 "name": "doctrine/cache",
460 "url": "https://github.com/doctrine/cache.git",
461 "reference": "1ca8f21980e770095a31456042471a57bc4c68fb"
465 "url": "https://api.github.com/repos/doctrine/cache/zipball/1ca8f21980e770095a31456042471a57bc4c68fb",
466 "reference": "1ca8f21980e770095a31456042471a57bc4c68fb",
470 "php": "~7.1 || ^8.0"
473 "doctrine/common": ">2.2,<2.4"
476 "cache/integration-tests": "dev-master",
477 "doctrine/coding-standard": "^9",
478 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
479 "psr/cache": "^1.0 || ^2.0 || ^3.0",
480 "symfony/cache": "^4.4 || ^5.4 || ^6",
481 "symfony/var-exporter": "^4.4 || ^5.4 || ^6"
486 "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
489 "notification-url": "https://packagist.org/downloads/",
495 "name": "Guilherme Blanco",
496 "email": "guilhermeblanco@gmail.com"
499 "name": "Roman Borschel",
500 "email": "roman@code-factory.org"
503 "name": "Benjamin Eberlei",
504 "email": "kontakt@beberlei.de"
507 "name": "Jonathan Wage",
508 "email": "jonwage@gmail.com"
511 "name": "Johannes Schmitt",
512 "email": "schmittjoh@gmail.com"
515 "description": "PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.",
516 "homepage": "https://www.doctrine-project.org/projects/cache.html",
529 "issues": "https://github.com/doctrine/cache/issues",
530 "source": "https://github.com/doctrine/cache/tree/2.2.0"
534 "url": "https://www.doctrine-project.org/sponsorship.html",
538 "url": "https://www.patreon.com/phpdoctrine",
542 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcache",
546 "time": "2022-05-20T20:07:39+00:00"
549 "name": "doctrine/dbal",
553 "url": "https://github.com/doctrine/dbal.git",
554 "reference": "db922ba9436b7b18a23d1653a0b41ff2369ca41c"
558 "url": "https://api.github.com/repos/doctrine/dbal/zipball/db922ba9436b7b18a23d1653a0b41ff2369ca41c",
559 "reference": "db922ba9436b7b18a23d1653a0b41ff2369ca41c",
563 "composer-runtime-api": "^2",
564 "doctrine/cache": "^1.11|^2.0",
565 "doctrine/deprecations": "^0.5.3|^1",
566 "doctrine/event-manager": "^1|^2",
567 "php": "^7.4 || ^8.0",
568 "psr/cache": "^1|^2|^3",
569 "psr/log": "^1|^2|^3"
572 "doctrine/coding-standard": "12.0.0",
573 "fig/log-test": "^1",
574 "jetbrains/phpstorm-stubs": "2023.1",
575 "phpstan/phpstan": "1.10.58",
576 "phpstan/phpstan-strict-rules": "^1.5",
577 "phpunit/phpunit": "9.6.16",
578 "psalm/plugin-phpunit": "0.18.4",
579 "slevomat/coding-standard": "8.13.1",
580 "squizlabs/php_codesniffer": "3.9.0",
581 "symfony/cache": "^5.4|^6.0|^7.0",
582 "symfony/console": "^4.4|^5.4|^6.0|^7.0",
583 "vimeo/psalm": "4.30.0"
586 "symfony/console": "For helpful console commands such as SQL execution and import of files."
594 "Doctrine\\DBAL\\": "src"
597 "notification-url": "https://packagist.org/downloads/",
603 "name": "Guilherme Blanco",
604 "email": "guilhermeblanco@gmail.com"
607 "name": "Roman Borschel",
608 "email": "roman@code-factory.org"
611 "name": "Benjamin Eberlei",
612 "email": "kontakt@beberlei.de"
615 "name": "Jonathan Wage",
616 "email": "jonwage@gmail.com"
619 "description": "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.",
620 "homepage": "https://www.doctrine-project.org/projects/dbal.html",
642 "issues": "https://github.com/doctrine/dbal/issues",
643 "source": "https://github.com/doctrine/dbal/tree/3.8.3"
647 "url": "https://www.doctrine-project.org/sponsorship.html",
651 "url": "https://www.patreon.com/phpdoctrine",
655 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdbal",
659 "time": "2024-03-03T15:55:06+00:00"
662 "name": "doctrine/deprecations",
666 "url": "https://github.com/doctrine/deprecations.git",
667 "reference": "dfbaa3c2d2e9a9df1118213f3b8b0c597bb99fab"
671 "url": "https://api.github.com/repos/doctrine/deprecations/zipball/dfbaa3c2d2e9a9df1118213f3b8b0c597bb99fab",
672 "reference": "dfbaa3c2d2e9a9df1118213f3b8b0c597bb99fab",
676 "php": "^7.1 || ^8.0"
679 "doctrine/coding-standard": "^9",
680 "phpstan/phpstan": "1.4.10 || 1.10.15",
681 "phpstan/phpstan-phpunit": "^1.0",
682 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
683 "psalm/plugin-phpunit": "0.18.4",
684 "psr/log": "^1 || ^2 || ^3",
685 "vimeo/psalm": "4.30.0 || 5.12.0"
688 "psr/log": "Allows logging deprecations via PSR-3 logger implementation"
693 "Doctrine\\Deprecations\\": "lib/Doctrine/Deprecations"
696 "notification-url": "https://packagist.org/downloads/",
700 "description": "A small layer on top of trigger_error(E_USER_DEPRECATED) or PSR-3 logging with options to disable all deprecations or selectively for packages.",
701 "homepage": "https://www.doctrine-project.org/",
703 "issues": "https://github.com/doctrine/deprecations/issues",
704 "source": "https://github.com/doctrine/deprecations/tree/1.1.3"
706 "time": "2024-01-30T19:34:25+00:00"
709 "name": "doctrine/event-manager",
713 "url": "https://github.com/doctrine/event-manager.git",
714 "reference": "750671534e0241a7c50ea5b43f67e23eb5c96f32"
718 "url": "https://api.github.com/repos/doctrine/event-manager/zipball/750671534e0241a7c50ea5b43f67e23eb5c96f32",
719 "reference": "750671534e0241a7c50ea5b43f67e23eb5c96f32",
726 "doctrine/common": "<2.9"
729 "doctrine/coding-standard": "^10",
730 "phpstan/phpstan": "^1.8.8",
731 "phpunit/phpunit": "^9.5",
732 "vimeo/psalm": "^4.28"
737 "Doctrine\\Common\\": "src"
740 "notification-url": "https://packagist.org/downloads/",
746 "name": "Guilherme Blanco",
747 "email": "guilhermeblanco@gmail.com"
750 "name": "Roman Borschel",
751 "email": "roman@code-factory.org"
754 "name": "Benjamin Eberlei",
755 "email": "kontakt@beberlei.de"
758 "name": "Jonathan Wage",
759 "email": "jonwage@gmail.com"
762 "name": "Johannes Schmitt",
763 "email": "schmittjoh@gmail.com"
766 "name": "Marco Pivetta",
767 "email": "ocramius@gmail.com"
770 "description": "The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine projects.",
771 "homepage": "https://www.doctrine-project.org/projects/event-manager.html",
780 "issues": "https://github.com/doctrine/event-manager/issues",
781 "source": "https://github.com/doctrine/event-manager/tree/2.0.0"
785 "url": "https://www.doctrine-project.org/sponsorship.html",
789 "url": "https://www.patreon.com/phpdoctrine",
793 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fevent-manager",
797 "time": "2022-10-12T20:59:15+00:00"
800 "name": "doctrine/inflector",
804 "url": "https://github.com/doctrine/inflector.git",
805 "reference": "5817d0659c5b50c9b950feb9af7b9668e2c436bc"
809 "url": "https://api.github.com/repos/doctrine/inflector/zipball/5817d0659c5b50c9b950feb9af7b9668e2c436bc",
810 "reference": "5817d0659c5b50c9b950feb9af7b9668e2c436bc",
814 "php": "^7.2 || ^8.0"
817 "doctrine/coding-standard": "^11.0",
818 "phpstan/phpstan": "^1.8",
819 "phpstan/phpstan-phpunit": "^1.1",
820 "phpstan/phpstan-strict-rules": "^1.3",
821 "phpunit/phpunit": "^8.5 || ^9.5",
822 "vimeo/psalm": "^4.25 || ^5.4"
827 "Doctrine\\Inflector\\": "lib/Doctrine/Inflector"
830 "notification-url": "https://packagist.org/downloads/",
836 "name": "Guilherme Blanco",
837 "email": "guilhermeblanco@gmail.com"
840 "name": "Roman Borschel",
841 "email": "roman@code-factory.org"
844 "name": "Benjamin Eberlei",
845 "email": "kontakt@beberlei.de"
848 "name": "Jonathan Wage",
849 "email": "jonwage@gmail.com"
852 "name": "Johannes Schmitt",
853 "email": "schmittjoh@gmail.com"
856 "description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.",
857 "homepage": "https://www.doctrine-project.org/projects/inflector.html",
871 "issues": "https://github.com/doctrine/inflector/issues",
872 "source": "https://github.com/doctrine/inflector/tree/2.0.10"
876 "url": "https://www.doctrine-project.org/sponsorship.html",
880 "url": "https://www.patreon.com/phpdoctrine",
884 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finflector",
888 "time": "2024-02-18T20:23:39+00:00"
891 "name": "doctrine/lexer",
895 "url": "https://github.com/doctrine/lexer.git",
896 "reference": "31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd"
900 "url": "https://api.github.com/repos/doctrine/lexer/zipball/31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd",
901 "reference": "31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd",
908 "doctrine/coding-standard": "^12",
909 "phpstan/phpstan": "^1.10",
910 "phpunit/phpunit": "^10.5",
911 "psalm/plugin-phpunit": "^0.18.3",
912 "vimeo/psalm": "^5.21"
917 "Doctrine\\Common\\Lexer\\": "src"
920 "notification-url": "https://packagist.org/downloads/",
926 "name": "Guilherme Blanco",
927 "email": "guilhermeblanco@gmail.com"
930 "name": "Roman Borschel",
931 "email": "roman@code-factory.org"
934 "name": "Johannes Schmitt",
935 "email": "schmittjoh@gmail.com"
938 "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
939 "homepage": "https://www.doctrine-project.org/projects/lexer.html",
948 "issues": "https://github.com/doctrine/lexer/issues",
949 "source": "https://github.com/doctrine/lexer/tree/3.0.1"
953 "url": "https://www.doctrine-project.org/sponsorship.html",
957 "url": "https://www.patreon.com/phpdoctrine",
961 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer",
965 "time": "2024-02-05T11:56:58+00:00"
968 "name": "dragonmantank/cron-expression",
972 "url": "https://github.com/dragonmantank/cron-expression.git",
973 "reference": "adfb1f505deb6384dc8b39804c5065dd3c8c8c0a"
977 "url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/adfb1f505deb6384dc8b39804c5065dd3c8c8c0a",
978 "reference": "adfb1f505deb6384dc8b39804c5065dd3c8c8c0a",
983 "webmozart/assert": "^1.0"
986 "mtdowling/cron-expression": "^1.0"
989 "phpstan/extension-installer": "^1.0",
990 "phpstan/phpstan": "^1.0",
991 "phpstan/phpstan-webmozart-assert": "^1.0",
992 "phpunit/phpunit": "^7.0|^8.0|^9.0"
997 "Cron\\": "src/Cron/"
1000 "notification-url": "https://packagist.org/downloads/",
1006 "name": "Chris Tankersley",
1007 "email": "chris@ctankersley.com",
1008 "homepage": "https://github.com/dragonmantank"
1011 "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
1017 "issues": "https://github.com/dragonmantank/cron-expression/issues",
1018 "source": "https://github.com/dragonmantank/cron-expression/tree/v3.3.3"
1022 "url": "https://github.com/dragonmantank",
1026 "time": "2023-08-10T19:36:49+00:00"
1029 "name": "egulias/email-validator",
1033 "url": "https://github.com/egulias/EmailValidator.git",
1034 "reference": "ebaaf5be6c0286928352e054f2d5125608e5405e"
1038 "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/ebaaf5be6c0286928352e054f2d5125608e5405e",
1039 "reference": "ebaaf5be6c0286928352e054f2d5125608e5405e",
1043 "doctrine/lexer": "^2.0 || ^3.0",
1045 "symfony/polyfill-intl-idn": "^1.26"
1048 "phpunit/phpunit": "^10.2",
1049 "vimeo/psalm": "^5.12"
1052 "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
1057 "dev-master": "4.0.x-dev"
1062 "Egulias\\EmailValidator\\": "src"
1065 "notification-url": "https://packagist.org/downloads/",
1071 "name": "Eduardo Gulias Davis"
1074 "description": "A library for validating emails against several RFCs",
1075 "homepage": "https://github.com/egulias/EmailValidator",
1084 "issues": "https://github.com/egulias/EmailValidator/issues",
1085 "source": "https://github.com/egulias/EmailValidator/tree/4.0.2"
1089 "url": "https://github.com/egulias",
1093 "time": "2023-10-06T06:47:41+00:00"
1096 "name": "evenement/evenement",
1097 "version": "v3.0.2",
1100 "url": "https://github.com/igorw/evenement.git",
1101 "reference": "0a16b0d71ab13284339abb99d9d2bd813640efbc"
1105 "url": "https://api.github.com/repos/igorw/evenement/zipball/0a16b0d71ab13284339abb99d9d2bd813640efbc",
1106 "reference": "0a16b0d71ab13284339abb99d9d2bd813640efbc",
1113 "phpunit/phpunit": "^9 || ^6"
1118 "Evenement\\": "src/"
1121 "notification-url": "https://packagist.org/downloads/",
1127 "name": "Igor Wiedler",
1128 "email": "igor@wiedler.ch"
1131 "description": "Événement is a very simple event dispatching library for PHP",
1137 "issues": "https://github.com/igorw/evenement/issues",
1138 "source": "https://github.com/igorw/evenement/tree/v3.0.2"
1140 "time": "2023-08-08T05:53:35+00:00"
1143 "name": "facade/ignition-contracts",
1147 "url": "https://github.com/facade/ignition-contracts.git",
1148 "reference": "3c921a1cdba35b68a7f0ccffc6dffc1995b18267"
1152 "url": "https://api.github.com/repos/facade/ignition-contracts/zipball/3c921a1cdba35b68a7f0ccffc6dffc1995b18267",
1153 "reference": "3c921a1cdba35b68a7f0ccffc6dffc1995b18267",
1160 "friendsofphp/php-cs-fixer": "^v2.15.8",
1161 "phpunit/phpunit": "^9.3.11",
1162 "vimeo/psalm": "^3.17.1"
1167 "Facade\\IgnitionContracts\\": "src"
1170 "notification-url": "https://packagist.org/downloads/",
1176 "name": "Freek Van der Herten",
1177 "email": "freek@spatie.be",
1178 "homepage": "https://flareapp.io",
1182 "description": "Solution contracts for Ignition",
1183 "homepage": "https://github.com/facade/ignition-contracts",
1190 "issues": "https://github.com/facade/ignition-contracts/issues",
1191 "source": "https://github.com/facade/ignition-contracts/tree/1.0.2"
1193 "time": "2020-10-16T08:27:54+00:00"
1196 "name": "fig/http-message-util",
1200 "url": "https://github.com/php-fig/http-message-util.git",
1201 "reference": "9d94dc0154230ac39e5bf89398b324a86f63f765"
1205 "url": "https://api.github.com/repos/php-fig/http-message-util/zipball/9d94dc0154230ac39e5bf89398b324a86f63f765",
1206 "reference": "9d94dc0154230ac39e5bf89398b324a86f63f765",
1210 "php": "^5.3 || ^7.0 || ^8.0"
1213 "psr/http-message": "The package containing the PSR-7 interfaces"
1218 "dev-master": "1.1.x-dev"
1223 "Fig\\Http\\Message\\": "src/"
1226 "notification-url": "https://packagist.org/downloads/",
1233 "homepage": "https://www.php-fig.org/"
1236 "description": "Utility classes and constants for use with PSR-7 (psr/http-message)",
1246 "issues": "https://github.com/php-fig/http-message-util/issues",
1247 "source": "https://github.com/php-fig/http-message-util/tree/1.1.5"
1249 "time": "2020-11-24T22:02:12+00:00"
1252 "name": "fruitcake/php-cors",
1253 "version": "v1.3.0",
1256 "url": "https://github.com/fruitcake/php-cors.git",
1257 "reference": "3d158f36e7875e2f040f37bc0573956240a5a38b"
1261 "url": "https://api.github.com/repos/fruitcake/php-cors/zipball/3d158f36e7875e2f040f37bc0573956240a5a38b",
1262 "reference": "3d158f36e7875e2f040f37bc0573956240a5a38b",
1267 "symfony/http-foundation": "^4.4|^5.4|^6|^7"
1270 "phpstan/phpstan": "^1.4",
1271 "phpunit/phpunit": "^9",
1272 "squizlabs/php_codesniffer": "^3.5"
1277 "dev-master": "1.2-dev"
1282 "Fruitcake\\Cors\\": "src/"
1285 "notification-url": "https://packagist.org/downloads/",
1291 "name": "Fruitcake",
1292 "homepage": "https://fruitcake.nl"
1296 "email": "barryvdh@gmail.com"
1299 "description": "Cross-origin resource sharing library for the Symfony HttpFoundation",
1300 "homepage": "https://github.com/fruitcake/php-cors",
1307 "issues": "https://github.com/fruitcake/php-cors/issues",
1308 "source": "https://github.com/fruitcake/php-cors/tree/v1.3.0"
1312 "url": "https://fruitcake.nl",
1316 "url": "https://github.com/barryvdh",
1320 "time": "2023-10-12T05:21:21+00:00"
1323 "name": "graham-campbell/result-type",
1324 "version": "v1.1.2",
1327 "url": "https://github.com/GrahamCampbell/Result-Type.git",
1328 "reference": "fbd48bce38f73f8a4ec8583362e732e4095e5862"
1332 "url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/fbd48bce38f73f8a4ec8583362e732e4095e5862",
1333 "reference": "fbd48bce38f73f8a4ec8583362e732e4095e5862",
1337 "php": "^7.2.5 || ^8.0",
1338 "phpoption/phpoption": "^1.9.2"
1341 "phpunit/phpunit": "^8.5.34 || ^9.6.13 || ^10.4.2"
1346 "GrahamCampbell\\ResultType\\": "src/"
1349 "notification-url": "https://packagist.org/downloads/",
1355 "name": "Graham Campbell",
1356 "email": "hello@gjcampbell.co.uk",
1357 "homepage": "https://github.com/GrahamCampbell"
1360 "description": "An Implementation Of The Result Type",
1369 "issues": "https://github.com/GrahamCampbell/Result-Type/issues",
1370 "source": "https://github.com/GrahamCampbell/Result-Type/tree/v1.1.2"
1374 "url": "https://github.com/GrahamCampbell",
1378 "url": "https://tidelift.com/funding/github/packagist/graham-campbell/result-type",
1382 "time": "2023-11-12T22:16:48+00:00"
1385 "name": "guzzlehttp/guzzle",
1389 "url": "https://github.com/guzzle/guzzle.git",
1390 "reference": "41042bc7ab002487b876a0683fc8dce04ddce104"
1394 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/41042bc7ab002487b876a0683fc8dce04ddce104",
1395 "reference": "41042bc7ab002487b876a0683fc8dce04ddce104",
1400 "guzzlehttp/promises": "^1.5.3 || ^2.0.1",
1401 "guzzlehttp/psr7": "^1.9.1 || ^2.5.1",
1402 "php": "^7.2.5 || ^8.0",
1403 "psr/http-client": "^1.0",
1404 "symfony/deprecation-contracts": "^2.2 || ^3.0"
1407 "psr/http-client-implementation": "1.0"
1410 "bamarni/composer-bin-plugin": "^1.8.2",
1412 "php-http/client-integration-tests": "dev-master#2c025848417c1135031fdf9c728ee53d0a7ceaee as 3.0.999",
1413 "php-http/message-factory": "^1.1",
1414 "phpunit/phpunit": "^8.5.36 || ^9.6.15",
1415 "psr/log": "^1.1 || ^2.0 || ^3.0"
1418 "ext-curl": "Required for CURL handler support",
1419 "ext-intl": "Required for Internationalized Domain Name (IDN) support",
1420 "psr/log": "Required for using the Log middleware"
1426 "forward-command": false
1431 "src/functions_include.php"
1434 "GuzzleHttp\\": "src/"
1437 "notification-url": "https://packagist.org/downloads/",
1443 "name": "Graham Campbell",
1444 "email": "hello@gjcampbell.co.uk",
1445 "homepage": "https://github.com/GrahamCampbell"
1448 "name": "Michael Dowling",
1449 "email": "mtdowling@gmail.com",
1450 "homepage": "https://github.com/mtdowling"
1453 "name": "Jeremy Lindblom",
1454 "email": "jeremeamia@gmail.com",
1455 "homepage": "https://github.com/jeremeamia"
1458 "name": "George Mponos",
1459 "email": "gmponos@gmail.com",
1460 "homepage": "https://github.com/gmponos"
1463 "name": "Tobias Nyholm",
1464 "email": "tobias.nyholm@gmail.com",
1465 "homepage": "https://github.com/Nyholm"
1468 "name": "Márk Sági-Kazár",
1469 "email": "mark.sagikazar@gmail.com",
1470 "homepage": "https://github.com/sagikazarmark"
1473 "name": "Tobias Schultze",
1474 "email": "webmaster@tubo-world.de",
1475 "homepage": "https://github.com/Tobion"
1478 "description": "Guzzle is a PHP HTTP client library",
1491 "issues": "https://github.com/guzzle/guzzle/issues",
1492 "source": "https://github.com/guzzle/guzzle/tree/7.8.1"
1496 "url": "https://github.com/GrahamCampbell",
1500 "url": "https://github.com/Nyholm",
1504 "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
1508 "time": "2023-12-03T20:35:24+00:00"
1511 "name": "guzzlehttp/promises",
1515 "url": "https://github.com/guzzle/promises.git",
1516 "reference": "bbff78d96034045e58e13dedd6ad91b5d1253223"
1520 "url": "https://api.github.com/repos/guzzle/promises/zipball/bbff78d96034045e58e13dedd6ad91b5d1253223",
1521 "reference": "bbff78d96034045e58e13dedd6ad91b5d1253223",
1525 "php": "^7.2.5 || ^8.0"
1528 "bamarni/composer-bin-plugin": "^1.8.2",
1529 "phpunit/phpunit": "^8.5.36 || ^9.6.15"
1535 "forward-command": false
1540 "GuzzleHttp\\Promise\\": "src/"
1543 "notification-url": "https://packagist.org/downloads/",
1549 "name": "Graham Campbell",
1550 "email": "hello@gjcampbell.co.uk",
1551 "homepage": "https://github.com/GrahamCampbell"
1554 "name": "Michael Dowling",
1555 "email": "mtdowling@gmail.com",
1556 "homepage": "https://github.com/mtdowling"
1559 "name": "Tobias Nyholm",
1560 "email": "tobias.nyholm@gmail.com",
1561 "homepage": "https://github.com/Nyholm"
1564 "name": "Tobias Schultze",
1565 "email": "webmaster@tubo-world.de",
1566 "homepage": "https://github.com/Tobion"
1569 "description": "Guzzle promises library",
1574 "issues": "https://github.com/guzzle/promises/issues",
1575 "source": "https://github.com/guzzle/promises/tree/2.0.2"
1579 "url": "https://github.com/GrahamCampbell",
1583 "url": "https://github.com/Nyholm",
1587 "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
1591 "time": "2023-12-03T20:19:20+00:00"
1594 "name": "guzzlehttp/psr7",
1598 "url": "https://github.com/guzzle/psr7.git",
1599 "reference": "45b30f99ac27b5ca93cb4831afe16285f57b8221"
1603 "url": "https://api.github.com/repos/guzzle/psr7/zipball/45b30f99ac27b5ca93cb4831afe16285f57b8221",
1604 "reference": "45b30f99ac27b5ca93cb4831afe16285f57b8221",
1608 "php": "^7.2.5 || ^8.0",
1609 "psr/http-factory": "^1.0",
1610 "psr/http-message": "^1.1 || ^2.0",
1611 "ralouphie/getallheaders": "^3.0"
1614 "psr/http-factory-implementation": "1.0",
1615 "psr/http-message-implementation": "1.0"
1618 "bamarni/composer-bin-plugin": "^1.8.2",
1619 "http-interop/http-factory-tests": "^0.9",
1620 "phpunit/phpunit": "^8.5.36 || ^9.6.15"
1623 "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
1629 "forward-command": false
1634 "GuzzleHttp\\Psr7\\": "src/"
1637 "notification-url": "https://packagist.org/downloads/",
1643 "name": "Graham Campbell",
1644 "email": "hello@gjcampbell.co.uk",
1645 "homepage": "https://github.com/GrahamCampbell"
1648 "name": "Michael Dowling",
1649 "email": "mtdowling@gmail.com",
1650 "homepage": "https://github.com/mtdowling"
1653 "name": "George Mponos",
1654 "email": "gmponos@gmail.com",
1655 "homepage": "https://github.com/gmponos"
1658 "name": "Tobias Nyholm",
1659 "email": "tobias.nyholm@gmail.com",
1660 "homepage": "https://github.com/Nyholm"
1663 "name": "Márk Sági-Kazár",
1664 "email": "mark.sagikazar@gmail.com",
1665 "homepage": "https://github.com/sagikazarmark"
1668 "name": "Tobias Schultze",
1669 "email": "webmaster@tubo-world.de",
1670 "homepage": "https://github.com/Tobion"
1673 "name": "Márk Sági-Kazár",
1674 "email": "mark.sagikazar@gmail.com",
1675 "homepage": "https://sagikazarmark.hu"
1678 "description": "PSR-7 message implementation that also provides common utility methods",
1690 "issues": "https://github.com/guzzle/psr7/issues",
1691 "source": "https://github.com/guzzle/psr7/tree/2.6.2"
1695 "url": "https://github.com/GrahamCampbell",
1699 "url": "https://github.com/Nyholm",
1703 "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
1707 "time": "2023-12-03T20:05:35+00:00"
1710 "name": "guzzlehttp/uri-template",
1711 "version": "v1.0.3",
1714 "url": "https://github.com/guzzle/uri-template.git",
1715 "reference": "ecea8feef63bd4fef1f037ecb288386999ecc11c"
1719 "url": "https://api.github.com/repos/guzzle/uri-template/zipball/ecea8feef63bd4fef1f037ecb288386999ecc11c",
1720 "reference": "ecea8feef63bd4fef1f037ecb288386999ecc11c",
1724 "php": "^7.2.5 || ^8.0",
1725 "symfony/polyfill-php80": "^1.24"
1728 "bamarni/composer-bin-plugin": "^1.8.2",
1729 "phpunit/phpunit": "^8.5.36 || ^9.6.15",
1730 "uri-template/tests": "1.0.0"
1736 "forward-command": false
1741 "GuzzleHttp\\UriTemplate\\": "src"
1744 "notification-url": "https://packagist.org/downloads/",
1750 "name": "Graham Campbell",
1751 "email": "hello@gjcampbell.co.uk",
1752 "homepage": "https://github.com/GrahamCampbell"
1755 "name": "Michael Dowling",
1756 "email": "mtdowling@gmail.com",
1757 "homepage": "https://github.com/mtdowling"
1760 "name": "George Mponos",
1761 "email": "gmponos@gmail.com",
1762 "homepage": "https://github.com/gmponos"
1765 "name": "Tobias Nyholm",
1766 "email": "tobias.nyholm@gmail.com",
1767 "homepage": "https://github.com/Nyholm"
1770 "description": "A polyfill class for uri_template of PHP",
1776 "issues": "https://github.com/guzzle/uri-template/issues",
1777 "source": "https://github.com/guzzle/uri-template/tree/v1.0.3"
1781 "url": "https://github.com/GrahamCampbell",
1785 "url": "https://github.com/Nyholm",
1789 "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/uri-template",
1793 "time": "2023-12-03T19:50:20+00:00"
1796 "name": "jakyeru/larascord",
1797 "version": "v3.2.0",
1800 "url": "https://github.com/JakyeRU/Larascord.git",
1801 "reference": "1ad8ac83e973b4b646ecdc78dcf94930131bada3"
1805 "url": "https://api.github.com/repos/JakyeRU/Larascord/zipball/1ad8ac83e973b4b646ecdc78dcf94930131bada3",
1806 "reference": "1ad8ac83e973b4b646ecdc78dcf94930131bada3",
1810 "guzzlehttp/guzzle": "^7.4"
1813 "orchestra/testbench": "^6.22"
1819 "Jakyeru\\Larascord\\LarascordServiceProvider"
1825 "Jakyeru\\Larascord\\": "src/"
1828 "notification-url": "https://packagist.org/downloads/",
1835 "email": "jakyeru@gmail.com"
1838 "description": "Larascord is a package that allows you to authenticate users in your Laravel application using Discord.",
1840 "issues": "https://github.com/JakyeRU/Larascord/issues",
1841 "source": "https://github.com/JakyeRU/Larascord/tree/v3.2.0"
1843 "time": "2022-06-26T11:09:59+00:00"
1846 "name": "laravel/breeze",
1847 "version": "v1.29.1",
1850 "url": "https://github.com/laravel/breeze.git",
1851 "reference": "22c53b84b7fff91b01a318d71a10dfc251e92849"
1855 "url": "https://api.github.com/repos/laravel/breeze/zipball/22c53b84b7fff91b01a318d71a10dfc251e92849",
1856 "reference": "22c53b84b7fff91b01a318d71a10dfc251e92849",
1860 "illuminate/console": "^10.17",
1861 "illuminate/filesystem": "^10.17",
1862 "illuminate/support": "^10.17",
1863 "illuminate/validation": "^10.17",
1867 "orchestra/testbench": "^8.0",
1868 "phpstan/phpstan": "^1.10"
1873 "dev-master": "1.x-dev"
1877 "Laravel\\Breeze\\BreezeServiceProvider"
1883 "Laravel\\Breeze\\": "src/"
1886 "notification-url": "https://packagist.org/downloads/",
1892 "name": "Taylor Otwell",
1893 "email": "taylor@laravel.com"
1896 "description": "Minimal Laravel authentication scaffolding with Blade and Tailwind.",
1902 "issues": "https://github.com/laravel/breeze/issues",
1903 "source": "https://github.com/laravel/breeze"
1905 "time": "2024-03-04T14:35:21+00:00"
1908 "name": "laravel/framework",
1909 "version": "v10.48.4",
1912 "url": "https://github.com/laravel/framework.git",
1913 "reference": "7e0701bf59cb76a51f7c1f7bea51c0c0c29c0b72"
1917 "url": "https://api.github.com/repos/laravel/framework/zipball/7e0701bf59cb76a51f7c1f7bea51c0c0c29c0b72",
1918 "reference": "7e0701bf59cb76a51f7c1f7bea51c0c0c29c0b72",
1922 "brick/math": "^0.9.3|^0.10.2|^0.11|^0.12",
1923 "composer-runtime-api": "^2.2",
1924 "doctrine/inflector": "^2.0.5",
1925 "dragonmantank/cron-expression": "^3.3.2",
1926 "egulias/email-validator": "^3.2.1|^4.0",
1930 "ext-mbstring": "*",
1933 "ext-tokenizer": "*",
1934 "fruitcake/php-cors": "^1.2",
1935 "guzzlehttp/uri-template": "^1.0",
1936 "laravel/prompts": "^0.1.9",
1937 "laravel/serializable-closure": "^1.3",
1938 "league/commonmark": "^2.2.1",
1939 "league/flysystem": "^3.8.0",
1940 "monolog/monolog": "^3.0",
1941 "nesbot/carbon": "^2.67",
1942 "nunomaduro/termwind": "^1.13",
1944 "psr/container": "^1.1.1|^2.0.1",
1945 "psr/log": "^1.0|^2.0|^3.0",
1946 "psr/simple-cache": "^1.0|^2.0|^3.0",
1947 "ramsey/uuid": "^4.7",
1948 "symfony/console": "^6.2",
1949 "symfony/error-handler": "^6.2",
1950 "symfony/finder": "^6.2",
1951 "symfony/http-foundation": "^6.4",
1952 "symfony/http-kernel": "^6.2",
1953 "symfony/mailer": "^6.2",
1954 "symfony/mime": "^6.2",
1955 "symfony/process": "^6.2",
1956 "symfony/routing": "^6.2",
1957 "symfony/uid": "^6.2",
1958 "symfony/var-dumper": "^6.2",
1959 "tijsverkoyen/css-to-inline-styles": "^2.2.5",
1960 "vlucas/phpdotenv": "^5.4.1",
1961 "voku/portable-ascii": "^2.0"
1964 "carbonphp/carbon-doctrine-types": ">=3.0",
1965 "doctrine/dbal": ">=4.0",
1966 "mockery/mockery": "1.6.8",
1967 "phpunit/phpunit": ">=11.0.0",
1968 "tightenco/collect": "<5.5.33"
1971 "psr/container-implementation": "1.1|2.0",
1972 "psr/simple-cache-implementation": "1.0|2.0|3.0"
1975 "illuminate/auth": "self.version",
1976 "illuminate/broadcasting": "self.version",
1977 "illuminate/bus": "self.version",
1978 "illuminate/cache": "self.version",
1979 "illuminate/collections": "self.version",
1980 "illuminate/conditionable": "self.version",
1981 "illuminate/config": "self.version",
1982 "illuminate/console": "self.version",
1983 "illuminate/container": "self.version",
1984 "illuminate/contracts": "self.version",
1985 "illuminate/cookie": "self.version",
1986 "illuminate/database": "self.version",
1987 "illuminate/encryption": "self.version",
1988 "illuminate/events": "self.version",
1989 "illuminate/filesystem": "self.version",
1990 "illuminate/hashing": "self.version",
1991 "illuminate/http": "self.version",
1992 "illuminate/log": "self.version",
1993 "illuminate/macroable": "self.version",
1994 "illuminate/mail": "self.version",
1995 "illuminate/notifications": "self.version",
1996 "illuminate/pagination": "self.version",
1997 "illuminate/pipeline": "self.version",
1998 "illuminate/process": "self.version",
1999 "illuminate/queue": "self.version",
2000 "illuminate/redis": "self.version",
2001 "illuminate/routing": "self.version",
2002 "illuminate/session": "self.version",
2003 "illuminate/support": "self.version",
2004 "illuminate/testing": "self.version",
2005 "illuminate/translation": "self.version",
2006 "illuminate/validation": "self.version",
2007 "illuminate/view": "self.version"
2010 "ably/ably-php": "^1.0",
2011 "aws/aws-sdk-php": "^3.235.5",
2012 "doctrine/dbal": "^3.5.1",
2014 "fakerphp/faker": "^1.21",
2015 "guzzlehttp/guzzle": "^7.5",
2016 "league/flysystem-aws-s3-v3": "^3.0",
2017 "league/flysystem-ftp": "^3.0",
2018 "league/flysystem-path-prefixing": "^3.3",
2019 "league/flysystem-read-only": "^3.3",
2020 "league/flysystem-sftp-v3": "^3.0",
2021 "mockery/mockery": "^1.5.1",
2022 "nyholm/psr7": "^1.2",
2023 "orchestra/testbench-core": "^8.23.4",
2024 "pda/pheanstalk": "^4.0",
2025 "phpstan/phpstan": "^1.4.7",
2026 "phpunit/phpunit": "^10.0.7",
2027 "predis/predis": "^2.0.2",
2028 "symfony/cache": "^6.2",
2029 "symfony/http-client": "^6.2.4",
2030 "symfony/psr-http-message-bridge": "^2.0"
2033 "ably/ably-php": "Required to use the Ably broadcast driver (^1.0).",
2034 "aws/aws-sdk-php": "Required to use the SQS queue driver, DynamoDb failed job storage, and SES mail driver (^3.235.5).",
2035 "brianium/paratest": "Required to run tests in parallel (^6.0).",
2036 "doctrine/dbal": "Required to rename columns and drop SQLite columns (^3.5.1).",
2037 "ext-apcu": "Required to use the APC cache driver.",
2038 "ext-fileinfo": "Required to use the Filesystem class.",
2039 "ext-ftp": "Required to use the Flysystem FTP driver.",
2040 "ext-gd": "Required to use Illuminate\\Http\\Testing\\FileFactory::image().",
2041 "ext-memcached": "Required to use the memcache cache driver.",
2042 "ext-pcntl": "Required to use all features of the queue worker and console signal trapping.",
2043 "ext-pdo": "Required to use all database features.",
2044 "ext-posix": "Required to use all features of the queue worker.",
2045 "ext-redis": "Required to use the Redis cache and queue drivers (^4.0|^5.0).",
2046 "fakerphp/faker": "Required to use the eloquent factory builder (^1.9.1).",
2047 "filp/whoops": "Required for friendly error pages in development (^2.14.3).",
2048 "guzzlehttp/guzzle": "Required to use the HTTP Client and the ping methods on schedules (^7.5).",
2049 "laravel/tinker": "Required to use the tinker console command (^2.0).",
2050 "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (^3.0).",
2051 "league/flysystem-ftp": "Required to use the Flysystem FTP driver (^3.0).",
2052 "league/flysystem-path-prefixing": "Required to use the scoped driver (^3.3).",
2053 "league/flysystem-read-only": "Required to use read-only disks (^3.3)",
2054 "league/flysystem-sftp-v3": "Required to use the Flysystem SFTP driver (^3.0).",
2055 "mockery/mockery": "Required to use mocking (^1.5.1).",
2056 "nyholm/psr7": "Required to use PSR-7 bridging features (^1.2).",
2057 "pda/pheanstalk": "Required to use the beanstalk queue driver (^4.0).",
2058 "phpunit/phpunit": "Required to use assertions and run tests (^9.5.8|^10.0.7).",
2059 "predis/predis": "Required to use the predis connector (^2.0.2).",
2060 "psr/http-message": "Required to allow Storage::put to accept a StreamInterface (^1.0).",
2061 "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (^6.0|^7.0).",
2062 "symfony/cache": "Required to PSR-6 cache bridge (^6.2).",
2063 "symfony/filesystem": "Required to enable support for relative symbolic links (^6.2).",
2064 "symfony/http-client": "Required to enable support for the Symfony API mail transports (^6.2).",
2065 "symfony/mailgun-mailer": "Required to enable support for the Mailgun mail transport (^6.2).",
2066 "symfony/postmark-mailer": "Required to enable support for the Postmark mail transport (^6.2).",
2067 "symfony/psr-http-message-bridge": "Required to use PSR-7 bridging features (^2.0)."
2072 "dev-master": "10.x-dev"
2077 "src/Illuminate/Collections/helpers.php",
2078 "src/Illuminate/Events/functions.php",
2079 "src/Illuminate/Filesystem/functions.php",
2080 "src/Illuminate/Foundation/helpers.php",
2081 "src/Illuminate/Support/helpers.php"
2084 "Illuminate\\": "src/Illuminate/",
2085 "Illuminate\\Support\\": [
2086 "src/Illuminate/Macroable/",
2087 "src/Illuminate/Collections/",
2088 "src/Illuminate/Conditionable/"
2092 "notification-url": "https://packagist.org/downloads/",
2098 "name": "Taylor Otwell",
2099 "email": "taylor@laravel.com"
2102 "description": "The Laravel Framework.",
2103 "homepage": "https://laravel.com",
2109 "issues": "https://github.com/laravel/framework/issues",
2110 "source": "https://github.com/laravel/framework"
2112 "time": "2024-03-21T13:36:36+00:00"
2115 "name": "laravel/prompts",
2116 "version": "v0.1.17",
2119 "url": "https://github.com/laravel/prompts.git",
2120 "reference": "8ee9f87f7f9eadcbe21e9e72cd4176b2f06cd5b5"
2124 "url": "https://api.github.com/repos/laravel/prompts/zipball/8ee9f87f7f9eadcbe21e9e72cd4176b2f06cd5b5",
2125 "reference": "8ee9f87f7f9eadcbe21e9e72cd4176b2f06cd5b5",
2129 "ext-mbstring": "*",
2130 "illuminate/collections": "^10.0|^11.0",
2132 "symfony/console": "^6.2|^7.0"
2135 "illuminate/console": ">=10.17.0 <10.25.0",
2136 "laravel/framework": ">=10.17.0 <10.25.0"
2139 "mockery/mockery": "^1.5",
2140 "pestphp/pest": "^2.3",
2141 "phpstan/phpstan": "^1.11",
2142 "phpstan/phpstan-mockery": "^1.1"
2145 "ext-pcntl": "Required for the spinner to be animated."
2150 "dev-main": "0.1.x-dev"
2158 "Laravel\\Prompts\\": "src/"
2161 "notification-url": "https://packagist.org/downloads/",
2166 "issues": "https://github.com/laravel/prompts/issues",
2167 "source": "https://github.com/laravel/prompts/tree/v0.1.17"
2169 "time": "2024-03-13T16:05:43+00:00"
2172 "name": "laravel/sanctum",
2173 "version": "v3.3.3",
2176 "url": "https://github.com/laravel/sanctum.git",
2177 "reference": "8c104366459739f3ada0e994bcd3e6fd681ce3d5"
2181 "url": "https://api.github.com/repos/laravel/sanctum/zipball/8c104366459739f3ada0e994bcd3e6fd681ce3d5",
2182 "reference": "8c104366459739f3ada0e994bcd3e6fd681ce3d5",
2187 "illuminate/console": "^9.21|^10.0",
2188 "illuminate/contracts": "^9.21|^10.0",
2189 "illuminate/database": "^9.21|^10.0",
2190 "illuminate/support": "^9.21|^10.0",
2194 "mockery/mockery": "^1.0",
2195 "orchestra/testbench": "^7.28.2|^8.8.3",
2196 "phpstan/phpstan": "^1.10",
2197 "phpunit/phpunit": "^9.6"
2202 "dev-master": "3.x-dev"
2206 "Laravel\\Sanctum\\SanctumServiceProvider"
2212 "Laravel\\Sanctum\\": "src/"
2215 "notification-url": "https://packagist.org/downloads/",
2221 "name": "Taylor Otwell",
2222 "email": "taylor@laravel.com"
2225 "description": "Laravel Sanctum provides a featherweight authentication system for SPAs and simple APIs.",
2232 "issues": "https://github.com/laravel/sanctum/issues",
2233 "source": "https://github.com/laravel/sanctum"
2235 "time": "2023-12-19T18:44:48+00:00"
2238 "name": "laravel/serializable-closure",
2239 "version": "v1.3.3",
2242 "url": "https://github.com/laravel/serializable-closure.git",
2243 "reference": "3dbf8a8e914634c48d389c1234552666b3d43754"
2247 "url": "https://api.github.com/repos/laravel/serializable-closure/zipball/3dbf8a8e914634c48d389c1234552666b3d43754",
2248 "reference": "3dbf8a8e914634c48d389c1234552666b3d43754",
2255 "nesbot/carbon": "^2.61",
2256 "pestphp/pest": "^1.21.3",
2257 "phpstan/phpstan": "^1.8.2",
2258 "symfony/var-dumper": "^5.4.11"
2263 "dev-master": "1.x-dev"
2268 "Laravel\\SerializableClosure\\": "src/"
2271 "notification-url": "https://packagist.org/downloads/",
2277 "name": "Taylor Otwell",
2278 "email": "taylor@laravel.com"
2281 "name": "Nuno Maduro",
2282 "email": "nuno@laravel.com"
2285 "description": "Laravel Serializable Closure provides an easy and secure way to serialize closures in PHP.",
2292 "issues": "https://github.com/laravel/serializable-closure/issues",
2293 "source": "https://github.com/laravel/serializable-closure"
2295 "time": "2023-11-08T14:08:06+00:00"
2298 "name": "laravel/tinker",
2299 "version": "v2.9.0",
2302 "url": "https://github.com/laravel/tinker.git",
2303 "reference": "502e0fe3f0415d06d5db1f83a472f0f3b754bafe"
2307 "url": "https://api.github.com/repos/laravel/tinker/zipball/502e0fe3f0415d06d5db1f83a472f0f3b754bafe",
2308 "reference": "502e0fe3f0415d06d5db1f83a472f0f3b754bafe",
2312 "illuminate/console": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
2313 "illuminate/contracts": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
2314 "illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
2315 "php": "^7.2.5|^8.0",
2316 "psy/psysh": "^0.11.1|^0.12.0",
2317 "symfony/var-dumper": "^4.3.4|^5.0|^6.0|^7.0"
2320 "mockery/mockery": "~1.3.3|^1.4.2",
2321 "phpstan/phpstan": "^1.10",
2322 "phpunit/phpunit": "^8.5.8|^9.3.3"
2325 "illuminate/database": "The Illuminate Database package (^6.0|^7.0|^8.0|^9.0|^10.0|^11.0)."
2331 "Laravel\\Tinker\\TinkerServiceProvider"
2337 "Laravel\\Tinker\\": "src/"
2340 "notification-url": "https://packagist.org/downloads/",
2346 "name": "Taylor Otwell",
2347 "email": "taylor@laravel.com"
2350 "description": "Powerful REPL for the Laravel framework.",
2358 "issues": "https://github.com/laravel/tinker/issues",
2359 "source": "https://github.com/laravel/tinker/tree/v2.9.0"
2361 "time": "2024-01-04T16:10:04+00:00"
2364 "name": "laravel/ui",
2365 "version": "v4.5.1",
2368 "url": "https://github.com/laravel/ui.git",
2369 "reference": "a3562953123946996a503159199d6742d5534e61"
2373 "url": "https://api.github.com/repos/laravel/ui/zipball/a3562953123946996a503159199d6742d5534e61",
2374 "reference": "a3562953123946996a503159199d6742d5534e61",
2378 "illuminate/console": "^9.21|^10.0|^11.0",
2379 "illuminate/filesystem": "^9.21|^10.0|^11.0",
2380 "illuminate/support": "^9.21|^10.0|^11.0",
2381 "illuminate/validation": "^9.21|^10.0|^11.0",
2383 "symfony/console": "^6.0|^7.0"
2386 "orchestra/testbench": "^7.35|^8.15|^9.0",
2387 "phpunit/phpunit": "^9.3|^10.4|^11.0"
2392 "dev-master": "4.x-dev"
2396 "Laravel\\Ui\\UiServiceProvider"
2402 "Laravel\\Ui\\": "src/",
2403 "Illuminate\\Foundation\\Auth\\": "auth-backend/"
2406 "notification-url": "https://packagist.org/downloads/",
2412 "name": "Taylor Otwell",
2413 "email": "taylor@laravel.com"
2416 "description": "Laravel UI utilities and presets.",
2422 "source": "https://github.com/laravel/ui/tree/v4.5.1"
2424 "time": "2024-03-21T18:12:29+00:00"
2427 "name": "league/commonmark",
2431 "url": "https://github.com/thephpleague/commonmark.git",
2432 "reference": "91c24291965bd6d7c46c46a12ba7492f83b1cadf"
2436 "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/91c24291965bd6d7c46c46a12ba7492f83b1cadf",
2437 "reference": "91c24291965bd6d7c46c46a12ba7492f83b1cadf",
2441 "ext-mbstring": "*",
2442 "league/config": "^1.1.1",
2443 "php": "^7.4 || ^8.0",
2444 "psr/event-dispatcher": "^1.0",
2445 "symfony/deprecation-contracts": "^2.1 || ^3.0",
2446 "symfony/polyfill-php80": "^1.16"
2449 "cebe/markdown": "^1.0",
2450 "commonmark/cmark": "0.30.3",
2451 "commonmark/commonmark.js": "0.30.0",
2452 "composer/package-versions-deprecated": "^1.8",
2453 "embed/embed": "^4.4",
2454 "erusev/parsedown": "^1.0",
2456 "github/gfm": "0.29.0",
2457 "michelf/php-markdown": "^1.4 || ^2.0",
2458 "nyholm/psr7": "^1.5",
2459 "phpstan/phpstan": "^1.8.2",
2460 "phpunit/phpunit": "^9.5.21 || ^10.5.9 || ^11.0.0",
2461 "scrutinizer/ocular": "^1.8.1",
2462 "symfony/finder": "^5.3 | ^6.0 || ^7.0",
2463 "symfony/yaml": "^2.3 | ^3.0 | ^4.0 | ^5.0 | ^6.0 || ^7.0",
2464 "unleashedtech/php-coding-standard": "^3.1.1",
2465 "vimeo/psalm": "^4.24.0 || ^5.0.0"
2468 "symfony/yaml": "v2.3+ required if using the Front Matter extension"
2473 "dev-main": "2.5-dev"
2478 "League\\CommonMark\\": "src"
2481 "notification-url": "https://packagist.org/downloads/",
2487 "name": "Colin O'Dell",
2488 "email": "colinodell@gmail.com",
2489 "homepage": "https://www.colinodell.com",
2490 "role": "Lead Developer"
2493 "description": "Highly-extensible PHP Markdown parser which fully supports the CommonMark spec and GitHub-Flavored Markdown (GFM)",
2494 "homepage": "https://commonmark.thephpleague.com",
2506 "docs": "https://commonmark.thephpleague.com/",
2507 "forum": "https://github.com/thephpleague/commonmark/discussions",
2508 "issues": "https://github.com/thephpleague/commonmark/issues",
2509 "rss": "https://github.com/thephpleague/commonmark/releases.atom",
2510 "source": "https://github.com/thephpleague/commonmark"
2514 "url": "https://www.colinodell.com/sponsor",
2518 "url": "https://www.paypal.me/colinpodell/10.00",
2522 "url": "https://github.com/colinodell",
2526 "url": "https://tidelift.com/funding/github/packagist/league/commonmark",
2530 "time": "2024-02-02T11:59:32+00:00"
2533 "name": "league/config",
2534 "version": "v1.2.0",
2537 "url": "https://github.com/thephpleague/config.git",
2538 "reference": "754b3604fb2984c71f4af4a9cbe7b57f346ec1f3"
2542 "url": "https://api.github.com/repos/thephpleague/config/zipball/754b3604fb2984c71f4af4a9cbe7b57f346ec1f3",
2543 "reference": "754b3604fb2984c71f4af4a9cbe7b57f346ec1f3",
2547 "dflydev/dot-access-data": "^3.0.1",
2548 "nette/schema": "^1.2",
2549 "php": "^7.4 || ^8.0"
2552 "phpstan/phpstan": "^1.8.2",
2553 "phpunit/phpunit": "^9.5.5",
2554 "scrutinizer/ocular": "^1.8.1",
2555 "unleashedtech/php-coding-standard": "^3.1",
2556 "vimeo/psalm": "^4.7.3"
2561 "dev-main": "1.2-dev"
2566 "League\\Config\\": "src"
2569 "notification-url": "https://packagist.org/downloads/",
2575 "name": "Colin O'Dell",
2576 "email": "colinodell@gmail.com",
2577 "homepage": "https://www.colinodell.com",
2578 "role": "Lead Developer"
2581 "description": "Define configuration arrays with strict schemas and access values with dot notation",
2582 "homepage": "https://config.thephpleague.com",
2593 "docs": "https://config.thephpleague.com/",
2594 "issues": "https://github.com/thephpleague/config/issues",
2595 "rss": "https://github.com/thephpleague/config/releases.atom",
2596 "source": "https://github.com/thephpleague/config"
2600 "url": "https://www.colinodell.com/sponsor",
2604 "url": "https://www.paypal.me/colinpodell/10.00",
2608 "url": "https://github.com/colinodell",
2612 "time": "2022-12-11T20:36:23+00:00"
2615 "name": "league/flysystem",
2616 "version": "3.26.0",
2619 "url": "https://github.com/thephpleague/flysystem.git",
2620 "reference": "072735c56cc0da00e10716dd90d5a7f7b40b36be"
2624 "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/072735c56cc0da00e10716dd90d5a7f7b40b36be",
2625 "reference": "072735c56cc0da00e10716dd90d5a7f7b40b36be",
2629 "league/flysystem-local": "^3.0.0",
2630 "league/mime-type-detection": "^1.0.0",
2634 "async-aws/core": "<1.19.0",
2635 "async-aws/s3": "<1.14.0",
2636 "aws/aws-sdk-php": "3.209.31 || 3.210.0",
2637 "guzzlehttp/guzzle": "<7.0",
2638 "guzzlehttp/ringphp": "<1.1.1",
2639 "phpseclib/phpseclib": "3.0.15",
2640 "symfony/http-client": "<5.2"
2643 "async-aws/s3": "^1.5 || ^2.0",
2644 "async-aws/simple-s3": "^1.1 || ^2.0",
2645 "aws/aws-sdk-php": "^3.295.10",
2646 "composer/semver": "^3.0",
2647 "ext-fileinfo": "*",
2650 "friendsofphp/php-cs-fixer": "^3.5",
2651 "google/cloud-storage": "^1.23",
2652 "microsoft/azure-storage-blob": "^1.1",
2653 "phpseclib/phpseclib": "^3.0.36",
2654 "phpstan/phpstan": "^1.10",
2655 "phpunit/phpunit": "^9.5.11|^10.0",
2656 "sabre/dav": "^4.6.0"
2661 "League\\Flysystem\\": "src"
2664 "notification-url": "https://packagist.org/downloads/",
2670 "name": "Frank de Jonge",
2671 "email": "info@frankdejonge.nl"
2674 "description": "File storage abstraction for PHP",
2689 "issues": "https://github.com/thephpleague/flysystem/issues",
2690 "source": "https://github.com/thephpleague/flysystem/tree/3.26.0"
2694 "url": "https://ecologi.com/frankdejonge",
2698 "url": "https://github.com/frankdejonge",
2702 "time": "2024-03-25T11:49:53+00:00"
2705 "name": "league/flysystem-local",
2706 "version": "3.25.1",
2709 "url": "https://github.com/thephpleague/flysystem-local.git",
2710 "reference": "61a6a90d6e999e4ddd9ce5adb356de0939060b92"
2714 "url": "https://api.github.com/repos/thephpleague/flysystem-local/zipball/61a6a90d6e999e4ddd9ce5adb356de0939060b92",
2715 "reference": "61a6a90d6e999e4ddd9ce5adb356de0939060b92",
2719 "ext-fileinfo": "*",
2720 "league/flysystem": "^3.0.0",
2721 "league/mime-type-detection": "^1.0.0",
2727 "League\\Flysystem\\Local\\": ""
2730 "notification-url": "https://packagist.org/downloads/",
2736 "name": "Frank de Jonge",
2737 "email": "info@frankdejonge.nl"
2740 "description": "Local filesystem adapter for Flysystem.",
2749 "source": "https://github.com/thephpleague/flysystem-local/tree/3.25.1"
2753 "url": "https://ecologi.com/frankdejonge",
2757 "url": "https://github.com/frankdejonge",
2761 "time": "2024-03-15T19:58:44+00:00"
2764 "name": "league/mime-type-detection",
2765 "version": "1.15.0",
2768 "url": "https://github.com/thephpleague/mime-type-detection.git",
2769 "reference": "ce0f4d1e8a6f4eb0ddff33f57c69c50fd09f4301"
2773 "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/ce0f4d1e8a6f4eb0ddff33f57c69c50fd09f4301",
2774 "reference": "ce0f4d1e8a6f4eb0ddff33f57c69c50fd09f4301",
2778 "ext-fileinfo": "*",
2779 "php": "^7.4 || ^8.0"
2782 "friendsofphp/php-cs-fixer": "^3.2",
2783 "phpstan/phpstan": "^0.12.68",
2784 "phpunit/phpunit": "^8.5.8 || ^9.3 || ^10.0"
2789 "League\\MimeTypeDetection\\": "src"
2792 "notification-url": "https://packagist.org/downloads/",
2798 "name": "Frank de Jonge",
2799 "email": "info@frankdejonge.nl"
2802 "description": "Mime-type detection for Flysystem",
2804 "issues": "https://github.com/thephpleague/mime-type-detection/issues",
2805 "source": "https://github.com/thephpleague/mime-type-detection/tree/1.15.0"
2809 "url": "https://github.com/frankdejonge",
2813 "url": "https://tidelift.com/funding/github/packagist/league/flysystem",
2817 "time": "2024-01-28T23:22:08+00:00"
2820 "name": "mollie/polyfill-libsodium",
2821 "version": "v1.1.1",
2824 "url": "https://github.com/mollie/polyfill-libsodium.git",
2825 "reference": "60351707e048080a2218a97296f88733f050f183"
2829 "url": "https://api.github.com/repos/mollie/polyfill-libsodium/zipball/60351707e048080a2218a97296f88733f050f183",
2830 "reference": "60351707e048080a2218a97296f88733f050f183",
2837 "ext-sodium": "The new sodium php extension"
2845 "notification-url": "https://packagist.org/downloads/",
2851 "name": "Martijn Smit",
2852 "email": "smit@mollie.com"
2855 "name": "Willem Stuursma-Ruwen",
2856 "email": "willem@mollie.com"
2859 "description": "A polyfill package to transition from the libsodium php extension to the sodium extension. Which is included in PHP 7.2",
2861 "issues": "https://github.com/mollie/polyfill-libsodium/issues",
2862 "source": "https://github.com/mollie/polyfill-libsodium/tree/master"
2864 "time": "2018-01-22T16:27:22+00:00"
2867 "name": "monolog/monolog",
2871 "url": "https://github.com/Seldaek/monolog.git",
2872 "reference": "c915e2634718dbc8a4a15c61b0e62e7a44e14448"
2876 "url": "https://api.github.com/repos/Seldaek/monolog/zipball/c915e2634718dbc8a4a15c61b0e62e7a44e14448",
2877 "reference": "c915e2634718dbc8a4a15c61b0e62e7a44e14448",
2882 "psr/log": "^2.0 || ^3.0"
2885 "psr/log-implementation": "3.0.0"
2888 "aws/aws-sdk-php": "^3.0",
2889 "doctrine/couchdb": "~1.0@dev",
2890 "elasticsearch/elasticsearch": "^7 || ^8",
2892 "graylog2/gelf-php": "^1.4.2 || ^2.0",
2893 "guzzlehttp/guzzle": "^7.4.5",
2894 "guzzlehttp/psr7": "^2.2",
2895 "mongodb/mongodb": "^1.8",
2896 "php-amqplib/php-amqplib": "~2.4 || ^3",
2897 "phpstan/phpstan": "^1.9",
2898 "phpstan/phpstan-deprecation-rules": "^1.0",
2899 "phpstan/phpstan-strict-rules": "^1.4",
2900 "phpunit/phpunit": "^10.1",
2901 "predis/predis": "^1.1 || ^2",
2902 "ruflin/elastica": "^7",
2903 "symfony/mailer": "^5.4 || ^6",
2904 "symfony/mime": "^5.4 || ^6"
2907 "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
2908 "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
2909 "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
2910 "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
2911 "ext-curl": "Required to send log messages using the IFTTTHandler, the LogglyHandler, the SendGridHandler, the SlackWebhookHandler or the TelegramBotHandler",
2912 "ext-mbstring": "Allow to work properly with unicode symbols",
2913 "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
2914 "ext-openssl": "Required to send log messages using SSL",
2915 "ext-sockets": "Allow sending log messages to a Syslog server (via UDP driver)",
2916 "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
2917 "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
2918 "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
2919 "rollbar/rollbar": "Allow sending log messages to Rollbar",
2920 "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
2925 "dev-main": "3.x-dev"
2930 "Monolog\\": "src/Monolog"
2933 "notification-url": "https://packagist.org/downloads/",
2939 "name": "Jordi Boggiano",
2940 "email": "j.boggiano@seld.be",
2941 "homepage": "https://seld.be"
2944 "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
2945 "homepage": "https://github.com/Seldaek/monolog",
2952 "issues": "https://github.com/Seldaek/monolog/issues",
2953 "source": "https://github.com/Seldaek/monolog/tree/3.5.0"
2957 "url": "https://github.com/Seldaek",
2961 "url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
2965 "time": "2023-10-27T15:32:31+00:00"
2968 "name": "nesbot/carbon",
2969 "version": "2.72.3",
2972 "url": "https://github.com/briannesbitt/Carbon.git",
2973 "reference": "0c6fd108360c562f6e4fd1dedb8233b423e91c83"
2977 "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/0c6fd108360c562f6e4fd1dedb8233b423e91c83",
2978 "reference": "0c6fd108360c562f6e4fd1dedb8233b423e91c83",
2982 "carbonphp/carbon-doctrine-types": "*",
2984 "php": "^7.1.8 || ^8.0",
2985 "psr/clock": "^1.0",
2986 "symfony/polyfill-mbstring": "^1.0",
2987 "symfony/polyfill-php80": "^1.16",
2988 "symfony/translation": "^3.4 || ^4.0 || ^5.0 || ^6.0"
2991 "psr/clock-implementation": "1.0"
2994 "doctrine/dbal": "^2.0 || ^3.1.4 || ^4.0",
2995 "doctrine/orm": "^2.7 || ^3.0",
2996 "friendsofphp/php-cs-fixer": "^3.0",
2997 "kylekatarnls/multi-tester": "^2.0",
2998 "ondrejmirtes/better-reflection": "*",
2999 "phpmd/phpmd": "^2.9",
3000 "phpstan/extension-installer": "^1.0",
3001 "phpstan/phpstan": "^0.12.99 || ^1.7.14",
3002 "phpunit/php-file-iterator": "^2.0.5 || ^3.0.6",
3003 "phpunit/phpunit": "^7.5.20 || ^8.5.26 || ^9.5.20",
3004 "squizlabs/php_codesniffer": "^3.4"
3012 "dev-3.x": "3.x-dev",
3013 "dev-master": "2.x-dev"
3017 "Carbon\\Laravel\\ServiceProvider"
3028 "Carbon\\": "src/Carbon/"
3031 "notification-url": "https://packagist.org/downloads/",
3037 "name": "Brian Nesbitt",
3038 "email": "brian@nesbot.com",
3039 "homepage": "https://markido.com"
3042 "name": "kylekatarnls",
3043 "homepage": "https://github.com/kylekatarnls"
3046 "description": "An API extension for DateTime that supports 281 different languages.",
3047 "homepage": "https://carbon.nesbot.com",
3054 "docs": "https://carbon.nesbot.com/docs",
3055 "issues": "https://github.com/briannesbitt/Carbon/issues",
3056 "source": "https://github.com/briannesbitt/Carbon"
3060 "url": "https://github.com/sponsors/kylekatarnls",
3064 "url": "https://opencollective.com/Carbon#sponsor",
3065 "type": "opencollective"
3068 "url": "https://tidelift.com/subscription/pkg/packagist-nesbot-carbon?utm_source=packagist-nesbot-carbon&utm_medium=referral&utm_campaign=readme",
3072 "time": "2024-01-25T10:35:09+00:00"
3075 "name": "nette/schema",
3076 "version": "v1.3.0",
3079 "url": "https://github.com/nette/schema.git",
3080 "reference": "a6d3a6d1f545f01ef38e60f375d1cf1f4de98188"
3084 "url": "https://api.github.com/repos/nette/schema/zipball/a6d3a6d1f545f01ef38e60f375d1cf1f4de98188",
3085 "reference": "a6d3a6d1f545f01ef38e60f375d1cf1f4de98188",
3089 "nette/utils": "^4.0",
3093 "nette/tester": "^2.4",
3094 "phpstan/phpstan-nette": "^1.0",
3095 "tracy/tracy": "^2.8"
3100 "dev-master": "1.3-dev"
3108 "notification-url": "https://packagist.org/downloads/",
3116 "name": "David Grudl",
3117 "homepage": "https://davidgrudl.com"
3120 "name": "Nette Community",
3121 "homepage": "https://nette.org/contributors"
3124 "description": "📐 Nette Schema: validating data structures against a given Schema.",
3125 "homepage": "https://nette.org",
3131 "issues": "https://github.com/nette/schema/issues",
3132 "source": "https://github.com/nette/schema/tree/v1.3.0"
3134 "time": "2023-12-11T11:54:22+00:00"
3137 "name": "nette/utils",
3138 "version": "v4.0.4",
3141 "url": "https://github.com/nette/utils.git",
3142 "reference": "d3ad0aa3b9f934602cb3e3902ebccf10be34d218"
3146 "url": "https://api.github.com/repos/nette/utils/zipball/d3ad0aa3b9f934602cb3e3902ebccf10be34d218",
3147 "reference": "d3ad0aa3b9f934602cb3e3902ebccf10be34d218",
3154 "nette/finder": "<3",
3155 "nette/schema": "<1.2.2"
3158 "jetbrains/phpstorm-attributes": "dev-master",
3159 "nette/tester": "^2.5",
3160 "phpstan/phpstan": "^1.0",
3161 "tracy/tracy": "^2.9"
3164 "ext-gd": "to use Image",
3165 "ext-iconv": "to use Strings::webalize(), toAscii(), chr() and reverse()",
3166 "ext-intl": "to use Strings::webalize(), toAscii(), normalize() and compare()",
3167 "ext-json": "to use Nette\\Utils\\Json",
3168 "ext-mbstring": "to use Strings::lower() etc...",
3169 "ext-tokenizer": "to use Nette\\Utils\\Reflection::getUseStatements()"
3174 "dev-master": "4.0-dev"
3182 "notification-url": "https://packagist.org/downloads/",
3190 "name": "David Grudl",
3191 "homepage": "https://davidgrudl.com"
3194 "name": "Nette Community",
3195 "homepage": "https://nette.org/contributors"
3198 "description": "🛠 Nette Utils: lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.",
3199 "homepage": "https://nette.org",
3217 "issues": "https://github.com/nette/utils/issues",
3218 "source": "https://github.com/nette/utils/tree/v4.0.4"
3220 "time": "2024-01-17T16:50:36+00:00"
3223 "name": "nikic/php-parser",
3224 "version": "v5.0.2",
3227 "url": "https://github.com/nikic/PHP-Parser.git",
3228 "reference": "139676794dc1e9231bf7bcd123cfc0c99182cb13"
3232 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/139676794dc1e9231bf7bcd123cfc0c99182cb13",
3233 "reference": "139676794dc1e9231bf7bcd123cfc0c99182cb13",
3239 "ext-tokenizer": "*",
3243 "ircmaxell/php-yacc": "^0.0.7",
3244 "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
3252 "dev-master": "5.0-dev"
3257 "PhpParser\\": "lib/PhpParser"
3260 "notification-url": "https://packagist.org/downloads/",
3266 "name": "Nikita Popov"
3269 "description": "A PHP parser written in PHP",
3275 "issues": "https://github.com/nikic/PHP-Parser/issues",
3276 "source": "https://github.com/nikic/PHP-Parser/tree/v5.0.2"
3278 "time": "2024-03-05T20:51:40+00:00"
3281 "name": "nunomaduro/termwind",
3282 "version": "v1.15.1",
3285 "url": "https://github.com/nunomaduro/termwind.git",
3286 "reference": "8ab0b32c8caa4a2e09700ea32925441385e4a5dc"
3290 "url": "https://api.github.com/repos/nunomaduro/termwind/zipball/8ab0b32c8caa4a2e09700ea32925441385e4a5dc",
3291 "reference": "8ab0b32c8caa4a2e09700ea32925441385e4a5dc",
3295 "ext-mbstring": "*",
3297 "symfony/console": "^5.3.0|^6.0.0"
3300 "ergebnis/phpstan-rules": "^1.0.",
3301 "illuminate/console": "^8.0|^9.0",
3302 "illuminate/support": "^8.0|^9.0",
3303 "laravel/pint": "^1.0.0",
3304 "pestphp/pest": "^1.21.0",
3305 "pestphp/pest-plugin-mock": "^1.0",
3306 "phpstan/phpstan": "^1.4.6",
3307 "phpstan/phpstan-strict-rules": "^1.1.0",
3308 "symfony/var-dumper": "^5.2.7|^6.0.0",
3309 "thecodingmachine/phpstan-strict-rules": "^1.0.0"
3315 "Termwind\\Laravel\\TermwindServiceProvider"
3324 "Termwind\\": "src/"
3327 "notification-url": "https://packagist.org/downloads/",
3333 "name": "Nuno Maduro",
3334 "email": "enunomaduro@gmail.com"
3337 "description": "Its like Tailwind CSS, but for the console.",
3347 "issues": "https://github.com/nunomaduro/termwind/issues",
3348 "source": "https://github.com/nunomaduro/termwind/tree/v1.15.1"
3352 "url": "https://www.paypal.com/paypalme/enunomaduro",
3356 "url": "https://github.com/nunomaduro",
3360 "url": "https://github.com/xiCO2k",
3364 "time": "2023-02-08T01:06:31+00:00"
3367 "name": "paragonie/random_compat",
3368 "version": "v9.99.100",
3371 "url": "https://github.com/paragonie/random_compat.git",
3372 "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a"
3376 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a",
3377 "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a",
3384 "phpunit/phpunit": "4.*|5.*",
3388 "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
3391 "notification-url": "https://packagist.org/downloads/",
3397 "name": "Paragon Initiative Enterprises",
3398 "email": "security@paragonie.com",
3399 "homepage": "https://paragonie.com"
3402 "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
3410 "email": "info@paragonie.com",
3411 "issues": "https://github.com/paragonie/random_compat/issues",
3412 "source": "https://github.com/paragonie/random_compat"
3414 "time": "2020-10-15T08:29:30+00:00"
3417 "name": "paragonie/sodium_compat",
3418 "version": "v1.20.1",
3421 "url": "https://github.com/paragonie/sodium_compat.git",
3422 "reference": "1840b98d228bdad83869b191d7e51f9bb6624d8d"
3426 "url": "https://api.github.com/repos/paragonie/sodium_compat/zipball/1840b98d228bdad83869b191d7e51f9bb6624d8d",
3427 "reference": "1840b98d228bdad83869b191d7e51f9bb6624d8d",
3431 "paragonie/random_compat": ">=1",
3432 "php": "^5.2.4|^5.3|^5.4|^5.5|^5.6|^7|^8"
3435 "phpunit/phpunit": "^3|^4|^5|^6|^7|^8|^9"
3438 "ext-libsodium": "PHP < 7.0: Better performance, password hashing (Argon2i), secure memory management (memzero), and better security.",
3439 "ext-sodium": "PHP >= 7.0: Better performance, password hashing (Argon2i), secure memory management (memzero), and better security."
3447 "notification-url": "https://packagist.org/downloads/",
3453 "name": "Paragon Initiative Enterprises",
3454 "email": "security@paragonie.com"
3457 "name": "Frank Denis",
3458 "email": "jedisct1@pureftpd.org"
3461 "description": "Pure PHP implementation of libsodium; uses the PHP extension if it exists",
3466 "ChaCha20-Poly1305",
3471 "Edwards-curve Digital Signature Algorithm",
3472 "Elliptic Curve Diffie-Hellman",
3474 "Pure-PHP cryptography",
3480 "XChaCha20-Poly1305",
3481 "XSalsa20-Poly1305",
3488 "elliptic curve cryptography",
3492 "public-key cryptography",
3493 "secret-key cryptography",
3494 "side-channel resistant"
3497 "issues": "https://github.com/paragonie/sodium_compat/issues",
3498 "source": "https://github.com/paragonie/sodium_compat/tree/v1.20.1"
3500 "time": "2024-04-05T21:00:10+00:00"
3503 "name": "patrickschur/language-detection",
3504 "version": "v5.3.0",
3507 "url": "https://github.com/patrickschur/language-detection.git",
3508 "reference": "b8da335336c09fa6814fe0ca0d6d506c357cd7b9"
3512 "url": "https://api.github.com/repos/patrickschur/language-detection/zipball/b8da335336c09fa6814fe0ca0d6d506c357cd7b9",
3513 "reference": "b8da335336c09fa6814fe0ca0d6d506c357cd7b9",
3518 "ext-mbstring": "*",
3519 "php": "^7.4 || ^8.0"
3522 "phpunit/phpunit": "^9.5.0"
3527 "LanguageDetection\\": "src/LanguageDetection"
3530 "notification-url": "https://packagist.org/downloads/",
3536 "name": "Patrick Schur",
3537 "email": "patrick_schur@outlook.de"
3540 "description": "A language detection library for PHP. Detects the language from a given text string.",
3541 "homepage": "https://github.com/patrickschur/language-detection",
3548 "issues": "https://github.com/patrickschur/language-detection/issues",
3549 "source": "https://github.com/patrickschur/language-detection/tree/v5.3.0"
3551 "time": "2023-08-18T22:46:39+00:00"
3554 "name": "phpoption/phpoption",
3558 "url": "https://github.com/schmittjoh/php-option.git",
3559 "reference": "80735db690fe4fc5c76dfa7f9b770634285fa820"
3563 "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/80735db690fe4fc5c76dfa7f9b770634285fa820",
3564 "reference": "80735db690fe4fc5c76dfa7f9b770634285fa820",
3568 "php": "^7.2.5 || ^8.0"
3571 "bamarni/composer-bin-plugin": "^1.8.2",
3572 "phpunit/phpunit": "^8.5.34 || ^9.6.13 || ^10.4.2"
3578 "forward-command": true
3581 "dev-master": "1.9-dev"
3586 "PhpOption\\": "src/PhpOption/"
3589 "notification-url": "https://packagist.org/downloads/",
3595 "name": "Johannes M. Schmitt",
3596 "email": "schmittjoh@gmail.com",
3597 "homepage": "https://github.com/schmittjoh"
3600 "name": "Graham Campbell",
3601 "email": "hello@gjcampbell.co.uk",
3602 "homepage": "https://github.com/GrahamCampbell"
3605 "description": "Option Type for PHP",
3613 "issues": "https://github.com/schmittjoh/php-option/issues",
3614 "source": "https://github.com/schmittjoh/php-option/tree/1.9.2"
3618 "url": "https://github.com/GrahamCampbell",
3622 "url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption",
3626 "time": "2023-11-12T21:59:55+00:00"
3629 "name": "psr/cache",
3633 "url": "https://github.com/php-fig/cache.git",
3634 "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf"
3638 "url": "https://api.github.com/repos/php-fig/cache/zipball/aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
3639 "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
3648 "dev-master": "1.0.x-dev"
3653 "Psr\\Cache\\": "src/"
3656 "notification-url": "https://packagist.org/downloads/",
3663 "homepage": "https://www.php-fig.org/"
3666 "description": "Common interface for caching libraries",
3673 "source": "https://github.com/php-fig/cache/tree/3.0.0"
3675 "time": "2021-02-03T23:26:27+00:00"
3678 "name": "psr/clock",
3682 "url": "https://github.com/php-fig/clock.git",
3683 "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d"
3687 "url": "https://api.github.com/repos/php-fig/clock/zipball/e41a24703d4560fd0acb709162f73b8adfc3aa0d",
3688 "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d",
3692 "php": "^7.0 || ^8.0"
3697 "Psr\\Clock\\": "src/"
3700 "notification-url": "https://packagist.org/downloads/",
3707 "homepage": "https://www.php-fig.org/"
3710 "description": "Common interface for reading the clock.",
3711 "homepage": "https://github.com/php-fig/clock",
3720 "issues": "https://github.com/php-fig/clock/issues",
3721 "source": "https://github.com/php-fig/clock/tree/1.0.0"
3723 "time": "2022-11-25T14:36:26+00:00"
3726 "name": "psr/container",
3730 "url": "https://github.com/php-fig/container.git",
3731 "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963"
3735 "url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963",
3736 "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963",
3745 "dev-master": "2.0.x-dev"
3750 "Psr\\Container\\": "src/"
3753 "notification-url": "https://packagist.org/downloads/",
3760 "homepage": "https://www.php-fig.org/"
3763 "description": "Common Container Interface (PHP FIG PSR-11)",
3764 "homepage": "https://github.com/php-fig/container",
3768 "container-interface",
3769 "container-interop",
3773 "issues": "https://github.com/php-fig/container/issues",
3774 "source": "https://github.com/php-fig/container/tree/2.0.2"
3776 "time": "2021-11-05T16:47:00+00:00"
3779 "name": "psr/event-dispatcher",
3783 "url": "https://github.com/php-fig/event-dispatcher.git",
3784 "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
3788 "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
3789 "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
3798 "dev-master": "1.0.x-dev"
3803 "Psr\\EventDispatcher\\": "src/"
3806 "notification-url": "https://packagist.org/downloads/",
3813 "homepage": "http://www.php-fig.org/"
3816 "description": "Standard interfaces for event handling.",
3823 "issues": "https://github.com/php-fig/event-dispatcher/issues",
3824 "source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0"
3826 "time": "2019-01-08T18:20:26+00:00"
3829 "name": "psr/http-client",
3833 "url": "https://github.com/php-fig/http-client.git",
3834 "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90"
3838 "url": "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90",
3839 "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90",
3843 "php": "^7.0 || ^8.0",
3844 "psr/http-message": "^1.0 || ^2.0"
3849 "dev-master": "1.0.x-dev"
3854 "Psr\\Http\\Client\\": "src/"
3857 "notification-url": "https://packagist.org/downloads/",
3864 "homepage": "https://www.php-fig.org/"
3867 "description": "Common interface for HTTP clients",
3868 "homepage": "https://github.com/php-fig/http-client",
3876 "source": "https://github.com/php-fig/http-client"
3878 "time": "2023-09-23T14:17:50+00:00"
3881 "name": "psr/http-factory",
3885 "url": "https://github.com/php-fig/http-factory.git",
3886 "reference": "e616d01114759c4c489f93b099585439f795fe35"
3890 "url": "https://api.github.com/repos/php-fig/http-factory/zipball/e616d01114759c4c489f93b099585439f795fe35",
3891 "reference": "e616d01114759c4c489f93b099585439f795fe35",
3896 "psr/http-message": "^1.0 || ^2.0"
3901 "dev-master": "1.0.x-dev"
3906 "Psr\\Http\\Message\\": "src/"
3909 "notification-url": "https://packagist.org/downloads/",
3916 "homepage": "https://www.php-fig.org/"
3919 "description": "Common interfaces for PSR-7 HTTP message factories",
3931 "source": "https://github.com/php-fig/http-factory/tree/1.0.2"
3933 "time": "2023-04-10T20:10:41+00:00"
3936 "name": "psr/http-message",
3940 "url": "https://github.com/php-fig/http-message.git",
3941 "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba"
3945 "url": "https://api.github.com/repos/php-fig/http-message/zipball/cb6ce4845ce34a8ad9e68117c10ee90a29919eba",
3946 "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba",
3950 "php": "^7.2 || ^8.0"
3955 "dev-master": "1.1.x-dev"
3960 "Psr\\Http\\Message\\": "src/"
3963 "notification-url": "https://packagist.org/downloads/",
3970 "homepage": "http://www.php-fig.org/"
3973 "description": "Common interface for HTTP messages",
3974 "homepage": "https://github.com/php-fig/http-message",
3984 "source": "https://github.com/php-fig/http-message/tree/1.1"
3986 "time": "2023-04-04T09:50:52+00:00"
3993 "url": "https://github.com/php-fig/log.git",
3994 "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001"
3998 "url": "https://api.github.com/repos/php-fig/log/zipball/fe5ea303b0887d5caefd3d431c3e61ad47037001",
3999 "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001",
4008 "dev-master": "3.x-dev"
4016 "notification-url": "https://packagist.org/downloads/",
4023 "homepage": "https://www.php-fig.org/"
4026 "description": "Common interface for logging libraries",
4027 "homepage": "https://github.com/php-fig/log",
4034 "source": "https://github.com/php-fig/log/tree/3.0.0"
4036 "time": "2021-07-14T16:46:02+00:00"
4039 "name": "psr/simple-cache",
4043 "url": "https://github.com/php-fig/simple-cache.git",
4044 "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865"
4048 "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/764e0b3939f5ca87cb904f570ef9be2d78a07865",
4049 "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865",
4058 "dev-master": "3.0.x-dev"
4063 "Psr\\SimpleCache\\": "src/"
4066 "notification-url": "https://packagist.org/downloads/",
4073 "homepage": "https://www.php-fig.org/"
4076 "description": "Common interfaces for simple caching",
4085 "source": "https://github.com/php-fig/simple-cache/tree/3.0.0"
4087 "time": "2021-10-29T13:26:27+00:00"
4090 "name": "psy/psysh",
4091 "version": "v0.12.3",
4094 "url": "https://github.com/bobthecow/psysh.git",
4095 "reference": "b6b6cce7d3ee8fbf31843edce5e8f5a72eff4a73"
4099 "url": "https://api.github.com/repos/bobthecow/psysh/zipball/b6b6cce7d3ee8fbf31843edce5e8f5a72eff4a73",
4100 "reference": "b6b6cce7d3ee8fbf31843edce5e8f5a72eff4a73",
4105 "ext-tokenizer": "*",
4106 "nikic/php-parser": "^5.0 || ^4.0",
4107 "php": "^8.0 || ^7.4",
4108 "symfony/console": "^7.0 || ^6.0 || ^5.0 || ^4.0 || ^3.4",
4109 "symfony/var-dumper": "^7.0 || ^6.0 || ^5.0 || ^4.0 || ^3.4"
4112 "symfony/console": "4.4.37 || 5.3.14 || 5.3.15 || 5.4.3 || 5.4.4 || 6.0.3 || 6.0.4"
4115 "bamarni/composer-bin-plugin": "^1.2"
4118 "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
4119 "ext-pdo-sqlite": "The doc command requires SQLite to work.",
4120 "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well."
4128 "dev-main": "0.12.x-dev"
4132 "forward-command": false
4143 "notification-url": "https://packagist.org/downloads/",
4149 "name": "Justin Hileman",
4150 "email": "justin@justinhileman.info",
4151 "homepage": "http://justinhileman.com"
4154 "description": "An interactive shell for modern PHP.",
4155 "homepage": "http://psysh.org",
4163 "issues": "https://github.com/bobthecow/psysh/issues",
4164 "source": "https://github.com/bobthecow/psysh/tree/v0.12.3"
4166 "time": "2024-04-02T15:57:53+00:00"
4169 "name": "pusher/pusher-php-server",
4173 "url": "https://github.com/pusher/pusher-http-php.git",
4174 "reference": "de2f72296808f9cafa6a4462b15a768ff130cddb"
4178 "url": "https://api.github.com/repos/pusher/pusher-http-php/zipball/de2f72296808f9cafa6a4462b15a768ff130cddb",
4179 "reference": "de2f72296808f9cafa6a4462b15a768ff130cddb",
4185 "guzzlehttp/guzzle": "^7.2",
4186 "paragonie/sodium_compat": "^1.6",
4188 "psr/log": "^1.0|^2.0|^3.0"
4191 "overtrue/phplint": "^2.3",
4192 "phpunit/phpunit": "^9.3"
4197 "dev-master": "5.0-dev"
4205 "notification-url": "https://packagist.org/downloads/",
4209 "description": "Library for interacting with the Pusher REST API",
4213 "php-pusher-server",
4224 "issues": "https://github.com/pusher/pusher-http-php/issues",
4225 "source": "https://github.com/pusher/pusher-http-php/tree/7.2.4"
4227 "time": "2023-12-15T10:58:53+00:00"
4230 "name": "ralouphie/getallheaders",
4234 "url": "https://github.com/ralouphie/getallheaders.git",
4235 "reference": "120b605dfeb996808c31b6477290a714d356e822"
4239 "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
4240 "reference": "120b605dfeb996808c31b6477290a714d356e822",
4247 "php-coveralls/php-coveralls": "^2.1",
4248 "phpunit/phpunit": "^5 || ^6.5"
4253 "src/getallheaders.php"
4256 "notification-url": "https://packagist.org/downloads/",
4262 "name": "Ralph Khattar",
4263 "email": "ralph.khattar@gmail.com"
4266 "description": "A polyfill for getallheaders.",
4268 "issues": "https://github.com/ralouphie/getallheaders/issues",
4269 "source": "https://github.com/ralouphie/getallheaders/tree/develop"
4271 "time": "2019-03-08T08:55:37+00:00"
4274 "name": "ramsey/collection",
4278 "url": "https://github.com/ramsey/collection.git",
4279 "reference": "a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5"
4283 "url": "https://api.github.com/repos/ramsey/collection/zipball/a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5",
4284 "reference": "a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5",
4291 "captainhook/plugin-composer": "^5.3",
4292 "ergebnis/composer-normalize": "^2.28.3",
4293 "fakerphp/faker": "^1.21",
4294 "hamcrest/hamcrest-php": "^2.0",
4295 "jangregor/phpstan-prophecy": "^1.0",
4296 "mockery/mockery": "^1.5",
4297 "php-parallel-lint/php-console-highlighter": "^1.0",
4298 "php-parallel-lint/php-parallel-lint": "^1.3",
4299 "phpcsstandards/phpcsutils": "^1.0.0-rc1",
4300 "phpspec/prophecy-phpunit": "^2.0",
4301 "phpstan/extension-installer": "^1.2",
4302 "phpstan/phpstan": "^1.9",
4303 "phpstan/phpstan-mockery": "^1.1",
4304 "phpstan/phpstan-phpunit": "^1.3",
4305 "phpunit/phpunit": "^9.5",
4306 "psalm/plugin-mockery": "^1.1",
4307 "psalm/plugin-phpunit": "^0.18.4",
4308 "ramsey/coding-standard": "^2.0.3",
4309 "ramsey/conventional-commits": "^1.3",
4310 "vimeo/psalm": "^5.4"
4315 "force-install": true
4317 "ramsey/conventional-commits": {
4318 "configFile": "conventional-commits.json"
4323 "Ramsey\\Collection\\": "src/"
4326 "notification-url": "https://packagist.org/downloads/",
4332 "name": "Ben Ramsey",
4333 "email": "ben@benramsey.com",
4334 "homepage": "https://benramsey.com"
4337 "description": "A PHP library for representing and manipulating collections.",
4347 "issues": "https://github.com/ramsey/collection/issues",
4348 "source": "https://github.com/ramsey/collection/tree/2.0.0"
4352 "url": "https://github.com/ramsey",
4356 "url": "https://tidelift.com/funding/github/packagist/ramsey/collection",
4360 "time": "2022-12-31T21:50:55+00:00"
4363 "name": "ramsey/uuid",
4367 "url": "https://github.com/ramsey/uuid.git",
4368 "reference": "5f0df49ae5ad6efb7afa69e6bfab4e5b1e080d8e"
4372 "url": "https://api.github.com/repos/ramsey/uuid/zipball/5f0df49ae5ad6efb7afa69e6bfab4e5b1e080d8e",
4373 "reference": "5f0df49ae5ad6efb7afa69e6bfab4e5b1e080d8e",
4377 "brick/math": "^0.8.8 || ^0.9 || ^0.10 || ^0.11",
4380 "ramsey/collection": "^1.2 || ^2.0"
4383 "rhumsaa/uuid": "self.version"
4386 "captainhook/captainhook": "^5.10",
4387 "captainhook/plugin-composer": "^5.3",
4388 "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
4389 "doctrine/annotations": "^1.8",
4390 "ergebnis/composer-normalize": "^2.15",
4391 "mockery/mockery": "^1.3",
4392 "paragonie/random-lib": "^2",
4393 "php-mock/php-mock": "^2.2",
4394 "php-mock/php-mock-mockery": "^1.3",
4395 "php-parallel-lint/php-parallel-lint": "^1.1",
4396 "phpbench/phpbench": "^1.0",
4397 "phpstan/extension-installer": "^1.1",
4398 "phpstan/phpstan": "^1.8",
4399 "phpstan/phpstan-mockery": "^1.1",
4400 "phpstan/phpstan-phpunit": "^1.1",
4401 "phpunit/phpunit": "^8.5 || ^9",
4402 "ramsey/composer-repl": "^1.4",
4403 "slevomat/coding-standard": "^8.4",
4404 "squizlabs/php_codesniffer": "^3.5",
4405 "vimeo/psalm": "^4.9"
4408 "ext-bcmath": "Enables faster math with arbitrary-precision integers using BCMath.",
4409 "ext-gmp": "Enables faster math with arbitrary-precision integers using GMP.",
4410 "ext-uuid": "Enables the use of PeclUuidTimeGenerator and PeclUuidRandomGenerator.",
4411 "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
4412 "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
4417 "force-install": true
4425 "Ramsey\\Uuid\\": "src/"
4428 "notification-url": "https://packagist.org/downloads/",
4432 "description": "A PHP library for generating and working with universally unique identifiers (UUIDs).",
4439 "issues": "https://github.com/ramsey/uuid/issues",
4440 "source": "https://github.com/ramsey/uuid/tree/4.7.5"
4444 "url": "https://github.com/ramsey",
4448 "url": "https://tidelift.com/funding/github/packagist/ramsey/uuid",
4452 "time": "2023-11-08T05:53:05+00:00"
4455 "name": "ratchet/pawl",
4456 "version": "v0.4.1",
4459 "url": "https://github.com/ratchetphp/Pawl.git",
4460 "reference": "af70198bab77a582b31169d3cc3982bed25c161f"
4464 "url": "https://api.github.com/repos/ratchetphp/Pawl/zipball/af70198bab77a582b31169d3cc3982bed25c161f",
4465 "reference": "af70198bab77a582b31169d3cc3982bed25c161f",
4469 "evenement/evenement": "^3.0 || ^2.0",
4470 "guzzlehttp/psr7": "^2.0 || ^1.7",
4472 "ratchet/rfc6455": "^0.3.1",
4473 "react/socket": "^1.9"
4476 "phpunit/phpunit": "^9.3 || ^5.7 || ^4.8"
4479 "reactivex/rxphp": "~2.0"
4484 "src/functions_include.php"
4487 "Ratchet\\Client\\": "src"
4490 "notification-url": "https://packagist.org/downloads/",
4494 "description": "Asynchronous WebSocket client",
4503 "issues": "https://github.com/ratchetphp/Pawl/issues",
4504 "source": "https://github.com/ratchetphp/Pawl/tree/v0.4.1"
4506 "time": "2021-12-10T14:32:34+00:00"
4509 "name": "ratchet/rfc6455",
4510 "version": "v0.3.1",
4513 "url": "https://github.com/ratchetphp/RFC6455.git",
4514 "reference": "7c964514e93456a52a99a20fcfa0de242a43ccdb"
4518 "url": "https://api.github.com/repos/ratchetphp/RFC6455/zipball/7c964514e93456a52a99a20fcfa0de242a43ccdb",
4519 "reference": "7c964514e93456a52a99a20fcfa0de242a43ccdb",
4523 "guzzlehttp/psr7": "^2 || ^1.7",
4527 "phpunit/phpunit": "^5.7",
4528 "react/socket": "^1.3"
4533 "Ratchet\\RFC6455\\": "src"
4536 "notification-url": "https://packagist.org/downloads/",
4542 "name": "Chris Boden",
4543 "email": "cboden@gmail.com",
4547 "name": "Matt Bonneau",
4551 "description": "RFC6455 WebSocket protocol handler",
4552 "homepage": "http://socketo.me",
4559 "chat": "https://gitter.im/reactphp/reactphp",
4560 "issues": "https://github.com/ratchetphp/RFC6455/issues",
4561 "source": "https://github.com/ratchetphp/RFC6455/tree/v0.3.1"
4563 "time": "2021-12-09T23:20:49+00:00"
4566 "name": "react/cache",
4567 "version": "v1.2.0",
4570 "url": "https://github.com/reactphp/cache.git",
4571 "reference": "d47c472b64aa5608225f47965a484b75c7817d5b"
4575 "url": "https://api.github.com/repos/reactphp/cache/zipball/d47c472b64aa5608225f47965a484b75c7817d5b",
4576 "reference": "d47c472b64aa5608225f47965a484b75c7817d5b",
4581 "react/promise": "^3.0 || ^2.0 || ^1.1"
4584 "phpunit/phpunit": "^9.5 || ^5.7 || ^4.8.35"
4589 "React\\Cache\\": "src/"
4592 "notification-url": "https://packagist.org/downloads/",
4598 "name": "Christian Lück",
4599 "email": "christian@clue.engineering",
4600 "homepage": "https://clue.engineering/"
4603 "name": "Cees-Jan Kiewiet",
4604 "email": "reactphp@ceesjankiewiet.nl",
4605 "homepage": "https://wyrihaximus.net/"
4608 "name": "Jan Sorgalla",
4609 "email": "jsorgalla@gmail.com",
4610 "homepage": "https://sorgalla.com/"
4613 "name": "Chris Boden",
4614 "email": "cboden@gmail.com",
4615 "homepage": "https://cboden.dev/"
4618 "description": "Async, Promise-based cache interface for ReactPHP",
4626 "issues": "https://github.com/reactphp/cache/issues",
4627 "source": "https://github.com/reactphp/cache/tree/v1.2.0"
4631 "url": "https://opencollective.com/reactphp",
4632 "type": "open_collective"
4635 "time": "2022-11-30T15:59:55+00:00"
4638 "name": "react/child-process",
4639 "version": "v0.6.5",
4642 "url": "https://github.com/reactphp/child-process.git",
4643 "reference": "e71eb1aa55f057c7a4a0d08d06b0b0a484bead43"
4647 "url": "https://api.github.com/repos/reactphp/child-process/zipball/e71eb1aa55f057c7a4a0d08d06b0b0a484bead43",
4648 "reference": "e71eb1aa55f057c7a4a0d08d06b0b0a484bead43",
4652 "evenement/evenement": "^3.0 || ^2.0 || ^1.0",
4654 "react/event-loop": "^1.2",
4655 "react/stream": "^1.2"
4658 "phpunit/phpunit": "^9.3 || ^5.7 || ^4.8.35",
4659 "react/socket": "^1.8",
4660 "sebastian/environment": "^5.0 || ^3.0 || ^2.0 || ^1.0"
4665 "React\\ChildProcess\\": "src"
4668 "notification-url": "https://packagist.org/downloads/",
4674 "name": "Christian Lück",
4675 "email": "christian@clue.engineering",
4676 "homepage": "https://clue.engineering/"
4679 "name": "Cees-Jan Kiewiet",
4680 "email": "reactphp@ceesjankiewiet.nl",
4681 "homepage": "https://wyrihaximus.net/"
4684 "name": "Jan Sorgalla",
4685 "email": "jsorgalla@gmail.com",
4686 "homepage": "https://sorgalla.com/"
4689 "name": "Chris Boden",
4690 "email": "cboden@gmail.com",
4691 "homepage": "https://cboden.dev/"
4694 "description": "Event-driven library for executing child processes with ReactPHP.",
4701 "issues": "https://github.com/reactphp/child-process/issues",
4702 "source": "https://github.com/reactphp/child-process/tree/v0.6.5"
4706 "url": "https://github.com/WyriHaximus",
4710 "url": "https://github.com/clue",
4714 "time": "2022-09-16T13:41:56+00:00"
4717 "name": "react/datagram",
4718 "version": "v1.5.0",
4721 "url": "https://github.com/reactphp/datagram.git",
4722 "reference": "e4c5bf8daf44630f0a938f40fe2104b2b76ad2ff"
4726 "url": "https://api.github.com/repos/reactphp/datagram/zipball/e4c5bf8daf44630f0a938f40fe2104b2b76ad2ff",
4727 "reference": "e4c5bf8daf44630f0a938f40fe2104b2b76ad2ff",
4731 "evenement/evenement": "^3.0 || ^2.0 || ^1.0",
4733 "react/dns": "^1.0 || ^0.4.13",
4734 "react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3",
4735 "react/promise": "~2.1|~1.2"
4738 "clue/block-react": "~1.0",
4739 "phpunit/phpunit": "^5.0 || ^4.8"
4744 "React\\Datagram\\": "src"
4747 "notification-url": "https://packagist.org/downloads/",
4753 "name": "Christian Lück",
4754 "email": "christian@lueck.tv"
4757 "description": "Event-driven UDP datagram socket client and server for ReactPHP",
4758 "homepage": "https://github.com/reactphp/datagram",
4770 "issues": "https://github.com/reactphp/datagram/issues",
4771 "source": "https://github.com/reactphp/datagram/tree/v1.5.0"
4773 "time": "2019-07-10T10:04:15+00:00"
4776 "name": "react/dns",
4777 "version": "v1.12.0",
4780 "url": "https://github.com/reactphp/dns.git",
4781 "reference": "c134600642fa615b46b41237ef243daa65bb64ec"
4785 "url": "https://api.github.com/repos/reactphp/dns/zipball/c134600642fa615b46b41237ef243daa65bb64ec",
4786 "reference": "c134600642fa615b46b41237ef243daa65bb64ec",
4791 "react/cache": "^1.0 || ^0.6 || ^0.5",
4792 "react/event-loop": "^1.2",
4793 "react/promise": "^3.0 || ^2.7 || ^1.2.1"
4796 "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36",
4797 "react/async": "^4 || ^3 || ^2",
4798 "react/promise-timer": "^1.9"
4803 "React\\Dns\\": "src/"
4806 "notification-url": "https://packagist.org/downloads/",
4812 "name": "Christian Lück",
4813 "email": "christian@clue.engineering",
4814 "homepage": "https://clue.engineering/"
4817 "name": "Cees-Jan Kiewiet",
4818 "email": "reactphp@ceesjankiewiet.nl",
4819 "homepage": "https://wyrihaximus.net/"
4822 "name": "Jan Sorgalla",
4823 "email": "jsorgalla@gmail.com",
4824 "homepage": "https://sorgalla.com/"
4827 "name": "Chris Boden",
4828 "email": "cboden@gmail.com",
4829 "homepage": "https://cboden.dev/"
4832 "description": "Async DNS resolver for ReactPHP",
4840 "issues": "https://github.com/reactphp/dns/issues",
4841 "source": "https://github.com/reactphp/dns/tree/v1.12.0"
4845 "url": "https://opencollective.com/reactphp",
4846 "type": "open_collective"
4849 "time": "2023-11-29T12:41:06+00:00"
4852 "name": "react/event-loop",
4853 "version": "v1.5.0",
4856 "url": "https://github.com/reactphp/event-loop.git",
4857 "reference": "bbe0bd8c51ffc05ee43f1729087ed3bdf7d53354"
4861 "url": "https://api.github.com/repos/reactphp/event-loop/zipball/bbe0bd8c51ffc05ee43f1729087ed3bdf7d53354",
4862 "reference": "bbe0bd8c51ffc05ee43f1729087ed3bdf7d53354",
4869 "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36"
4872 "ext-pcntl": "For signal handling support when using the StreamSelectLoop"
4877 "React\\EventLoop\\": "src/"
4880 "notification-url": "https://packagist.org/downloads/",
4886 "name": "Christian Lück",
4887 "email": "christian@clue.engineering",
4888 "homepage": "https://clue.engineering/"
4891 "name": "Cees-Jan Kiewiet",
4892 "email": "reactphp@ceesjankiewiet.nl",
4893 "homepage": "https://wyrihaximus.net/"
4896 "name": "Jan Sorgalla",
4897 "email": "jsorgalla@gmail.com",
4898 "homepage": "https://sorgalla.com/"
4901 "name": "Chris Boden",
4902 "email": "cboden@gmail.com",
4903 "homepage": "https://cboden.dev/"
4906 "description": "ReactPHP's core reactor event loop that libraries can use for evented I/O.",
4912 "issues": "https://github.com/reactphp/event-loop/issues",
4913 "source": "https://github.com/reactphp/event-loop/tree/v1.5.0"
4917 "url": "https://opencollective.com/reactphp",
4918 "type": "open_collective"
4921 "time": "2023-11-13T13:48:05+00:00"
4924 "name": "react/http",
4925 "version": "v1.10.0",
4928 "url": "https://github.com/reactphp/http.git",
4929 "reference": "8111281ee57f22b7194f5dba225e609ba7ce4d20"
4933 "url": "https://api.github.com/repos/reactphp/http/zipball/8111281ee57f22b7194f5dba225e609ba7ce4d20",
4934 "reference": "8111281ee57f22b7194f5dba225e609ba7ce4d20",
4938 "evenement/evenement": "^3.0 || ^2.0 || ^1.0",
4939 "fig/http-message-util": "^1.1",
4941 "psr/http-message": "^1.0",
4942 "react/event-loop": "^1.2",
4943 "react/promise": "^3 || ^2.3 || ^1.2.1",
4944 "react/socket": "^1.12",
4945 "react/stream": "^1.2"
4948 "clue/http-proxy-react": "^1.8",
4949 "clue/reactphp-ssh-proxy": "^1.4",
4950 "clue/socks-react": "^1.4",
4951 "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36",
4952 "react/async": "^4 || ^3 || ^2",
4953 "react/promise-stream": "^1.4",
4954 "react/promise-timer": "^1.9"
4959 "React\\Http\\": "src/"
4962 "notification-url": "https://packagist.org/downloads/",
4968 "name": "Christian Lück",
4969 "email": "christian@clue.engineering",
4970 "homepage": "https://clue.engineering/"
4973 "name": "Cees-Jan Kiewiet",
4974 "email": "reactphp@ceesjankiewiet.nl",
4975 "homepage": "https://wyrihaximus.net/"
4978 "name": "Jan Sorgalla",
4979 "email": "jsorgalla@gmail.com",
4980 "homepage": "https://sorgalla.com/"
4983 "name": "Chris Boden",
4984 "email": "cboden@gmail.com",
4985 "homepage": "https://cboden.dev/"
4988 "description": "Event-driven, streaming HTTP client and server implementation for ReactPHP",
5003 "issues": "https://github.com/reactphp/http/issues",
5004 "source": "https://github.com/reactphp/http/tree/v1.10.0"
5008 "url": "https://opencollective.com/reactphp",
5009 "type": "open_collective"
5012 "time": "2024-03-27T17:20:46+00:00"
5015 "name": "react/partial",
5016 "version": "v3.0.0",
5019 "url": "https://github.com/friends-of-reactphp/partial.git",
5020 "reference": "e06f034747561977670607888e0a99fd282308ab"
5024 "url": "https://api.github.com/repos/friends-of-reactphp/partial/zipball/e06f034747561977670607888e0a99fd282308ab",
5025 "reference": "e06f034747561977670607888e0a99fd282308ab",
5032 "phpunit/phpunit": "^5.7"
5040 "React\\Partial\\": "src/"
5043 "notification-url": "https://packagist.org/downloads/",
5047 "description": "Partial function application.",
5049 "functional-programming",
5053 "issues": "https://github.com/friends-of-reactphp/partial/issues",
5054 "source": "https://github.com/friends-of-reactphp/partial/tree/v3.0.0"
5056 "time": "2017-10-01T13:27:11+00:00"
5059 "name": "react/promise",
5060 "version": "v2.11.0",
5063 "url": "https://github.com/reactphp/promise.git",
5064 "reference": "1a8460931ea36dc5c76838fec5734d55c88c6831"
5068 "url": "https://api.github.com/repos/reactphp/promise/zipball/1a8460931ea36dc5c76838fec5734d55c88c6831",
5069 "reference": "1a8460931ea36dc5c76838fec5734d55c88c6831",
5076 "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36"
5081 "src/functions_include.php"
5084 "React\\Promise\\": "src/"
5087 "notification-url": "https://packagist.org/downloads/",
5093 "name": "Jan Sorgalla",
5094 "email": "jsorgalla@gmail.com",
5095 "homepage": "https://sorgalla.com/"
5098 "name": "Christian Lück",
5099 "email": "christian@clue.engineering",
5100 "homepage": "https://clue.engineering/"
5103 "name": "Cees-Jan Kiewiet",
5104 "email": "reactphp@ceesjankiewiet.nl",
5105 "homepage": "https://wyrihaximus.net/"
5108 "name": "Chris Boden",
5109 "email": "cboden@gmail.com",
5110 "homepage": "https://cboden.dev/"
5113 "description": "A lightweight implementation of CommonJS Promises/A for PHP",
5119 "issues": "https://github.com/reactphp/promise/issues",
5120 "source": "https://github.com/reactphp/promise/tree/v2.11.0"
5124 "url": "https://opencollective.com/reactphp",
5125 "type": "open_collective"
5128 "time": "2023-11-16T16:16:50+00:00"
5131 "name": "react/socket",
5132 "version": "v1.15.0",
5135 "url": "https://github.com/reactphp/socket.git",
5136 "reference": "216d3aec0b87f04a40ca04f481e6af01bdd1d038"
5140 "url": "https://api.github.com/repos/reactphp/socket/zipball/216d3aec0b87f04a40ca04f481e6af01bdd1d038",
5141 "reference": "216d3aec0b87f04a40ca04f481e6af01bdd1d038",
5145 "evenement/evenement": "^3.0 || ^2.0 || ^1.0",
5147 "react/dns": "^1.11",
5148 "react/event-loop": "^1.2",
5149 "react/promise": "^3 || ^2.6 || ^1.2.1",
5150 "react/stream": "^1.2"
5153 "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36",
5154 "react/async": "^4 || ^3 || ^2",
5155 "react/promise-stream": "^1.4",
5156 "react/promise-timer": "^1.10"
5161 "React\\Socket\\": "src/"
5164 "notification-url": "https://packagist.org/downloads/",
5170 "name": "Christian Lück",
5171 "email": "christian@clue.engineering",
5172 "homepage": "https://clue.engineering/"
5175 "name": "Cees-Jan Kiewiet",
5176 "email": "reactphp@ceesjankiewiet.nl",
5177 "homepage": "https://wyrihaximus.net/"
5180 "name": "Jan Sorgalla",
5181 "email": "jsorgalla@gmail.com",
5182 "homepage": "https://sorgalla.com/"
5185 "name": "Chris Boden",
5186 "email": "cboden@gmail.com",
5187 "homepage": "https://cboden.dev/"
5190 "description": "Async, streaming plaintext TCP/IP and secure TLS socket server and client connections for ReactPHP",
5199 "issues": "https://github.com/reactphp/socket/issues",
5200 "source": "https://github.com/reactphp/socket/tree/v1.15.0"
5204 "url": "https://opencollective.com/reactphp",
5205 "type": "open_collective"
5208 "time": "2023-12-15T11:02:10+00:00"
5211 "name": "react/stream",
5212 "version": "v1.3.0",
5215 "url": "https://github.com/reactphp/stream.git",
5216 "reference": "6fbc9672905c7d5a885f2da2fc696f65840f4a66"
5220 "url": "https://api.github.com/repos/reactphp/stream/zipball/6fbc9672905c7d5a885f2da2fc696f65840f4a66",
5221 "reference": "6fbc9672905c7d5a885f2da2fc696f65840f4a66",
5225 "evenement/evenement": "^3.0 || ^2.0 || ^1.0",
5227 "react/event-loop": "^1.2"
5230 "clue/stream-filter": "~1.2",
5231 "phpunit/phpunit": "^9.5 || ^5.7 || ^4.8.35"
5236 "React\\Stream\\": "src/"
5239 "notification-url": "https://packagist.org/downloads/",
5245 "name": "Christian Lück",
5246 "email": "christian@clue.engineering",
5247 "homepage": "https://clue.engineering/"
5250 "name": "Cees-Jan Kiewiet",
5251 "email": "reactphp@ceesjankiewiet.nl",
5252 "homepage": "https://wyrihaximus.net/"
5255 "name": "Jan Sorgalla",
5256 "email": "jsorgalla@gmail.com",
5257 "homepage": "https://sorgalla.com/"
5260 "name": "Chris Boden",
5261 "email": "cboden@gmail.com",
5262 "homepage": "https://cboden.dev/"
5265 "description": "Event-driven readable and writable streams for non-blocking I/O in ReactPHP",
5277 "issues": "https://github.com/reactphp/stream/issues",
5278 "source": "https://github.com/reactphp/stream/tree/v1.3.0"
5282 "url": "https://opencollective.com/reactphp",
5283 "type": "open_collective"
5286 "time": "2023-06-16T10:52:11+00:00"
5289 "name": "symfony/console",
5290 "version": "v6.4.6",
5293 "url": "https://github.com/symfony/console.git",
5294 "reference": "a2708a5da5c87d1d0d52937bdeac625df659e11f"
5298 "url": "https://api.github.com/repos/symfony/console/zipball/a2708a5da5c87d1d0d52937bdeac625df659e11f",
5299 "reference": "a2708a5da5c87d1d0d52937bdeac625df659e11f",
5304 "symfony/deprecation-contracts": "^2.5|^3",
5305 "symfony/polyfill-mbstring": "~1.0",
5306 "symfony/service-contracts": "^2.5|^3",
5307 "symfony/string": "^5.4|^6.0|^7.0"
5310 "symfony/dependency-injection": "<5.4",
5311 "symfony/dotenv": "<5.4",
5312 "symfony/event-dispatcher": "<5.4",
5313 "symfony/lock": "<5.4",
5314 "symfony/process": "<5.4"
5317 "psr/log-implementation": "1.0|2.0|3.0"
5320 "psr/log": "^1|^2|^3",
5321 "symfony/config": "^5.4|^6.0|^7.0",
5322 "symfony/dependency-injection": "^5.4|^6.0|^7.0",
5323 "symfony/event-dispatcher": "^5.4|^6.0|^7.0",
5324 "symfony/http-foundation": "^6.4|^7.0",
5325 "symfony/http-kernel": "^6.4|^7.0",
5326 "symfony/lock": "^5.4|^6.0|^7.0",
5327 "symfony/messenger": "^5.4|^6.0|^7.0",
5328 "symfony/process": "^5.4|^6.0|^7.0",
5329 "symfony/stopwatch": "^5.4|^6.0|^7.0",
5330 "symfony/var-dumper": "^5.4|^6.0|^7.0"
5335 "Symfony\\Component\\Console\\": ""
5337 "exclude-from-classmap": [
5341 "notification-url": "https://packagist.org/downloads/",
5347 "name": "Fabien Potencier",
5348 "email": "fabien@symfony.com"
5351 "name": "Symfony Community",
5352 "homepage": "https://symfony.com/contributors"
5355 "description": "Eases the creation of beautiful and testable command line interfaces",
5356 "homepage": "https://symfony.com",
5364 "source": "https://github.com/symfony/console/tree/v6.4.6"
5368 "url": "https://symfony.com/sponsor",
5372 "url": "https://github.com/fabpot",
5376 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5380 "time": "2024-03-29T19:07:53+00:00"
5383 "name": "symfony/css-selector",
5384 "version": "v7.0.3",
5387 "url": "https://github.com/symfony/css-selector.git",
5388 "reference": "ec60a4edf94e63b0556b6a0888548bb400a3a3be"
5392 "url": "https://api.github.com/repos/symfony/css-selector/zipball/ec60a4edf94e63b0556b6a0888548bb400a3a3be",
5393 "reference": "ec60a4edf94e63b0556b6a0888548bb400a3a3be",
5402 "Symfony\\Component\\CssSelector\\": ""
5404 "exclude-from-classmap": [
5408 "notification-url": "https://packagist.org/downloads/",
5414 "name": "Fabien Potencier",
5415 "email": "fabien@symfony.com"
5418 "name": "Jean-François Simon",
5419 "email": "jeanfrancois.simon@sensiolabs.com"
5422 "name": "Symfony Community",
5423 "homepage": "https://symfony.com/contributors"
5426 "description": "Converts CSS selectors to XPath expressions",
5427 "homepage": "https://symfony.com",
5429 "source": "https://github.com/symfony/css-selector/tree/v7.0.3"
5433 "url": "https://symfony.com/sponsor",
5437 "url": "https://github.com/fabpot",
5441 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5445 "time": "2024-01-23T15:02:46+00:00"
5448 "name": "symfony/deprecation-contracts",
5449 "version": "v3.4.0",
5452 "url": "https://github.com/symfony/deprecation-contracts.git",
5453 "reference": "7c3aff79d10325257a001fcf92d991f24fc967cf"
5457 "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/7c3aff79d10325257a001fcf92d991f24fc967cf",
5458 "reference": "7c3aff79d10325257a001fcf92d991f24fc967cf",
5467 "dev-main": "3.4-dev"
5470 "name": "symfony/contracts",
5471 "url": "https://github.com/symfony/contracts"
5479 "notification-url": "https://packagist.org/downloads/",
5485 "name": "Nicolas Grekas",
5486 "email": "p@tchwork.com"
5489 "name": "Symfony Community",
5490 "homepage": "https://symfony.com/contributors"
5493 "description": "A generic function and convention to trigger deprecation notices",
5494 "homepage": "https://symfony.com",
5496 "source": "https://github.com/symfony/deprecation-contracts/tree/v3.4.0"
5500 "url": "https://symfony.com/sponsor",
5504 "url": "https://github.com/fabpot",
5508 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5512 "time": "2023-05-23T14:45:45+00:00"
5515 "name": "symfony/error-handler",
5516 "version": "v6.4.6",
5519 "url": "https://github.com/symfony/error-handler.git",
5520 "reference": "64db1c1802e3a4557e37ba33031ac39f452ac5d4"
5524 "url": "https://api.github.com/repos/symfony/error-handler/zipball/64db1c1802e3a4557e37ba33031ac39f452ac5d4",
5525 "reference": "64db1c1802e3a4557e37ba33031ac39f452ac5d4",
5530 "psr/log": "^1|^2|^3",
5531 "symfony/var-dumper": "^5.4|^6.0|^7.0"
5534 "symfony/deprecation-contracts": "<2.5",
5535 "symfony/http-kernel": "<6.4"
5538 "symfony/deprecation-contracts": "^2.5|^3",
5539 "symfony/http-kernel": "^6.4|^7.0",
5540 "symfony/serializer": "^5.4|^6.0|^7.0"
5543 "Resources/bin/patch-type-declarations"
5548 "Symfony\\Component\\ErrorHandler\\": ""
5550 "exclude-from-classmap": [
5554 "notification-url": "https://packagist.org/downloads/",
5560 "name": "Fabien Potencier",
5561 "email": "fabien@symfony.com"
5564 "name": "Symfony Community",
5565 "homepage": "https://symfony.com/contributors"
5568 "description": "Provides tools to manage errors and ease debugging PHP code",
5569 "homepage": "https://symfony.com",
5571 "source": "https://github.com/symfony/error-handler/tree/v6.4.6"
5575 "url": "https://symfony.com/sponsor",
5579 "url": "https://github.com/fabpot",
5583 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5587 "time": "2024-03-19T11:56:30+00:00"
5590 "name": "symfony/event-dispatcher",
5591 "version": "v7.0.3",
5594 "url": "https://github.com/symfony/event-dispatcher.git",
5595 "reference": "834c28d533dd0636f910909d01b9ff45cc094b5e"
5599 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/834c28d533dd0636f910909d01b9ff45cc094b5e",
5600 "reference": "834c28d533dd0636f910909d01b9ff45cc094b5e",
5605 "symfony/event-dispatcher-contracts": "^2.5|^3"
5608 "symfony/dependency-injection": "<6.4",
5609 "symfony/service-contracts": "<2.5"
5612 "psr/event-dispatcher-implementation": "1.0",
5613 "symfony/event-dispatcher-implementation": "2.0|3.0"
5616 "psr/log": "^1|^2|^3",
5617 "symfony/config": "^6.4|^7.0",
5618 "symfony/dependency-injection": "^6.4|^7.0",
5619 "symfony/error-handler": "^6.4|^7.0",
5620 "symfony/expression-language": "^6.4|^7.0",
5621 "symfony/http-foundation": "^6.4|^7.0",
5622 "symfony/service-contracts": "^2.5|^3",
5623 "symfony/stopwatch": "^6.4|^7.0"
5628 "Symfony\\Component\\EventDispatcher\\": ""
5630 "exclude-from-classmap": [
5634 "notification-url": "https://packagist.org/downloads/",
5640 "name": "Fabien Potencier",
5641 "email": "fabien@symfony.com"
5644 "name": "Symfony Community",
5645 "homepage": "https://symfony.com/contributors"
5648 "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
5649 "homepage": "https://symfony.com",
5651 "source": "https://github.com/symfony/event-dispatcher/tree/v7.0.3"
5655 "url": "https://symfony.com/sponsor",
5659 "url": "https://github.com/fabpot",
5663 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5667 "time": "2024-01-23T15:02:46+00:00"
5670 "name": "symfony/event-dispatcher-contracts",
5671 "version": "v3.4.2",
5674 "url": "https://github.com/symfony/event-dispatcher-contracts.git",
5675 "reference": "4e64b49bf370ade88e567de29465762e316e4224"
5679 "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/4e64b49bf370ade88e567de29465762e316e4224",
5680 "reference": "4e64b49bf370ade88e567de29465762e316e4224",
5685 "psr/event-dispatcher": "^1"
5690 "dev-main": "3.4-dev"
5693 "name": "symfony/contracts",
5694 "url": "https://github.com/symfony/contracts"
5699 "Symfony\\Contracts\\EventDispatcher\\": ""
5702 "notification-url": "https://packagist.org/downloads/",
5708 "name": "Nicolas Grekas",
5709 "email": "p@tchwork.com"
5712 "name": "Symfony Community",
5713 "homepage": "https://symfony.com/contributors"
5716 "description": "Generic abstractions related to dispatching event",
5717 "homepage": "https://symfony.com",
5727 "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.4.2"
5731 "url": "https://symfony.com/sponsor",
5735 "url": "https://github.com/fabpot",
5739 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5743 "time": "2024-01-23T14:51:35+00:00"
5746 "name": "symfony/finder",
5747 "version": "v6.4.0",
5750 "url": "https://github.com/symfony/finder.git",
5751 "reference": "11d736e97f116ac375a81f96e662911a34cd50ce"
5755 "url": "https://api.github.com/repos/symfony/finder/zipball/11d736e97f116ac375a81f96e662911a34cd50ce",
5756 "reference": "11d736e97f116ac375a81f96e662911a34cd50ce",
5763 "symfony/filesystem": "^6.0|^7.0"
5768 "Symfony\\Component\\Finder\\": ""
5770 "exclude-from-classmap": [
5774 "notification-url": "https://packagist.org/downloads/",
5780 "name": "Fabien Potencier",
5781 "email": "fabien@symfony.com"
5784 "name": "Symfony Community",
5785 "homepage": "https://symfony.com/contributors"
5788 "description": "Finds files and directories via an intuitive fluent interface",
5789 "homepage": "https://symfony.com",
5791 "source": "https://github.com/symfony/finder/tree/v6.4.0"
5795 "url": "https://symfony.com/sponsor",
5799 "url": "https://github.com/fabpot",
5803 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5807 "time": "2023-10-31T17:30:12+00:00"
5810 "name": "symfony/http-foundation",
5811 "version": "v6.4.4",
5814 "url": "https://github.com/symfony/http-foundation.git",
5815 "reference": "ebc713bc6e6f4b53f46539fc158be85dfcd77304"
5819 "url": "https://api.github.com/repos/symfony/http-foundation/zipball/ebc713bc6e6f4b53f46539fc158be85dfcd77304",
5820 "reference": "ebc713bc6e6f4b53f46539fc158be85dfcd77304",
5825 "symfony/deprecation-contracts": "^2.5|^3",
5826 "symfony/polyfill-mbstring": "~1.1",
5827 "symfony/polyfill-php83": "^1.27"
5830 "symfony/cache": "<6.3"
5833 "doctrine/dbal": "^2.13.1|^3|^4",
5834 "predis/predis": "^1.1|^2.0",
5835 "symfony/cache": "^6.3|^7.0",
5836 "symfony/dependency-injection": "^5.4|^6.0|^7.0",
5837 "symfony/expression-language": "^5.4|^6.0|^7.0",
5838 "symfony/http-kernel": "^5.4.12|^6.0.12|^6.1.4|^7.0",
5839 "symfony/mime": "^5.4|^6.0|^7.0",
5840 "symfony/rate-limiter": "^5.4|^6.0|^7.0"
5845 "Symfony\\Component\\HttpFoundation\\": ""
5847 "exclude-from-classmap": [
5851 "notification-url": "https://packagist.org/downloads/",
5857 "name": "Fabien Potencier",
5858 "email": "fabien@symfony.com"
5861 "name": "Symfony Community",
5862 "homepage": "https://symfony.com/contributors"
5865 "description": "Defines an object-oriented layer for the HTTP specification",
5866 "homepage": "https://symfony.com",
5868 "source": "https://github.com/symfony/http-foundation/tree/v6.4.4"
5872 "url": "https://symfony.com/sponsor",
5876 "url": "https://github.com/fabpot",
5880 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5884 "time": "2024-02-08T15:01:18+00:00"
5887 "name": "symfony/http-kernel",
5888 "version": "v6.4.6",
5891 "url": "https://github.com/symfony/http-kernel.git",
5892 "reference": "060038863743fd0cd982be06acecccf246d35653"
5896 "url": "https://api.github.com/repos/symfony/http-kernel/zipball/060038863743fd0cd982be06acecccf246d35653",
5897 "reference": "060038863743fd0cd982be06acecccf246d35653",
5902 "psr/log": "^1|^2|^3",
5903 "symfony/deprecation-contracts": "^2.5|^3",
5904 "symfony/error-handler": "^6.4|^7.0",
5905 "symfony/event-dispatcher": "^5.4|^6.0|^7.0",
5906 "symfony/http-foundation": "^6.4|^7.0",
5907 "symfony/polyfill-ctype": "^1.8"
5910 "symfony/browser-kit": "<5.4",
5911 "symfony/cache": "<5.4",
5912 "symfony/config": "<6.1",
5913 "symfony/console": "<5.4",
5914 "symfony/dependency-injection": "<6.4",
5915 "symfony/doctrine-bridge": "<5.4",
5916 "symfony/form": "<5.4",
5917 "symfony/http-client": "<5.4",
5918 "symfony/http-client-contracts": "<2.5",
5919 "symfony/mailer": "<5.4",
5920 "symfony/messenger": "<5.4",
5921 "symfony/translation": "<5.4",
5922 "symfony/translation-contracts": "<2.5",
5923 "symfony/twig-bridge": "<5.4",
5924 "symfony/validator": "<6.4",
5925 "symfony/var-dumper": "<6.3",
5926 "twig/twig": "<2.13"
5929 "psr/log-implementation": "1.0|2.0|3.0"
5932 "psr/cache": "^1.0|^2.0|^3.0",
5933 "symfony/browser-kit": "^5.4|^6.0|^7.0",
5934 "symfony/clock": "^6.2|^7.0",
5935 "symfony/config": "^6.1|^7.0",
5936 "symfony/console": "^5.4|^6.0|^7.0",
5937 "symfony/css-selector": "^5.4|^6.0|^7.0",
5938 "symfony/dependency-injection": "^6.4|^7.0",
5939 "symfony/dom-crawler": "^5.4|^6.0|^7.0",
5940 "symfony/expression-language": "^5.4|^6.0|^7.0",
5941 "symfony/finder": "^5.4|^6.0|^7.0",
5942 "symfony/http-client-contracts": "^2.5|^3",
5943 "symfony/process": "^5.4|^6.0|^7.0",
5944 "symfony/property-access": "^5.4.5|^6.0.5|^7.0",
5945 "symfony/routing": "^5.4|^6.0|^7.0",
5946 "symfony/serializer": "^6.4.4|^7.0.4",
5947 "symfony/stopwatch": "^5.4|^6.0|^7.0",
5948 "symfony/translation": "^5.4|^6.0|^7.0",
5949 "symfony/translation-contracts": "^2.5|^3",
5950 "symfony/uid": "^5.4|^6.0|^7.0",
5951 "symfony/validator": "^6.4|^7.0",
5952 "symfony/var-exporter": "^6.2|^7.0",
5953 "twig/twig": "^2.13|^3.0.4"
5958 "Symfony\\Component\\HttpKernel\\": ""
5960 "exclude-from-classmap": [
5964 "notification-url": "https://packagist.org/downloads/",
5970 "name": "Fabien Potencier",
5971 "email": "fabien@symfony.com"
5974 "name": "Symfony Community",
5975 "homepage": "https://symfony.com/contributors"
5978 "description": "Provides a structured process for converting a Request into a Response",
5979 "homepage": "https://symfony.com",
5981 "source": "https://github.com/symfony/http-kernel/tree/v6.4.6"
5985 "url": "https://symfony.com/sponsor",
5989 "url": "https://github.com/fabpot",
5993 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5997 "time": "2024-04-03T06:09:15+00:00"
6000 "name": "symfony/mailer",
6001 "version": "v6.4.6",
6004 "url": "https://github.com/symfony/mailer.git",
6005 "reference": "677f34a6f4b4559e08acf73ae0aec460479e5859"
6009 "url": "https://api.github.com/repos/symfony/mailer/zipball/677f34a6f4b4559e08acf73ae0aec460479e5859",
6010 "reference": "677f34a6f4b4559e08acf73ae0aec460479e5859",
6014 "egulias/email-validator": "^2.1.10|^3|^4",
6016 "psr/event-dispatcher": "^1",
6017 "psr/log": "^1|^2|^3",
6018 "symfony/event-dispatcher": "^5.4|^6.0|^7.0",
6019 "symfony/mime": "^6.2|^7.0",
6020 "symfony/service-contracts": "^2.5|^3"
6023 "symfony/http-client-contracts": "<2.5",
6024 "symfony/http-kernel": "<5.4",
6025 "symfony/messenger": "<6.2",
6026 "symfony/mime": "<6.2",
6027 "symfony/twig-bridge": "<6.2.1"
6030 "symfony/console": "^5.4|^6.0|^7.0",
6031 "symfony/http-client": "^5.4|^6.0|^7.0",
6032 "symfony/messenger": "^6.2|^7.0",
6033 "symfony/twig-bridge": "^6.2|^7.0"
6038 "Symfony\\Component\\Mailer\\": ""
6040 "exclude-from-classmap": [
6044 "notification-url": "https://packagist.org/downloads/",
6050 "name": "Fabien Potencier",
6051 "email": "fabien@symfony.com"
6054 "name": "Symfony Community",
6055 "homepage": "https://symfony.com/contributors"
6058 "description": "Helps sending emails",
6059 "homepage": "https://symfony.com",
6061 "source": "https://github.com/symfony/mailer/tree/v6.4.6"
6065 "url": "https://symfony.com/sponsor",
6069 "url": "https://github.com/fabpot",
6073 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6077 "time": "2024-03-27T21:14:17+00:00"
6080 "name": "symfony/mime",
6081 "version": "v6.4.6",
6084 "url": "https://github.com/symfony/mime.git",
6085 "reference": "14762b86918823cb42e3558cdcca62e58b5227fe"
6089 "url": "https://api.github.com/repos/symfony/mime/zipball/14762b86918823cb42e3558cdcca62e58b5227fe",
6090 "reference": "14762b86918823cb42e3558cdcca62e58b5227fe",
6095 "symfony/deprecation-contracts": "^2.5|^3",
6096 "symfony/polyfill-intl-idn": "^1.10",
6097 "symfony/polyfill-mbstring": "^1.0"
6100 "egulias/email-validator": "~3.0.0",
6101 "phpdocumentor/reflection-docblock": "<3.2.2",
6102 "phpdocumentor/type-resolver": "<1.4.0",
6103 "symfony/mailer": "<5.4",
6104 "symfony/serializer": "<6.3.2"
6107 "egulias/email-validator": "^2.1.10|^3.1|^4",
6108 "league/html-to-markdown": "^5.0",
6109 "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
6110 "symfony/dependency-injection": "^5.4|^6.0|^7.0",
6111 "symfony/process": "^5.4|^6.4|^7.0",
6112 "symfony/property-access": "^5.4|^6.0|^7.0",
6113 "symfony/property-info": "^5.4|^6.0|^7.0",
6114 "symfony/serializer": "^6.3.2|^7.0"
6119 "Symfony\\Component\\Mime\\": ""
6121 "exclude-from-classmap": [
6125 "notification-url": "https://packagist.org/downloads/",
6131 "name": "Fabien Potencier",
6132 "email": "fabien@symfony.com"
6135 "name": "Symfony Community",
6136 "homepage": "https://symfony.com/contributors"
6139 "description": "Allows manipulating MIME messages",
6140 "homepage": "https://symfony.com",
6146 "source": "https://github.com/symfony/mime/tree/v6.4.6"
6150 "url": "https://symfony.com/sponsor",
6154 "url": "https://github.com/fabpot",
6158 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6162 "time": "2024-03-21T19:36:20+00:00"
6165 "name": "symfony/options-resolver",
6166 "version": "v6.4.0",
6169 "url": "https://github.com/symfony/options-resolver.git",
6170 "reference": "22301f0e7fdeaacc14318928612dee79be99860e"
6174 "url": "https://api.github.com/repos/symfony/options-resolver/zipball/22301f0e7fdeaacc14318928612dee79be99860e",
6175 "reference": "22301f0e7fdeaacc14318928612dee79be99860e",
6180 "symfony/deprecation-contracts": "^2.5|^3"
6185 "Symfony\\Component\\OptionsResolver\\": ""
6187 "exclude-from-classmap": [
6191 "notification-url": "https://packagist.org/downloads/",
6197 "name": "Fabien Potencier",
6198 "email": "fabien@symfony.com"
6201 "name": "Symfony Community",
6202 "homepage": "https://symfony.com/contributors"
6205 "description": "Provides an improved replacement for the array_replace PHP function",
6206 "homepage": "https://symfony.com",
6213 "source": "https://github.com/symfony/options-resolver/tree/v6.4.0"
6217 "url": "https://symfony.com/sponsor",
6221 "url": "https://github.com/fabpot",
6225 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6229 "time": "2023-08-08T10:16:24+00:00"
6232 "name": "symfony/polyfill-ctype",
6233 "version": "v1.29.0",
6236 "url": "https://github.com/symfony/polyfill-ctype.git",
6237 "reference": "ef4d7e442ca910c4764bce785146269b30cb5fc4"
6241 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/ef4d7e442ca910c4764bce785146269b30cb5fc4",
6242 "reference": "ef4d7e442ca910c4764bce785146269b30cb5fc4",
6252 "ext-ctype": "For best performance"
6257 "name": "symfony/polyfill",
6258 "url": "https://github.com/symfony/polyfill"
6266 "Symfony\\Polyfill\\Ctype\\": ""
6269 "notification-url": "https://packagist.org/downloads/",
6275 "name": "Gert de Pagter",
6276 "email": "BackEndTea@gmail.com"
6279 "name": "Symfony Community",
6280 "homepage": "https://symfony.com/contributors"
6283 "description": "Symfony polyfill for ctype functions",
6284 "homepage": "https://symfony.com",
6292 "source": "https://github.com/symfony/polyfill-ctype/tree/v1.29.0"
6296 "url": "https://symfony.com/sponsor",
6300 "url": "https://github.com/fabpot",
6304 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6308 "time": "2024-01-29T20:11:03+00:00"
6311 "name": "symfony/polyfill-intl-grapheme",
6312 "version": "v1.29.0",
6315 "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
6316 "reference": "32a9da87d7b3245e09ac426c83d334ae9f06f80f"
6320 "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/32a9da87d7b3245e09ac426c83d334ae9f06f80f",
6321 "reference": "32a9da87d7b3245e09ac426c83d334ae9f06f80f",
6328 "ext-intl": "For best performance"
6333 "name": "symfony/polyfill",
6334 "url": "https://github.com/symfony/polyfill"
6342 "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
6345 "notification-url": "https://packagist.org/downloads/",
6351 "name": "Nicolas Grekas",
6352 "email": "p@tchwork.com"
6355 "name": "Symfony Community",
6356 "homepage": "https://symfony.com/contributors"
6359 "description": "Symfony polyfill for intl's grapheme_* functions",
6360 "homepage": "https://symfony.com",
6370 "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.29.0"
6374 "url": "https://symfony.com/sponsor",
6378 "url": "https://github.com/fabpot",
6382 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6386 "time": "2024-01-29T20:11:03+00:00"
6389 "name": "symfony/polyfill-intl-idn",
6390 "version": "v1.29.0",
6393 "url": "https://github.com/symfony/polyfill-intl-idn.git",
6394 "reference": "a287ed7475f85bf6f61890146edbc932c0fff919"
6398 "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/a287ed7475f85bf6f61890146edbc932c0fff919",
6399 "reference": "a287ed7475f85bf6f61890146edbc932c0fff919",
6404 "symfony/polyfill-intl-normalizer": "^1.10",
6405 "symfony/polyfill-php72": "^1.10"
6408 "ext-intl": "For best performance"
6413 "name": "symfony/polyfill",
6414 "url": "https://github.com/symfony/polyfill"
6422 "Symfony\\Polyfill\\Intl\\Idn\\": ""
6425 "notification-url": "https://packagist.org/downloads/",
6431 "name": "Laurent Bassin",
6432 "email": "laurent@bassin.info"
6435 "name": "Trevor Rowbotham",
6436 "email": "trevor.rowbotham@pm.me"
6439 "name": "Symfony Community",
6440 "homepage": "https://symfony.com/contributors"
6443 "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
6444 "homepage": "https://symfony.com",
6454 "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.29.0"
6458 "url": "https://symfony.com/sponsor",
6462 "url": "https://github.com/fabpot",
6466 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6470 "time": "2024-01-29T20:11:03+00:00"
6473 "name": "symfony/polyfill-intl-normalizer",
6474 "version": "v1.29.0",
6477 "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
6478 "reference": "bc45c394692b948b4d383a08d7753968bed9a83d"
6482 "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/bc45c394692b948b4d383a08d7753968bed9a83d",
6483 "reference": "bc45c394692b948b4d383a08d7753968bed9a83d",
6490 "ext-intl": "For best performance"
6495 "name": "symfony/polyfill",
6496 "url": "https://github.com/symfony/polyfill"
6504 "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
6510 "notification-url": "https://packagist.org/downloads/",
6516 "name": "Nicolas Grekas",
6517 "email": "p@tchwork.com"
6520 "name": "Symfony Community",
6521 "homepage": "https://symfony.com/contributors"
6524 "description": "Symfony polyfill for intl's Normalizer class and related functions",
6525 "homepage": "https://symfony.com",
6535 "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.29.0"
6539 "url": "https://symfony.com/sponsor",
6543 "url": "https://github.com/fabpot",
6547 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6551 "time": "2024-01-29T20:11:03+00:00"
6554 "name": "symfony/polyfill-mbstring",
6555 "version": "v1.29.0",
6558 "url": "https://github.com/symfony/polyfill-mbstring.git",
6559 "reference": "9773676c8a1bb1f8d4340a62efe641cf76eda7ec"
6563 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9773676c8a1bb1f8d4340a62efe641cf76eda7ec",
6564 "reference": "9773676c8a1bb1f8d4340a62efe641cf76eda7ec",
6574 "ext-mbstring": "For best performance"
6579 "name": "symfony/polyfill",
6580 "url": "https://github.com/symfony/polyfill"
6588 "Symfony\\Polyfill\\Mbstring\\": ""
6591 "notification-url": "https://packagist.org/downloads/",
6597 "name": "Nicolas Grekas",
6598 "email": "p@tchwork.com"
6601 "name": "Symfony Community",
6602 "homepage": "https://symfony.com/contributors"
6605 "description": "Symfony polyfill for the Mbstring extension",
6606 "homepage": "https://symfony.com",
6615 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.29.0"
6619 "url": "https://symfony.com/sponsor",
6623 "url": "https://github.com/fabpot",
6627 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6631 "time": "2024-01-29T20:11:03+00:00"
6634 "name": "symfony/polyfill-php72",
6635 "version": "v1.29.0",
6638 "url": "https://github.com/symfony/polyfill-php72.git",
6639 "reference": "861391a8da9a04cbad2d232ddd9e4893220d6e25"
6643 "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/861391a8da9a04cbad2d232ddd9e4893220d6e25",
6644 "reference": "861391a8da9a04cbad2d232ddd9e4893220d6e25",
6653 "name": "symfony/polyfill",
6654 "url": "https://github.com/symfony/polyfill"
6662 "Symfony\\Polyfill\\Php72\\": ""
6665 "notification-url": "https://packagist.org/downloads/",
6671 "name": "Nicolas Grekas",
6672 "email": "p@tchwork.com"
6675 "name": "Symfony Community",
6676 "homepage": "https://symfony.com/contributors"
6679 "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
6680 "homepage": "https://symfony.com",
6688 "source": "https://github.com/symfony/polyfill-php72/tree/v1.29.0"
6692 "url": "https://symfony.com/sponsor",
6696 "url": "https://github.com/fabpot",
6700 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6704 "time": "2024-01-29T20:11:03+00:00"
6707 "name": "symfony/polyfill-php80",
6708 "version": "v1.29.0",
6711 "url": "https://github.com/symfony/polyfill-php80.git",
6712 "reference": "87b68208d5c1188808dd7839ee1e6c8ec3b02f1b"
6716 "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/87b68208d5c1188808dd7839ee1e6c8ec3b02f1b",
6717 "reference": "87b68208d5c1188808dd7839ee1e6c8ec3b02f1b",
6726 "name": "symfony/polyfill",
6727 "url": "https://github.com/symfony/polyfill"
6735 "Symfony\\Polyfill\\Php80\\": ""
6741 "notification-url": "https://packagist.org/downloads/",
6747 "name": "Ion Bazan",
6748 "email": "ion.bazan@gmail.com"
6751 "name": "Nicolas Grekas",
6752 "email": "p@tchwork.com"
6755 "name": "Symfony Community",
6756 "homepage": "https://symfony.com/contributors"
6759 "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
6760 "homepage": "https://symfony.com",
6768 "source": "https://github.com/symfony/polyfill-php80/tree/v1.29.0"
6772 "url": "https://symfony.com/sponsor",
6776 "url": "https://github.com/fabpot",
6780 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6784 "time": "2024-01-29T20:11:03+00:00"
6787 "name": "symfony/polyfill-php83",
6788 "version": "v1.29.0",
6791 "url": "https://github.com/symfony/polyfill-php83.git",
6792 "reference": "86fcae159633351e5fd145d1c47de6c528f8caff"
6796 "url": "https://api.github.com/repos/symfony/polyfill-php83/zipball/86fcae159633351e5fd145d1c47de6c528f8caff",
6797 "reference": "86fcae159633351e5fd145d1c47de6c528f8caff",
6802 "symfony/polyfill-php80": "^1.14"
6807 "name": "symfony/polyfill",
6808 "url": "https://github.com/symfony/polyfill"
6816 "Symfony\\Polyfill\\Php83\\": ""
6822 "notification-url": "https://packagist.org/downloads/",
6828 "name": "Nicolas Grekas",
6829 "email": "p@tchwork.com"
6832 "name": "Symfony Community",
6833 "homepage": "https://symfony.com/contributors"
6836 "description": "Symfony polyfill backporting some PHP 8.3+ features to lower PHP versions",
6837 "homepage": "https://symfony.com",
6845 "source": "https://github.com/symfony/polyfill-php83/tree/v1.29.0"
6849 "url": "https://symfony.com/sponsor",
6853 "url": "https://github.com/fabpot",
6857 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6861 "time": "2024-01-29T20:11:03+00:00"
6864 "name": "symfony/polyfill-uuid",
6865 "version": "v1.29.0",
6868 "url": "https://github.com/symfony/polyfill-uuid.git",
6869 "reference": "3abdd21b0ceaa3000ee950097bc3cf9efc137853"
6873 "url": "https://api.github.com/repos/symfony/polyfill-uuid/zipball/3abdd21b0ceaa3000ee950097bc3cf9efc137853",
6874 "reference": "3abdd21b0ceaa3000ee950097bc3cf9efc137853",
6884 "ext-uuid": "For best performance"
6889 "name": "symfony/polyfill",
6890 "url": "https://github.com/symfony/polyfill"
6898 "Symfony\\Polyfill\\Uuid\\": ""
6901 "notification-url": "https://packagist.org/downloads/",
6907 "name": "Grégoire Pineau",
6908 "email": "lyrixx@lyrixx.info"
6911 "name": "Symfony Community",
6912 "homepage": "https://symfony.com/contributors"
6915 "description": "Symfony polyfill for uuid functions",
6916 "homepage": "https://symfony.com",
6924 "source": "https://github.com/symfony/polyfill-uuid/tree/v1.29.0"
6928 "url": "https://symfony.com/sponsor",
6932 "url": "https://github.com/fabpot",
6936 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6940 "time": "2024-01-29T20:11:03+00:00"
6943 "name": "symfony/process",
6944 "version": "v6.4.4",
6947 "url": "https://github.com/symfony/process.git",
6948 "reference": "710e27879e9be3395de2b98da3f52a946039f297"
6952 "url": "https://api.github.com/repos/symfony/process/zipball/710e27879e9be3395de2b98da3f52a946039f297",
6953 "reference": "710e27879e9be3395de2b98da3f52a946039f297",
6962 "Symfony\\Component\\Process\\": ""
6964 "exclude-from-classmap": [
6968 "notification-url": "https://packagist.org/downloads/",
6974 "name": "Fabien Potencier",
6975 "email": "fabien@symfony.com"
6978 "name": "Symfony Community",
6979 "homepage": "https://symfony.com/contributors"
6982 "description": "Executes commands in sub-processes",
6983 "homepage": "https://symfony.com",
6985 "source": "https://github.com/symfony/process/tree/v6.4.4"
6989 "url": "https://symfony.com/sponsor",
6993 "url": "https://github.com/fabpot",
6997 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7001 "time": "2024-02-20T12:31:00+00:00"
7004 "name": "symfony/psr-http-message-bridge",
7005 "version": "v2.3.1",
7008 "url": "https://github.com/symfony/psr-http-message-bridge.git",
7009 "reference": "581ca6067eb62640de5ff08ee1ba6850a0ee472e"
7013 "url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/581ca6067eb62640de5ff08ee1ba6850a0ee472e",
7014 "reference": "581ca6067eb62640de5ff08ee1ba6850a0ee472e",
7019 "psr/http-message": "^1.0 || ^2.0",
7020 "symfony/deprecation-contracts": "^2.5 || ^3.0",
7021 "symfony/http-foundation": "^5.4 || ^6.0"
7024 "nyholm/psr7": "^1.1",
7025 "psr/log": "^1.1 || ^2 || ^3",
7026 "symfony/browser-kit": "^5.4 || ^6.0",
7027 "symfony/config": "^5.4 || ^6.0",
7028 "symfony/event-dispatcher": "^5.4 || ^6.0",
7029 "symfony/framework-bundle": "^5.4 || ^6.0",
7030 "symfony/http-kernel": "^5.4 || ^6.0",
7031 "symfony/phpunit-bridge": "^6.2"
7034 "nyholm/psr7": "For a super lightweight PSR-7/17 implementation"
7036 "type": "symfony-bridge",
7039 "dev-main": "2.3-dev"
7044 "Symfony\\Bridge\\PsrHttpMessage\\": ""
7046 "exclude-from-classmap": [
7050 "notification-url": "https://packagist.org/downloads/",
7056 "name": "Fabien Potencier",
7057 "email": "fabien@symfony.com"
7060 "name": "Symfony Community",
7061 "homepage": "http://symfony.com/contributors"
7064 "description": "PSR HTTP message bridge",
7065 "homepage": "http://symfony.com",
7073 "issues": "https://github.com/symfony/psr-http-message-bridge/issues",
7074 "source": "https://github.com/symfony/psr-http-message-bridge/tree/v2.3.1"
7078 "url": "https://symfony.com/sponsor",
7082 "url": "https://github.com/fabpot",
7086 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7090 "time": "2023-07-26T11:53:26+00:00"
7093 "name": "symfony/routing",
7094 "version": "v6.4.6",
7097 "url": "https://github.com/symfony/routing.git",
7098 "reference": "f2591fd1f8c6e3734656b5d6b3829e8bf81f507c"
7102 "url": "https://api.github.com/repos/symfony/routing/zipball/f2591fd1f8c6e3734656b5d6b3829e8bf81f507c",
7103 "reference": "f2591fd1f8c6e3734656b5d6b3829e8bf81f507c",
7108 "symfony/deprecation-contracts": "^2.5|^3"
7111 "doctrine/annotations": "<1.12",
7112 "symfony/config": "<6.2",
7113 "symfony/dependency-injection": "<5.4",
7114 "symfony/yaml": "<5.4"
7117 "doctrine/annotations": "^1.12|^2",
7118 "psr/log": "^1|^2|^3",
7119 "symfony/config": "^6.2|^7.0",
7120 "symfony/dependency-injection": "^5.4|^6.0|^7.0",
7121 "symfony/expression-language": "^5.4|^6.0|^7.0",
7122 "symfony/http-foundation": "^5.4|^6.0|^7.0",
7123 "symfony/yaml": "^5.4|^6.0|^7.0"
7128 "Symfony\\Component\\Routing\\": ""
7130 "exclude-from-classmap": [
7134 "notification-url": "https://packagist.org/downloads/",
7140 "name": "Fabien Potencier",
7141 "email": "fabien@symfony.com"
7144 "name": "Symfony Community",
7145 "homepage": "https://symfony.com/contributors"
7148 "description": "Maps an HTTP request to a set of configuration variables",
7149 "homepage": "https://symfony.com",
7157 "source": "https://github.com/symfony/routing/tree/v6.4.6"
7161 "url": "https://symfony.com/sponsor",
7165 "url": "https://github.com/fabpot",
7169 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7173 "time": "2024-03-28T13:28:49+00:00"
7176 "name": "symfony/service-contracts",
7177 "version": "v3.4.2",
7180 "url": "https://github.com/symfony/service-contracts.git",
7181 "reference": "11bbf19a0fb7b36345861e85c5768844c552906e"
7185 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/11bbf19a0fb7b36345861e85c5768844c552906e",
7186 "reference": "11bbf19a0fb7b36345861e85c5768844c552906e",
7191 "psr/container": "^1.1|^2.0"
7194 "ext-psr": "<1.1|>=2"
7199 "dev-main": "3.4-dev"
7202 "name": "symfony/contracts",
7203 "url": "https://github.com/symfony/contracts"
7208 "Symfony\\Contracts\\Service\\": ""
7210 "exclude-from-classmap": [
7214 "notification-url": "https://packagist.org/downloads/",
7220 "name": "Nicolas Grekas",
7221 "email": "p@tchwork.com"
7224 "name": "Symfony Community",
7225 "homepage": "https://symfony.com/contributors"
7228 "description": "Generic abstractions related to writing services",
7229 "homepage": "https://symfony.com",
7239 "source": "https://github.com/symfony/service-contracts/tree/v3.4.2"
7243 "url": "https://symfony.com/sponsor",
7247 "url": "https://github.com/fabpot",
7251 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7255 "time": "2023-12-19T21:51:00+00:00"
7258 "name": "symfony/string",
7259 "version": "v7.0.4",
7262 "url": "https://github.com/symfony/string.git",
7263 "reference": "f5832521b998b0bec40bee688ad5de98d4cf111b"
7267 "url": "https://api.github.com/repos/symfony/string/zipball/f5832521b998b0bec40bee688ad5de98d4cf111b",
7268 "reference": "f5832521b998b0bec40bee688ad5de98d4cf111b",
7273 "symfony/polyfill-ctype": "~1.8",
7274 "symfony/polyfill-intl-grapheme": "~1.0",
7275 "symfony/polyfill-intl-normalizer": "~1.0",
7276 "symfony/polyfill-mbstring": "~1.0"
7279 "symfony/translation-contracts": "<2.5"
7282 "symfony/error-handler": "^6.4|^7.0",
7283 "symfony/http-client": "^6.4|^7.0",
7284 "symfony/intl": "^6.4|^7.0",
7285 "symfony/translation-contracts": "^2.5|^3.0",
7286 "symfony/var-exporter": "^6.4|^7.0"
7291 "Resources/functions.php"
7294 "Symfony\\Component\\String\\": ""
7296 "exclude-from-classmap": [
7300 "notification-url": "https://packagist.org/downloads/",
7306 "name": "Nicolas Grekas",
7307 "email": "p@tchwork.com"
7310 "name": "Symfony Community",
7311 "homepage": "https://symfony.com/contributors"
7314 "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
7315 "homepage": "https://symfony.com",
7325 "source": "https://github.com/symfony/string/tree/v7.0.4"
7329 "url": "https://symfony.com/sponsor",
7333 "url": "https://github.com/fabpot",
7337 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7341 "time": "2024-02-01T13:17:36+00:00"
7344 "name": "symfony/translation",
7345 "version": "v6.4.4",
7348 "url": "https://github.com/symfony/translation.git",
7349 "reference": "bce6a5a78e94566641b2594d17e48b0da3184a8e"
7353 "url": "https://api.github.com/repos/symfony/translation/zipball/bce6a5a78e94566641b2594d17e48b0da3184a8e",
7354 "reference": "bce6a5a78e94566641b2594d17e48b0da3184a8e",
7359 "symfony/deprecation-contracts": "^2.5|^3",
7360 "symfony/polyfill-mbstring": "~1.0",
7361 "symfony/translation-contracts": "^2.5|^3.0"
7364 "symfony/config": "<5.4",
7365 "symfony/console": "<5.4",
7366 "symfony/dependency-injection": "<5.4",
7367 "symfony/http-client-contracts": "<2.5",
7368 "symfony/http-kernel": "<5.4",
7369 "symfony/service-contracts": "<2.5",
7370 "symfony/twig-bundle": "<5.4",
7371 "symfony/yaml": "<5.4"
7374 "symfony/translation-implementation": "2.3|3.0"
7377 "nikic/php-parser": "^4.18|^5.0",
7378 "psr/log": "^1|^2|^3",
7379 "symfony/config": "^5.4|^6.0|^7.0",
7380 "symfony/console": "^5.4|^6.0|^7.0",
7381 "symfony/dependency-injection": "^5.4|^6.0|^7.0",
7382 "symfony/finder": "^5.4|^6.0|^7.0",
7383 "symfony/http-client-contracts": "^2.5|^3.0",
7384 "symfony/http-kernel": "^5.4|^6.0|^7.0",
7385 "symfony/intl": "^5.4|^6.0|^7.0",
7386 "symfony/polyfill-intl-icu": "^1.21",
7387 "symfony/routing": "^5.4|^6.0|^7.0",
7388 "symfony/service-contracts": "^2.5|^3",
7389 "symfony/yaml": "^5.4|^6.0|^7.0"
7394 "Resources/functions.php"
7397 "Symfony\\Component\\Translation\\": ""
7399 "exclude-from-classmap": [
7403 "notification-url": "https://packagist.org/downloads/",
7409 "name": "Fabien Potencier",
7410 "email": "fabien@symfony.com"
7413 "name": "Symfony Community",
7414 "homepage": "https://symfony.com/contributors"
7417 "description": "Provides tools to internationalize your application",
7418 "homepage": "https://symfony.com",
7420 "source": "https://github.com/symfony/translation/tree/v6.4.4"
7424 "url": "https://symfony.com/sponsor",
7428 "url": "https://github.com/fabpot",
7432 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7436 "time": "2024-02-20T13:16:58+00:00"
7439 "name": "symfony/translation-contracts",
7440 "version": "v3.4.2",
7443 "url": "https://github.com/symfony/translation-contracts.git",
7444 "reference": "43810bdb2ddb5400e5c5e778e27b210a0ca83b6b"
7448 "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/43810bdb2ddb5400e5c5e778e27b210a0ca83b6b",
7449 "reference": "43810bdb2ddb5400e5c5e778e27b210a0ca83b6b",
7458 "dev-main": "3.4-dev"
7461 "name": "symfony/contracts",
7462 "url": "https://github.com/symfony/contracts"
7467 "Symfony\\Contracts\\Translation\\": ""
7469 "exclude-from-classmap": [
7473 "notification-url": "https://packagist.org/downloads/",
7479 "name": "Nicolas Grekas",
7480 "email": "p@tchwork.com"
7483 "name": "Symfony Community",
7484 "homepage": "https://symfony.com/contributors"
7487 "description": "Generic abstractions related to translation",
7488 "homepage": "https://symfony.com",
7498 "source": "https://github.com/symfony/translation-contracts/tree/v3.4.2"
7502 "url": "https://symfony.com/sponsor",
7506 "url": "https://github.com/fabpot",
7510 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7514 "time": "2024-01-23T14:51:35+00:00"
7517 "name": "symfony/uid",
7518 "version": "v6.4.3",
7521 "url": "https://github.com/symfony/uid.git",
7522 "reference": "1d31267211cc3a2fff32bcfc7c1818dac41b6fc0"
7526 "url": "https://api.github.com/repos/symfony/uid/zipball/1d31267211cc3a2fff32bcfc7c1818dac41b6fc0",
7527 "reference": "1d31267211cc3a2fff32bcfc7c1818dac41b6fc0",
7532 "symfony/polyfill-uuid": "^1.15"
7535 "symfony/console": "^5.4|^6.0|^7.0"
7540 "Symfony\\Component\\Uid\\": ""
7542 "exclude-from-classmap": [
7546 "notification-url": "https://packagist.org/downloads/",
7552 "name": "Grégoire Pineau",
7553 "email": "lyrixx@lyrixx.info"
7556 "name": "Nicolas Grekas",
7557 "email": "p@tchwork.com"
7560 "name": "Symfony Community",
7561 "homepage": "https://symfony.com/contributors"
7564 "description": "Provides an object-oriented API to generate and represent UIDs",
7565 "homepage": "https://symfony.com",
7572 "source": "https://github.com/symfony/uid/tree/v6.4.3"
7576 "url": "https://symfony.com/sponsor",
7580 "url": "https://github.com/fabpot",
7584 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7588 "time": "2024-01-23T14:51:35+00:00"
7591 "name": "symfony/var-dumper",
7592 "version": "v6.4.6",
7595 "url": "https://github.com/symfony/var-dumper.git",
7596 "reference": "95bd2706a97fb875185b51ecaa6112ec184233d4"
7600 "url": "https://api.github.com/repos/symfony/var-dumper/zipball/95bd2706a97fb875185b51ecaa6112ec184233d4",
7601 "reference": "95bd2706a97fb875185b51ecaa6112ec184233d4",
7606 "symfony/deprecation-contracts": "^2.5|^3",
7607 "symfony/polyfill-mbstring": "~1.0"
7610 "symfony/console": "<5.4"
7614 "symfony/console": "^5.4|^6.0|^7.0",
7615 "symfony/error-handler": "^6.3|^7.0",
7616 "symfony/http-kernel": "^5.4|^6.0|^7.0",
7617 "symfony/process": "^5.4|^6.0|^7.0",
7618 "symfony/uid": "^5.4|^6.0|^7.0",
7619 "twig/twig": "^2.13|^3.0.4"
7622 "Resources/bin/var-dump-server"
7627 "Resources/functions/dump.php"
7630 "Symfony\\Component\\VarDumper\\": ""
7632 "exclude-from-classmap": [
7636 "notification-url": "https://packagist.org/downloads/",
7642 "name": "Nicolas Grekas",
7643 "email": "p@tchwork.com"
7646 "name": "Symfony Community",
7647 "homepage": "https://symfony.com/contributors"
7650 "description": "Provides mechanisms for walking through any arbitrary PHP variable",
7651 "homepage": "https://symfony.com",
7657 "source": "https://github.com/symfony/var-dumper/tree/v6.4.6"
7661 "url": "https://symfony.com/sponsor",
7665 "url": "https://github.com/fabpot",
7669 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7673 "time": "2024-03-19T11:56:30+00:00"
7676 "name": "team-reflex/discord-php",
7677 "version": "v7.3.5",
7680 "url": "https://github.com/discord-php/DiscordPHP.git",
7681 "reference": "798cad7aa075a5bdbda430bb60965664240813c7"
7685 "url": "https://api.github.com/repos/discord-php/DiscordPHP/zipball/798cad7aa075a5bdbda430bb60965664240813c7",
7686 "reference": "798cad7aa075a5bdbda430bb60965664240813c7",
7690 "discord-php/http": "^9.0.12",
7691 "discord/interactions": "^2.2",
7694 "mollie/polyfill-libsodium": "^1.1",
7695 "monolog/monolog": "^2.1 || ^3.0",
7696 "nesbot/carbon": "^2.38",
7698 "ratchet/pawl": "^0.4.1",
7699 "react/child-process": "^0.6.2",
7700 "react/datagram": "1.5.*",
7701 "react/http": "^1.1",
7702 "react/partial": "^3.0",
7703 "symfony/options-resolver": "^5.1.3 || ^6.0",
7704 "trafficcophp/bytebuffer": "^0.3"
7707 "davidcole1340/reactsh": "dev-master",
7708 "friendsofphp/php-cs-fixer": "^3",
7709 "phpunit/phpunit": "^9.4",
7710 "symfony/var-dumper": "*"
7713 "clue/zlib-react": "For gateway message transport compression with zlib-stream.",
7714 "ext-event": "For a faster, and more performant loop.",
7715 "ext-gmp": "For Permissions and 64 bit calculations on x86 (32 bit) PHP.",
7716 "ext-libev": "For a faster, and more performant loop.",
7717 "ext-mbstring": "For accurate calculations of string length when handling non-english characters.",
7718 "ext-uv": "For a faster, and more performant loop. Preferred."
7723 "src/Discord/functions.php"
7726 "Discord\\": "src/Discord"
7729 "notification-url": "https://packagist.org/downloads/",
7735 "name": "David Cole",
7736 "email": "david.cole1340@gmail.com"
7739 "description": "An unofficial API to interact with the voice and text service Discord.",
7741 "chat": "https://discord.gg/dphp",
7742 "docs": "https://discord-php.github.io/DiscordPHP/",
7743 "issues": "https://github.com/discord-php/DiscordPHP/issues",
7744 "source": "https://github.com/discord-php/DiscordPHP/tree/v7.3.5",
7745 "wiki": "https://github.com/discord-php/DiscordPHP/wiki"
7747 "time": "2024-01-13T22:43:23+00:00"
7750 "name": "tijsverkoyen/css-to-inline-styles",
7751 "version": "v2.2.7",
7754 "url": "https://github.com/tijsverkoyen/CssToInlineStyles.git",
7755 "reference": "83ee6f38df0a63106a9e4536e3060458b74ccedb"
7759 "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/83ee6f38df0a63106a9e4536e3060458b74ccedb",
7760 "reference": "83ee6f38df0a63106a9e4536e3060458b74ccedb",
7766 "php": "^5.5 || ^7.0 || ^8.0",
7767 "symfony/css-selector": "^2.7 || ^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0"
7770 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0 || ^7.5 || ^8.5.21 || ^9.5.10"
7775 "dev-master": "2.2.x-dev"
7780 "TijsVerkoyen\\CssToInlineStyles\\": "src"
7783 "notification-url": "https://packagist.org/downloads/",
7789 "name": "Tijs Verkoyen",
7790 "email": "css_to_inline_styles@verkoyen.eu",
7794 "description": "CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.",
7795 "homepage": "https://github.com/tijsverkoyen/CssToInlineStyles",
7797 "issues": "https://github.com/tijsverkoyen/CssToInlineStyles/issues",
7798 "source": "https://github.com/tijsverkoyen/CssToInlineStyles/tree/v2.2.7"
7800 "time": "2023-12-08T13:03:43+00:00"
7803 "name": "trafficcophp/bytebuffer",
7807 "url": "https://github.com/nesQuick/ByteBuffer.git",
7808 "reference": "e94e5c87c41bc79c0f738b0fa89bad11d27ae0b4"
7812 "url": "https://api.github.com/repos/nesQuick/ByteBuffer/zipball/e94e5c87c41bc79c0f738b0fa89bad11d27ae0b4",
7813 "reference": "e94e5c87c41bc79c0f738b0fa89bad11d27ae0b4",
7819 "TrafficCophp": "src/"
7822 "notification-url": "https://packagist.org/downloads/",
7828 "name": "Ole 'nesQuick' Michaelis",
7829 "email": "ole.michaelis@googlemail.com",
7830 "homepage": "http://www.codestars.eu"
7833 "description": "Node.js inspired byte stream buffer for PHP.",
7845 "issues": "https://github.com/nesQuick/ByteBuffer/issues",
7846 "source": "https://github.com/nesQuick/ByteBuffer/tree/master"
7848 "time": "2016-01-13T22:50:58+00:00"
7851 "name": "vlucas/phpdotenv",
7852 "version": "v5.6.0",
7855 "url": "https://github.com/vlucas/phpdotenv.git",
7856 "reference": "2cf9fb6054c2bb1d59d1f3817706ecdb9d2934c4"
7860 "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/2cf9fb6054c2bb1d59d1f3817706ecdb9d2934c4",
7861 "reference": "2cf9fb6054c2bb1d59d1f3817706ecdb9d2934c4",
7866 "graham-campbell/result-type": "^1.1.2",
7867 "php": "^7.2.5 || ^8.0",
7868 "phpoption/phpoption": "^1.9.2",
7869 "symfony/polyfill-ctype": "^1.24",
7870 "symfony/polyfill-mbstring": "^1.24",
7871 "symfony/polyfill-php80": "^1.24"
7874 "bamarni/composer-bin-plugin": "^1.8.2",
7876 "phpunit/phpunit": "^8.5.34 || ^9.6.13 || ^10.4.2"
7879 "ext-filter": "Required to use the boolean validator."
7885 "forward-command": true
7888 "dev-master": "5.6-dev"
7896 "notification-url": "https://packagist.org/downloads/",
7902 "name": "Graham Campbell",
7903 "email": "hello@gjcampbell.co.uk",
7904 "homepage": "https://github.com/GrahamCampbell"
7907 "name": "Vance Lucas",
7908 "email": "vance@vancelucas.com",
7909 "homepage": "https://github.com/vlucas"
7912 "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
7919 "issues": "https://github.com/vlucas/phpdotenv/issues",
7920 "source": "https://github.com/vlucas/phpdotenv/tree/v5.6.0"
7924 "url": "https://github.com/GrahamCampbell",
7928 "url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv",
7932 "time": "2023-11-12T22:43:29+00:00"
7935 "name": "voku/portable-ascii",
7939 "url": "https://github.com/voku/portable-ascii.git",
7940 "reference": "b56450eed252f6801410d810c8e1727224ae0743"
7944 "url": "https://api.github.com/repos/voku/portable-ascii/zipball/b56450eed252f6801410d810c8e1727224ae0743",
7945 "reference": "b56450eed252f6801410d810c8e1727224ae0743",
7952 "phpunit/phpunit": "~6.0 || ~7.0 || ~9.0"
7955 "ext-intl": "Use Intl for transliterator_transliterate() support"
7960 "voku\\": "src/voku/"
7963 "notification-url": "https://packagist.org/downloads/",
7969 "name": "Lars Moelleken",
7970 "homepage": "http://www.moelleken.org/"
7973 "description": "Portable ASCII library - performance optimized (ascii) string functions for php.",
7974 "homepage": "https://github.com/voku/portable-ascii",
7981 "issues": "https://github.com/voku/portable-ascii/issues",
7982 "source": "https://github.com/voku/portable-ascii/tree/2.0.1"
7986 "url": "https://www.paypal.me/moelleken",
7990 "url": "https://github.com/voku",
7994 "url": "https://opencollective.com/portable-ascii",
7995 "type": "open_collective"
7998 "url": "https://www.patreon.com/voku",
8002 "url": "https://tidelift.com/funding/github/packagist/voku/portable-ascii",
8006 "time": "2022-03-08T17:03:00+00:00"
8009 "name": "webmozart/assert",
8010 "version": "1.11.0",
8013 "url": "https://github.com/webmozarts/assert.git",
8014 "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991"
8018 "url": "https://api.github.com/repos/webmozarts/assert/zipball/11cb2199493b2f8a3b53e7f19068fc6aac760991",
8019 "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991",
8024 "php": "^7.2 || ^8.0"
8027 "phpstan/phpstan": "<0.12.20",
8028 "vimeo/psalm": "<4.6.1 || 4.6.2"
8031 "phpunit/phpunit": "^8.5.13"
8036 "dev-master": "1.10-dev"
8041 "Webmozart\\Assert\\": "src/"
8044 "notification-url": "https://packagist.org/downloads/",
8050 "name": "Bernhard Schussek",
8051 "email": "bschussek@gmail.com"
8054 "description": "Assertions to validate method input/output with nice error messages.",
8061 "issues": "https://github.com/webmozarts/assert/issues",
8062 "source": "https://github.com/webmozarts/assert/tree/1.11.0"
8064 "time": "2022-06-03T18:03:27+00:00"
8067 "name": "z3/enemizer_linux",
8068 "version": "6.1.0.180",
8071 "url": "https://github.com/tcprescott/Enimizer/releases/download/2mb-rom/ubuntu.16.04-x64.tar.gz"
8078 "name": "doctrine/instantiator",
8082 "url": "https://github.com/doctrine/instantiator.git",
8083 "reference": "c6222283fa3f4ac679f8b9ced9a4e23f163e80d0"
8087 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/c6222283fa3f4ac679f8b9ced9a4e23f163e80d0",
8088 "reference": "c6222283fa3f4ac679f8b9ced9a4e23f163e80d0",
8095 "doctrine/coding-standard": "^11",
8098 "phpbench/phpbench": "^1.2",
8099 "phpstan/phpstan": "^1.9.4",
8100 "phpstan/phpstan-phpunit": "^1.3",
8101 "phpunit/phpunit": "^9.5.27",
8102 "vimeo/psalm": "^5.4"
8107 "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
8110 "notification-url": "https://packagist.org/downloads/",
8116 "name": "Marco Pivetta",
8117 "email": "ocramius@gmail.com",
8118 "homepage": "https://ocramius.github.io/"
8121 "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
8122 "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
8128 "issues": "https://github.com/doctrine/instantiator/issues",
8129 "source": "https://github.com/doctrine/instantiator/tree/2.0.0"
8133 "url": "https://www.doctrine-project.org/sponsorship.html",
8137 "url": "https://www.patreon.com/phpdoctrine",
8141 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
8145 "time": "2022-12-30T00:23:10+00:00"
8148 "name": "fakerphp/faker",
8149 "version": "v1.23.1",
8152 "url": "https://github.com/FakerPHP/Faker.git",
8153 "reference": "bfb4fe148adbf78eff521199619b93a52ae3554b"
8157 "url": "https://api.github.com/repos/FakerPHP/Faker/zipball/bfb4fe148adbf78eff521199619b93a52ae3554b",
8158 "reference": "bfb4fe148adbf78eff521199619b93a52ae3554b",
8162 "php": "^7.4 || ^8.0",
8163 "psr/container": "^1.0 || ^2.0",
8164 "symfony/deprecation-contracts": "^2.2 || ^3.0"
8167 "fzaninotto/faker": "*"
8170 "bamarni/composer-bin-plugin": "^1.4.1",
8171 "doctrine/persistence": "^1.3 || ^2.0",
8173 "phpunit/phpunit": "^9.5.26",
8174 "symfony/phpunit-bridge": "^5.4.16"
8177 "doctrine/orm": "Required to use Faker\\ORM\\Doctrine",
8178 "ext-curl": "Required by Faker\\Provider\\Image to download images.",
8179 "ext-dom": "Required by Faker\\Provider\\HtmlLorem for generating random HTML.",
8180 "ext-iconv": "Required by Faker\\Provider\\ru_RU\\Text::realText() for generating real Russian text.",
8181 "ext-mbstring": "Required for multibyte Unicode string functionality."
8186 "Faker\\": "src/Faker/"
8189 "notification-url": "https://packagist.org/downloads/",
8195 "name": "François Zaninotto"
8198 "description": "Faker is a PHP library that generates fake data for you.",
8205 "issues": "https://github.com/FakerPHP/Faker/issues",
8206 "source": "https://github.com/FakerPHP/Faker/tree/v1.23.1"
8208 "time": "2024-01-02T13:46:09+00:00"
8211 "name": "filp/whoops",
8212 "version": "2.15.4",
8215 "url": "https://github.com/filp/whoops.git",
8216 "reference": "a139776fa3f5985a50b509f2a02ff0f709d2a546"
8220 "url": "https://api.github.com/repos/filp/whoops/zipball/a139776fa3f5985a50b509f2a02ff0f709d2a546",
8221 "reference": "a139776fa3f5985a50b509f2a02ff0f709d2a546",
8225 "php": "^5.5.9 || ^7.0 || ^8.0",
8226 "psr/log": "^1.0.1 || ^2.0 || ^3.0"
8229 "mockery/mockery": "^0.9 || ^1.0",
8230 "phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.3",
8231 "symfony/var-dumper": "^2.6 || ^3.0 || ^4.0 || ^5.0"
8234 "symfony/var-dumper": "Pretty print complex values better with var-dumper available",
8235 "whoops/soap": "Formats errors as SOAP responses"
8240 "dev-master": "2.7-dev"
8245 "Whoops\\": "src/Whoops/"
8248 "notification-url": "https://packagist.org/downloads/",
8254 "name": "Filipe Dobreira",
8255 "homepage": "https://github.com/filp",
8259 "description": "php error handling for cool kids",
8260 "homepage": "https://filp.github.io/whoops/",
8270 "issues": "https://github.com/filp/whoops/issues",
8271 "source": "https://github.com/filp/whoops/tree/2.15.4"
8275 "url": "https://github.com/denis-sokolov",
8279 "time": "2023-11-03T12:00:00+00:00"
8282 "name": "hamcrest/hamcrest-php",
8283 "version": "v2.0.1",
8286 "url": "https://github.com/hamcrest/hamcrest-php.git",
8287 "reference": "8c3d0a3f6af734494ad8f6fbbee0ba92422859f3"
8291 "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/8c3d0a3f6af734494ad8f6fbbee0ba92422859f3",
8292 "reference": "8c3d0a3f6af734494ad8f6fbbee0ba92422859f3",
8296 "php": "^5.3|^7.0|^8.0"
8299 "cordoval/hamcrest-php": "*",
8300 "davedevelopment/hamcrest-php": "*",
8301 "kodova/hamcrest-php": "*"
8304 "phpunit/php-file-iterator": "^1.4 || ^2.0",
8305 "phpunit/phpunit": "^4.8.36 || ^5.7 || ^6.5 || ^7.0"
8310 "dev-master": "2.1-dev"
8318 "notification-url": "https://packagist.org/downloads/",
8322 "description": "This is the PHP port of Hamcrest Matchers",
8327 "issues": "https://github.com/hamcrest/hamcrest-php/issues",
8328 "source": "https://github.com/hamcrest/hamcrest-php/tree/v2.0.1"
8330 "time": "2020-07-09T08:09:16+00:00"
8333 "name": "laravel/sail",
8334 "version": "v1.29.1",
8337 "url": "https://github.com/laravel/sail.git",
8338 "reference": "8be4a31150eab3b46af11a2e7b2c4632eefaad7e"
8342 "url": "https://api.github.com/repos/laravel/sail/zipball/8be4a31150eab3b46af11a2e7b2c4632eefaad7e",
8343 "reference": "8be4a31150eab3b46af11a2e7b2c4632eefaad7e",
8347 "illuminate/console": "^9.52.16|^10.0|^11.0",
8348 "illuminate/contracts": "^9.52.16|^10.0|^11.0",
8349 "illuminate/support": "^9.52.16|^10.0|^11.0",
8351 "symfony/console": "^6.0|^7.0",
8352 "symfony/yaml": "^6.0|^7.0"
8355 "orchestra/testbench": "^7.0|^8.0|^9.0",
8356 "phpstan/phpstan": "^1.10"
8365 "Laravel\\Sail\\SailServiceProvider"
8371 "Laravel\\Sail\\": "src/"
8374 "notification-url": "https://packagist.org/downloads/",
8380 "name": "Taylor Otwell",
8381 "email": "taylor@laravel.com"
8384 "description": "Docker files for running a basic Laravel application.",
8390 "issues": "https://github.com/laravel/sail/issues",
8391 "source": "https://github.com/laravel/sail"
8393 "time": "2024-03-20T20:09:31+00:00"
8396 "name": "mockery/mockery",
8397 "version": "1.6.11",
8400 "url": "https://github.com/mockery/mockery.git",
8401 "reference": "81a161d0b135df89951abd52296adf97deb0723d"
8405 "url": "https://api.github.com/repos/mockery/mockery/zipball/81a161d0b135df89951abd52296adf97deb0723d",
8406 "reference": "81a161d0b135df89951abd52296adf97deb0723d",
8410 "hamcrest/hamcrest-php": "^2.0.1",
8411 "lib-pcre": ">=7.0",
8415 "phpunit/phpunit": "<8.0"
8418 "phpunit/phpunit": "^8.5 || ^9.6.17",
8419 "symplify/easy-coding-standard": "^12.1.14"
8424 "library/helpers.php",
8425 "library/Mockery.php"
8428 "Mockery\\": "library/Mockery"
8431 "notification-url": "https://packagist.org/downloads/",
8437 "name": "Pádraic Brady",
8438 "email": "padraic.brady@gmail.com",
8439 "homepage": "https://github.com/padraic",
8443 "name": "Dave Marshall",
8444 "email": "dave.marshall@atstsolutions.co.uk",
8445 "homepage": "https://davedevelopment.co.uk",
8449 "name": "Nathanael Esayeas",
8450 "email": "nathanael.esayeas@protonmail.com",
8451 "homepage": "https://github.com/ghostwriter",
8452 "role": "Lead Developer"
8455 "description": "Mockery is a simple yet flexible PHP mock object framework",
8456 "homepage": "https://github.com/mockery/mockery",
8470 "docs": "https://docs.mockery.io/",
8471 "issues": "https://github.com/mockery/mockery/issues",
8472 "rss": "https://github.com/mockery/mockery/releases.atom",
8473 "security": "https://github.com/mockery/mockery/security/advisories",
8474 "source": "https://github.com/mockery/mockery"
8476 "time": "2024-03-21T18:34:15+00:00"
8479 "name": "myclabs/deep-copy",
8480 "version": "1.11.1",
8483 "url": "https://github.com/myclabs/DeepCopy.git",
8484 "reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c"
8488 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/7284c22080590fb39f2ffa3e9057f10a4ddd0e0c",
8489 "reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c",
8493 "php": "^7.1 || ^8.0"
8496 "doctrine/collections": "<1.6.8",
8497 "doctrine/common": "<2.13.3 || >=3,<3.2.2"
8500 "doctrine/collections": "^1.6.8",
8501 "doctrine/common": "^2.13.3 || ^3.2.2",
8502 "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13"
8507 "src/DeepCopy/deep_copy.php"
8510 "DeepCopy\\": "src/DeepCopy/"
8513 "notification-url": "https://packagist.org/downloads/",
8517 "description": "Create deep copies (clones) of your objects",
8526 "issues": "https://github.com/myclabs/DeepCopy/issues",
8527 "source": "https://github.com/myclabs/DeepCopy/tree/1.11.1"
8531 "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
8535 "time": "2023-03-08T13:26:56+00:00"
8538 "name": "nunomaduro/collision",
8539 "version": "v6.4.0",
8542 "url": "https://github.com/nunomaduro/collision.git",
8543 "reference": "f05978827b9343cba381ca05b8c7deee346b6015"
8547 "url": "https://api.github.com/repos/nunomaduro/collision/zipball/f05978827b9343cba381ca05b8c7deee346b6015",
8548 "reference": "f05978827b9343cba381ca05b8c7deee346b6015",
8552 "filp/whoops": "^2.14.5",
8554 "symfony/console": "^6.0.2"
8557 "brianium/paratest": "^6.4.1",
8558 "laravel/framework": "^9.26.1",
8559 "laravel/pint": "^1.1.1",
8560 "nunomaduro/larastan": "^1.0.3",
8561 "nunomaduro/mock-final-classes": "^1.1.0",
8562 "orchestra/testbench": "^7.7",
8563 "phpunit/phpunit": "^9.5.23",
8564 "spatie/ignition": "^1.4.1"
8569 "dev-develop": "6.x-dev"
8573 "NunoMaduro\\Collision\\Adapters\\Laravel\\CollisionServiceProvider"
8579 "NunoMaduro\\Collision\\": "src/"
8582 "notification-url": "https://packagist.org/downloads/",
8588 "name": "Nuno Maduro",
8589 "email": "enunomaduro@gmail.com"
8592 "description": "Cli error handling for console/command-line PHP applications.",
8606 "issues": "https://github.com/nunomaduro/collision/issues",
8607 "source": "https://github.com/nunomaduro/collision"
8611 "url": "https://www.paypal.com/paypalme/enunomaduro",
8615 "url": "https://github.com/nunomaduro",
8619 "url": "https://www.patreon.com/nunomaduro",
8623 "time": "2023-01-03T12:54:54+00:00"
8626 "name": "phar-io/manifest",
8630 "url": "https://github.com/phar-io/manifest.git",
8631 "reference": "54750ef60c58e43759730615a392c31c80e23176"
8635 "url": "https://api.github.com/repos/phar-io/manifest/zipball/54750ef60c58e43759730615a392c31c80e23176",
8636 "reference": "54750ef60c58e43759730615a392c31c80e23176",
8643 "ext-xmlwriter": "*",
8644 "phar-io/version": "^3.0.1",
8645 "php": "^7.2 || ^8.0"
8650 "dev-master": "2.0.x-dev"
8658 "notification-url": "https://packagist.org/downloads/",
8664 "name": "Arne Blankerts",
8665 "email": "arne@blankerts.de",
8669 "name": "Sebastian Heuer",
8670 "email": "sebastian@phpeople.de",
8674 "name": "Sebastian Bergmann",
8675 "email": "sebastian@phpunit.de",
8679 "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
8681 "issues": "https://github.com/phar-io/manifest/issues",
8682 "source": "https://github.com/phar-io/manifest/tree/2.0.4"
8686 "url": "https://github.com/theseer",
8690 "time": "2024-03-03T12:33:53+00:00"
8693 "name": "phar-io/version",
8697 "url": "https://github.com/phar-io/version.git",
8698 "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74"
8702 "url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
8703 "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
8707 "php": "^7.2 || ^8.0"
8715 "notification-url": "https://packagist.org/downloads/",
8721 "name": "Arne Blankerts",
8722 "email": "arne@blankerts.de",
8726 "name": "Sebastian Heuer",
8727 "email": "sebastian@phpeople.de",
8731 "name": "Sebastian Bergmann",
8732 "email": "sebastian@phpunit.de",
8736 "description": "Library for handling version information and constraints",
8738 "issues": "https://github.com/phar-io/version/issues",
8739 "source": "https://github.com/phar-io/version/tree/3.2.1"
8741 "time": "2022-02-21T01:04:05+00:00"
8744 "name": "phpunit/php-code-coverage",
8745 "version": "9.2.31",
8748 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
8749 "reference": "48c34b5d8d983006bd2adc2d0de92963b9155965"
8753 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/48c34b5d8d983006bd2adc2d0de92963b9155965",
8754 "reference": "48c34b5d8d983006bd2adc2d0de92963b9155965",
8760 "ext-xmlwriter": "*",
8761 "nikic/php-parser": "^4.18 || ^5.0",
8763 "phpunit/php-file-iterator": "^3.0.3",
8764 "phpunit/php-text-template": "^2.0.2",
8765 "sebastian/code-unit-reverse-lookup": "^2.0.2",
8766 "sebastian/complexity": "^2.0",
8767 "sebastian/environment": "^5.1.2",
8768 "sebastian/lines-of-code": "^1.0.3",
8769 "sebastian/version": "^3.0.1",
8770 "theseer/tokenizer": "^1.2.0"
8773 "phpunit/phpunit": "^9.3"
8776 "ext-pcov": "PHP extension that provides line coverage",
8777 "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage"
8782 "dev-master": "9.2-dev"
8790 "notification-url": "https://packagist.org/downloads/",
8796 "name": "Sebastian Bergmann",
8797 "email": "sebastian@phpunit.de",
8801 "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
8802 "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
8809 "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
8810 "security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy",
8811 "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.31"
8815 "url": "https://github.com/sebastianbergmann",
8819 "time": "2024-03-02T06:37:42+00:00"
8822 "name": "phpunit/php-file-iterator",
8826 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
8827 "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf"
8831 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf",
8832 "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf",
8839 "phpunit/phpunit": "^9.3"
8844 "dev-master": "3.0-dev"
8852 "notification-url": "https://packagist.org/downloads/",
8858 "name": "Sebastian Bergmann",
8859 "email": "sebastian@phpunit.de",
8863 "description": "FilterIterator implementation that filters files based on a list of suffixes.",
8864 "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
8870 "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
8871 "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/3.0.6"
8875 "url": "https://github.com/sebastianbergmann",
8879 "time": "2021-12-02T12:48:52+00:00"
8882 "name": "phpunit/php-invoker",
8886 "url": "https://github.com/sebastianbergmann/php-invoker.git",
8887 "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67"
8891 "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/5a10147d0aaf65b58940a0b72f71c9ac0423cc67",
8892 "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67",
8900 "phpunit/phpunit": "^9.3"
8908 "dev-master": "3.1-dev"
8916 "notification-url": "https://packagist.org/downloads/",
8922 "name": "Sebastian Bergmann",
8923 "email": "sebastian@phpunit.de",
8927 "description": "Invoke callables with a timeout",
8928 "homepage": "https://github.com/sebastianbergmann/php-invoker/",
8933 "issues": "https://github.com/sebastianbergmann/php-invoker/issues",
8934 "source": "https://github.com/sebastianbergmann/php-invoker/tree/3.1.1"
8938 "url": "https://github.com/sebastianbergmann",
8942 "time": "2020-09-28T05:58:55+00:00"
8945 "name": "phpunit/php-text-template",
8949 "url": "https://github.com/sebastianbergmann/php-text-template.git",
8950 "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28"
8954 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
8955 "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
8962 "phpunit/phpunit": "^9.3"
8967 "dev-master": "2.0-dev"
8975 "notification-url": "https://packagist.org/downloads/",
8981 "name": "Sebastian Bergmann",
8982 "email": "sebastian@phpunit.de",
8986 "description": "Simple template engine.",
8987 "homepage": "https://github.com/sebastianbergmann/php-text-template/",
8992 "issues": "https://github.com/sebastianbergmann/php-text-template/issues",
8993 "source": "https://github.com/sebastianbergmann/php-text-template/tree/2.0.4"
8997 "url": "https://github.com/sebastianbergmann",
9001 "time": "2020-10-26T05:33:50+00:00"
9004 "name": "phpunit/php-timer",
9008 "url": "https://github.com/sebastianbergmann/php-timer.git",
9009 "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2"
9013 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2",
9014 "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2",
9021 "phpunit/phpunit": "^9.3"
9026 "dev-master": "5.0-dev"
9034 "notification-url": "https://packagist.org/downloads/",
9040 "name": "Sebastian Bergmann",
9041 "email": "sebastian@phpunit.de",
9045 "description": "Utility class for timing",
9046 "homepage": "https://github.com/sebastianbergmann/php-timer/",
9051 "issues": "https://github.com/sebastianbergmann/php-timer/issues",
9052 "source": "https://github.com/sebastianbergmann/php-timer/tree/5.0.3"
9056 "url": "https://github.com/sebastianbergmann",
9060 "time": "2020-10-26T13:16:10+00:00"
9063 "name": "phpunit/phpunit",
9064 "version": "9.6.19",
9067 "url": "https://github.com/sebastianbergmann/phpunit.git",
9068 "reference": "a1a54a473501ef4cdeaae4e06891674114d79db8"
9072 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/a1a54a473501ef4cdeaae4e06891674114d79db8",
9073 "reference": "a1a54a473501ef4cdeaae4e06891674114d79db8",
9077 "doctrine/instantiator": "^1.3.1 || ^2",
9081 "ext-mbstring": "*",
9083 "ext-xmlwriter": "*",
9084 "myclabs/deep-copy": "^1.10.1",
9085 "phar-io/manifest": "^2.0.3",
9086 "phar-io/version": "^3.0.2",
9088 "phpunit/php-code-coverage": "^9.2.28",
9089 "phpunit/php-file-iterator": "^3.0.5",
9090 "phpunit/php-invoker": "^3.1.1",
9091 "phpunit/php-text-template": "^2.0.3",
9092 "phpunit/php-timer": "^5.0.2",
9093 "sebastian/cli-parser": "^1.0.1",
9094 "sebastian/code-unit": "^1.0.6",
9095 "sebastian/comparator": "^4.0.8",
9096 "sebastian/diff": "^4.0.3",
9097 "sebastian/environment": "^5.1.3",
9098 "sebastian/exporter": "^4.0.5",
9099 "sebastian/global-state": "^5.0.1",
9100 "sebastian/object-enumerator": "^4.0.3",
9101 "sebastian/resource-operations": "^3.0.3",
9102 "sebastian/type": "^3.2",
9103 "sebastian/version": "^3.0.2"
9106 "ext-soap": "To be able to generate mocks based on WSDL files",
9107 "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage"
9115 "dev-master": "9.6-dev"
9120 "src/Framework/Assert/Functions.php"
9126 "notification-url": "https://packagist.org/downloads/",
9132 "name": "Sebastian Bergmann",
9133 "email": "sebastian@phpunit.de",
9137 "description": "The PHP Unit Testing framework.",
9138 "homepage": "https://phpunit.de/",
9145 "issues": "https://github.com/sebastianbergmann/phpunit/issues",
9146 "security": "https://github.com/sebastianbergmann/phpunit/security/policy",
9147 "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.19"
9151 "url": "https://phpunit.de/sponsors.html",
9155 "url": "https://github.com/sebastianbergmann",
9159 "url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit",
9163 "time": "2024-04-05T04:35:58+00:00"
9166 "name": "sebastian/cli-parser",
9170 "url": "https://github.com/sebastianbergmann/cli-parser.git",
9171 "reference": "2b56bea83a09de3ac06bb18b92f068e60cc6f50b"
9175 "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/2b56bea83a09de3ac06bb18b92f068e60cc6f50b",
9176 "reference": "2b56bea83a09de3ac06bb18b92f068e60cc6f50b",
9183 "phpunit/phpunit": "^9.3"
9188 "dev-master": "1.0-dev"
9196 "notification-url": "https://packagist.org/downloads/",
9202 "name": "Sebastian Bergmann",
9203 "email": "sebastian@phpunit.de",
9207 "description": "Library for parsing CLI options",
9208 "homepage": "https://github.com/sebastianbergmann/cli-parser",
9210 "issues": "https://github.com/sebastianbergmann/cli-parser/issues",
9211 "source": "https://github.com/sebastianbergmann/cli-parser/tree/1.0.2"
9215 "url": "https://github.com/sebastianbergmann",
9219 "time": "2024-03-02T06:27:43+00:00"
9222 "name": "sebastian/code-unit",
9226 "url": "https://github.com/sebastianbergmann/code-unit.git",
9227 "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120"
9231 "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/1fc9f64c0927627ef78ba436c9b17d967e68e120",
9232 "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120",
9239 "phpunit/phpunit": "^9.3"
9244 "dev-master": "1.0-dev"
9252 "notification-url": "https://packagist.org/downloads/",
9258 "name": "Sebastian Bergmann",
9259 "email": "sebastian@phpunit.de",
9263 "description": "Collection of value objects that represent the PHP code units",
9264 "homepage": "https://github.com/sebastianbergmann/code-unit",
9266 "issues": "https://github.com/sebastianbergmann/code-unit/issues",
9267 "source": "https://github.com/sebastianbergmann/code-unit/tree/1.0.8"
9271 "url": "https://github.com/sebastianbergmann",
9275 "time": "2020-10-26T13:08:54+00:00"
9278 "name": "sebastian/code-unit-reverse-lookup",
9282 "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
9283 "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5"
9287 "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
9288 "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
9295 "phpunit/phpunit": "^9.3"
9300 "dev-master": "2.0-dev"
9308 "notification-url": "https://packagist.org/downloads/",
9314 "name": "Sebastian Bergmann",
9315 "email": "sebastian@phpunit.de"
9318 "description": "Looks up which function or method a line of code belongs to",
9319 "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
9321 "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
9322 "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/2.0.3"
9326 "url": "https://github.com/sebastianbergmann",
9330 "time": "2020-09-28T05:30:19+00:00"
9333 "name": "sebastian/comparator",
9337 "url": "https://github.com/sebastianbergmann/comparator.git",
9338 "reference": "fa0f136dd2334583309d32b62544682ee972b51a"
9342 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/fa0f136dd2334583309d32b62544682ee972b51a",
9343 "reference": "fa0f136dd2334583309d32b62544682ee972b51a",
9348 "sebastian/diff": "^4.0",
9349 "sebastian/exporter": "^4.0"
9352 "phpunit/phpunit": "^9.3"
9357 "dev-master": "4.0-dev"
9365 "notification-url": "https://packagist.org/downloads/",
9371 "name": "Sebastian Bergmann",
9372 "email": "sebastian@phpunit.de"
9375 "name": "Jeff Welch",
9376 "email": "whatthejeff@gmail.com"
9379 "name": "Volker Dusch",
9380 "email": "github@wallbash.com"
9383 "name": "Bernhard Schussek",
9384 "email": "bschussek@2bepublished.at"
9387 "description": "Provides the functionality to compare PHP values for equality",
9388 "homepage": "https://github.com/sebastianbergmann/comparator",
9395 "issues": "https://github.com/sebastianbergmann/comparator/issues",
9396 "source": "https://github.com/sebastianbergmann/comparator/tree/4.0.8"
9400 "url": "https://github.com/sebastianbergmann",
9404 "time": "2022-09-14T12:41:17+00:00"
9407 "name": "sebastian/complexity",
9411 "url": "https://github.com/sebastianbergmann/complexity.git",
9412 "reference": "25f207c40d62b8b7aa32f5ab026c53561964053a"
9416 "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/25f207c40d62b8b7aa32f5ab026c53561964053a",
9417 "reference": "25f207c40d62b8b7aa32f5ab026c53561964053a",
9421 "nikic/php-parser": "^4.18 || ^5.0",
9425 "phpunit/phpunit": "^9.3"
9430 "dev-master": "2.0-dev"
9438 "notification-url": "https://packagist.org/downloads/",
9444 "name": "Sebastian Bergmann",
9445 "email": "sebastian@phpunit.de",
9449 "description": "Library for calculating the complexity of PHP code units",
9450 "homepage": "https://github.com/sebastianbergmann/complexity",
9452 "issues": "https://github.com/sebastianbergmann/complexity/issues",
9453 "source": "https://github.com/sebastianbergmann/complexity/tree/2.0.3"
9457 "url": "https://github.com/sebastianbergmann",
9461 "time": "2023-12-22T06:19:30+00:00"
9464 "name": "sebastian/diff",
9468 "url": "https://github.com/sebastianbergmann/diff.git",
9469 "reference": "ba01945089c3a293b01ba9badc29ad55b106b0bc"
9473 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/ba01945089c3a293b01ba9badc29ad55b106b0bc",
9474 "reference": "ba01945089c3a293b01ba9badc29ad55b106b0bc",
9481 "phpunit/phpunit": "^9.3",
9482 "symfony/process": "^4.2 || ^5"
9487 "dev-master": "4.0-dev"
9495 "notification-url": "https://packagist.org/downloads/",
9501 "name": "Sebastian Bergmann",
9502 "email": "sebastian@phpunit.de"
9505 "name": "Kore Nordmann",
9506 "email": "mail@kore-nordmann.de"
9509 "description": "Diff implementation",
9510 "homepage": "https://github.com/sebastianbergmann/diff",
9518 "issues": "https://github.com/sebastianbergmann/diff/issues",
9519 "source": "https://github.com/sebastianbergmann/diff/tree/4.0.6"
9523 "url": "https://github.com/sebastianbergmann",
9527 "time": "2024-03-02T06:30:58+00:00"
9530 "name": "sebastian/environment",
9534 "url": "https://github.com/sebastianbergmann/environment.git",
9535 "reference": "830c43a844f1f8d5b7a1f6d6076b784454d8b7ed"
9539 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/830c43a844f1f8d5b7a1f6d6076b784454d8b7ed",
9540 "reference": "830c43a844f1f8d5b7a1f6d6076b784454d8b7ed",
9547 "phpunit/phpunit": "^9.3"
9555 "dev-master": "5.1-dev"
9563 "notification-url": "https://packagist.org/downloads/",
9569 "name": "Sebastian Bergmann",
9570 "email": "sebastian@phpunit.de"
9573 "description": "Provides functionality to handle HHVM/PHP environments",
9574 "homepage": "http://www.github.com/sebastianbergmann/environment",
9581 "issues": "https://github.com/sebastianbergmann/environment/issues",
9582 "source": "https://github.com/sebastianbergmann/environment/tree/5.1.5"
9586 "url": "https://github.com/sebastianbergmann",
9590 "time": "2023-02-03T06:03:51+00:00"
9593 "name": "sebastian/exporter",
9597 "url": "https://github.com/sebastianbergmann/exporter.git",
9598 "reference": "78c00df8f170e02473b682df15bfcdacc3d32d72"
9602 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/78c00df8f170e02473b682df15bfcdacc3d32d72",
9603 "reference": "78c00df8f170e02473b682df15bfcdacc3d32d72",
9608 "sebastian/recursion-context": "^4.0"
9611 "ext-mbstring": "*",
9612 "phpunit/phpunit": "^9.3"
9617 "dev-master": "4.0-dev"
9625 "notification-url": "https://packagist.org/downloads/",
9631 "name": "Sebastian Bergmann",
9632 "email": "sebastian@phpunit.de"
9635 "name": "Jeff Welch",
9636 "email": "whatthejeff@gmail.com"
9639 "name": "Volker Dusch",
9640 "email": "github@wallbash.com"
9643 "name": "Adam Harvey",
9644 "email": "aharvey@php.net"
9647 "name": "Bernhard Schussek",
9648 "email": "bschussek@gmail.com"
9651 "description": "Provides the functionality to export PHP variables for visualization",
9652 "homepage": "https://www.github.com/sebastianbergmann/exporter",
9658 "issues": "https://github.com/sebastianbergmann/exporter/issues",
9659 "source": "https://github.com/sebastianbergmann/exporter/tree/4.0.6"
9663 "url": "https://github.com/sebastianbergmann",
9667 "time": "2024-03-02T06:33:00+00:00"
9670 "name": "sebastian/global-state",
9674 "url": "https://github.com/sebastianbergmann/global-state.git",
9675 "reference": "bca7df1f32ee6fe93b4d4a9abbf69e13a4ada2c9"
9679 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bca7df1f32ee6fe93b4d4a9abbf69e13a4ada2c9",
9680 "reference": "bca7df1f32ee6fe93b4d4a9abbf69e13a4ada2c9",
9685 "sebastian/object-reflector": "^2.0",
9686 "sebastian/recursion-context": "^4.0"
9690 "phpunit/phpunit": "^9.3"
9698 "dev-master": "5.0-dev"
9706 "notification-url": "https://packagist.org/downloads/",
9712 "name": "Sebastian Bergmann",
9713 "email": "sebastian@phpunit.de"
9716 "description": "Snapshotting of global state",
9717 "homepage": "http://www.github.com/sebastianbergmann/global-state",
9722 "issues": "https://github.com/sebastianbergmann/global-state/issues",
9723 "source": "https://github.com/sebastianbergmann/global-state/tree/5.0.7"
9727 "url": "https://github.com/sebastianbergmann",
9731 "time": "2024-03-02T06:35:11+00:00"
9734 "name": "sebastian/lines-of-code",
9738 "url": "https://github.com/sebastianbergmann/lines-of-code.git",
9739 "reference": "e1e4a170560925c26d424b6a03aed157e7dcc5c5"
9743 "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/e1e4a170560925c26d424b6a03aed157e7dcc5c5",
9744 "reference": "e1e4a170560925c26d424b6a03aed157e7dcc5c5",
9748 "nikic/php-parser": "^4.18 || ^5.0",
9752 "phpunit/phpunit": "^9.3"
9757 "dev-master": "1.0-dev"
9765 "notification-url": "https://packagist.org/downloads/",
9771 "name": "Sebastian Bergmann",
9772 "email": "sebastian@phpunit.de",
9776 "description": "Library for counting the lines of code in PHP source code",
9777 "homepage": "https://github.com/sebastianbergmann/lines-of-code",
9779 "issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
9780 "source": "https://github.com/sebastianbergmann/lines-of-code/tree/1.0.4"
9784 "url": "https://github.com/sebastianbergmann",
9788 "time": "2023-12-22T06:20:34+00:00"
9791 "name": "sebastian/object-enumerator",
9795 "url": "https://github.com/sebastianbergmann/object-enumerator.git",
9796 "reference": "5c9eeac41b290a3712d88851518825ad78f45c71"
9800 "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/5c9eeac41b290a3712d88851518825ad78f45c71",
9801 "reference": "5c9eeac41b290a3712d88851518825ad78f45c71",
9806 "sebastian/object-reflector": "^2.0",
9807 "sebastian/recursion-context": "^4.0"
9810 "phpunit/phpunit": "^9.3"
9815 "dev-master": "4.0-dev"
9823 "notification-url": "https://packagist.org/downloads/",
9829 "name": "Sebastian Bergmann",
9830 "email": "sebastian@phpunit.de"
9833 "description": "Traverses array structures and object graphs to enumerate all referenced objects",
9834 "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
9836 "issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
9837 "source": "https://github.com/sebastianbergmann/object-enumerator/tree/4.0.4"
9841 "url": "https://github.com/sebastianbergmann",
9845 "time": "2020-10-26T13:12:34+00:00"
9848 "name": "sebastian/object-reflector",
9852 "url": "https://github.com/sebastianbergmann/object-reflector.git",
9853 "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7"
9857 "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
9858 "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
9865 "phpunit/phpunit": "^9.3"
9870 "dev-master": "2.0-dev"
9878 "notification-url": "https://packagist.org/downloads/",
9884 "name": "Sebastian Bergmann",
9885 "email": "sebastian@phpunit.de"
9888 "description": "Allows reflection of object attributes, including inherited and non-public ones",
9889 "homepage": "https://github.com/sebastianbergmann/object-reflector/",
9891 "issues": "https://github.com/sebastianbergmann/object-reflector/issues",
9892 "source": "https://github.com/sebastianbergmann/object-reflector/tree/2.0.4"
9896 "url": "https://github.com/sebastianbergmann",
9900 "time": "2020-10-26T13:14:26+00:00"
9903 "name": "sebastian/recursion-context",
9907 "url": "https://github.com/sebastianbergmann/recursion-context.git",
9908 "reference": "e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1"
9912 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1",
9913 "reference": "e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1",
9920 "phpunit/phpunit": "^9.3"
9925 "dev-master": "4.0-dev"
9933 "notification-url": "https://packagist.org/downloads/",
9939 "name": "Sebastian Bergmann",
9940 "email": "sebastian@phpunit.de"
9943 "name": "Jeff Welch",
9944 "email": "whatthejeff@gmail.com"
9947 "name": "Adam Harvey",
9948 "email": "aharvey@php.net"
9951 "description": "Provides functionality to recursively process PHP variables",
9952 "homepage": "https://github.com/sebastianbergmann/recursion-context",
9954 "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
9955 "source": "https://github.com/sebastianbergmann/recursion-context/tree/4.0.5"
9959 "url": "https://github.com/sebastianbergmann",
9963 "time": "2023-02-03T06:07:39+00:00"
9966 "name": "sebastian/resource-operations",
9970 "url": "https://github.com/sebastianbergmann/resource-operations.git",
9971 "reference": "05d5692a7993ecccd56a03e40cd7e5b09b1d404e"
9975 "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/05d5692a7993ecccd56a03e40cd7e5b09b1d404e",
9976 "reference": "05d5692a7993ecccd56a03e40cd7e5b09b1d404e",
9983 "phpunit/phpunit": "^9.0"
9988 "dev-main": "3.0-dev"
9996 "notification-url": "https://packagist.org/downloads/",
10002 "name": "Sebastian Bergmann",
10003 "email": "sebastian@phpunit.de"
10006 "description": "Provides a list of PHP built-in functions that operate on resources",
10007 "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
10009 "source": "https://github.com/sebastianbergmann/resource-operations/tree/3.0.4"
10013 "url": "https://github.com/sebastianbergmann",
10017 "time": "2024-03-14T16:00:52+00:00"
10020 "name": "sebastian/type",
10021 "version": "3.2.1",
10024 "url": "https://github.com/sebastianbergmann/type.git",
10025 "reference": "75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7"
10029 "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7",
10030 "reference": "75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7",
10037 "phpunit/phpunit": "^9.5"
10042 "dev-master": "3.2-dev"
10050 "notification-url": "https://packagist.org/downloads/",
10056 "name": "Sebastian Bergmann",
10057 "email": "sebastian@phpunit.de",
10061 "description": "Collection of value objects that represent the types of the PHP type system",
10062 "homepage": "https://github.com/sebastianbergmann/type",
10064 "issues": "https://github.com/sebastianbergmann/type/issues",
10065 "source": "https://github.com/sebastianbergmann/type/tree/3.2.1"
10069 "url": "https://github.com/sebastianbergmann",
10073 "time": "2023-02-03T06:13:03+00:00"
10076 "name": "sebastian/version",
10077 "version": "3.0.2",
10080 "url": "https://github.com/sebastianbergmann/version.git",
10081 "reference": "c6c1022351a901512170118436c764e473f6de8c"
10085 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c6c1022351a901512170118436c764e473f6de8c",
10086 "reference": "c6c1022351a901512170118436c764e473f6de8c",
10095 "dev-master": "3.0-dev"
10103 "notification-url": "https://packagist.org/downloads/",
10109 "name": "Sebastian Bergmann",
10110 "email": "sebastian@phpunit.de",
10114 "description": "Library that helps with managing the version number of Git-hosted PHP projects",
10115 "homepage": "https://github.com/sebastianbergmann/version",
10117 "issues": "https://github.com/sebastianbergmann/version/issues",
10118 "source": "https://github.com/sebastianbergmann/version/tree/3.0.2"
10122 "url": "https://github.com/sebastianbergmann",
10126 "time": "2020-09-28T06:39:44+00:00"
10129 "name": "spatie/backtrace",
10130 "version": "1.5.3",
10133 "url": "https://github.com/spatie/backtrace.git",
10134 "reference": "483f76a82964a0431aa836b6ed0edde0c248e3ab"
10138 "url": "https://api.github.com/repos/spatie/backtrace/zipball/483f76a82964a0431aa836b6ed0edde0c248e3ab",
10139 "reference": "483f76a82964a0431aa836b6ed0edde0c248e3ab",
10147 "phpunit/phpunit": "^9.3",
10148 "spatie/phpunit-snapshot-assertions": "^4.2",
10149 "symfony/var-dumper": "^5.1"
10154 "Spatie\\Backtrace\\": "src"
10157 "notification-url": "https://packagist.org/downloads/",
10163 "name": "Freek Van de Herten",
10164 "email": "freek@spatie.be",
10165 "homepage": "https://spatie.be",
10166 "role": "Developer"
10169 "description": "A better backtrace",
10170 "homepage": "https://github.com/spatie/backtrace",
10176 "source": "https://github.com/spatie/backtrace/tree/1.5.3"
10180 "url": "https://github.com/sponsors/spatie",
10184 "url": "https://spatie.be/open-source/support-us",
10188 "time": "2023-06-28T12:59:17+00:00"
10191 "name": "spatie/flare-client-php",
10192 "version": "1.4.4",
10195 "url": "https://github.com/spatie/flare-client-php.git",
10196 "reference": "17082e780752d346c2db12ef5d6bee8e835e399c"
10200 "url": "https://api.github.com/repos/spatie/flare-client-php/zipball/17082e780752d346c2db12ef5d6bee8e835e399c",
10201 "reference": "17082e780752d346c2db12ef5d6bee8e835e399c",
10205 "illuminate/pipeline": "^8.0|^9.0|^10.0|^11.0",
10207 "spatie/backtrace": "^1.5.2",
10208 "symfony/http-foundation": "^5.2|^6.0|^7.0",
10209 "symfony/mime": "^5.2|^6.0|^7.0",
10210 "symfony/process": "^5.2|^6.0|^7.0",
10211 "symfony/var-dumper": "^5.2|^6.0|^7.0"
10214 "dms/phpunit-arraysubset-asserts": "^0.5.0",
10215 "pestphp/pest": "^1.20|^2.0",
10216 "phpstan/extension-installer": "^1.1",
10217 "phpstan/phpstan-deprecation-rules": "^1.0",
10218 "phpstan/phpstan-phpunit": "^1.0",
10219 "spatie/phpunit-snapshot-assertions": "^4.0|^5.0"
10224 "dev-main": "1.3.x-dev"
10232 "Spatie\\FlareClient\\": "src"
10235 "notification-url": "https://packagist.org/downloads/",
10239 "description": "Send PHP errors to Flare",
10240 "homepage": "https://github.com/spatie/flare-client-php",
10248 "issues": "https://github.com/spatie/flare-client-php/issues",
10249 "source": "https://github.com/spatie/flare-client-php/tree/1.4.4"
10253 "url": "https://github.com/spatie",
10257 "time": "2024-01-31T14:18:45+00:00"
10260 "name": "spatie/ignition",
10261 "version": "1.13.1",
10264 "url": "https://github.com/spatie/ignition.git",
10265 "reference": "889bf1dfa59e161590f677728b47bf4a6893983b"
10269 "url": "https://api.github.com/repos/spatie/ignition/zipball/889bf1dfa59e161590f677728b47bf4a6893983b",
10270 "reference": "889bf1dfa59e161590f677728b47bf4a6893983b",
10275 "ext-mbstring": "*",
10277 "spatie/backtrace": "^1.5.3",
10278 "spatie/flare-client-php": "^1.4.0",
10279 "symfony/console": "^5.4|^6.0|^7.0",
10280 "symfony/var-dumper": "^5.4|^6.0|^7.0"
10283 "illuminate/cache": "^9.52|^10.0|^11.0",
10284 "mockery/mockery": "^1.4",
10285 "pestphp/pest": "^1.20|^2.0",
10286 "phpstan/extension-installer": "^1.1",
10287 "phpstan/phpstan-deprecation-rules": "^1.0",
10288 "phpstan/phpstan-phpunit": "^1.0",
10289 "psr/simple-cache-implementation": "*",
10290 "symfony/cache": "^5.4|^6.0|^7.0",
10291 "symfony/process": "^5.4|^6.0|^7.0",
10292 "vlucas/phpdotenv": "^5.5"
10295 "openai-php/client": "Require get solutions from OpenAI",
10296 "simple-cache-implementation": "To cache solutions from OpenAI"
10301 "dev-main": "1.5.x-dev"
10306 "Spatie\\Ignition\\": "src"
10309 "notification-url": "https://packagist.org/downloads/",
10316 "email": "info@spatie.be",
10317 "role": "Developer"
10320 "description": "A beautiful error page for PHP applications.",
10321 "homepage": "https://flareapp.io/ignition",
10329 "docs": "https://flareapp.io/docs/ignition-for-laravel/introduction",
10330 "forum": "https://twitter.com/flareappio",
10331 "issues": "https://github.com/spatie/ignition/issues",
10332 "source": "https://github.com/spatie/ignition"
10336 "url": "https://github.com/spatie",
10340 "time": "2024-03-29T14:03:47+00:00"
10343 "name": "spatie/laravel-ignition",
10344 "version": "2.5.1",
10347 "url": "https://github.com/spatie/laravel-ignition.git",
10348 "reference": "0c864b3cbd66ce67a2096c5f743e07ce8f1d6ab9"
10352 "url": "https://api.github.com/repos/spatie/laravel-ignition/zipball/0c864b3cbd66ce67a2096c5f743e07ce8f1d6ab9",
10353 "reference": "0c864b3cbd66ce67a2096c5f743e07ce8f1d6ab9",
10359 "ext-mbstring": "*",
10360 "illuminate/support": "^10.0|^11.0",
10362 "spatie/flare-client-php": "^1.3.5",
10363 "spatie/ignition": "^1.13",
10364 "symfony/console": "^6.2.3|^7.0",
10365 "symfony/var-dumper": "^6.2.3|^7.0"
10368 "livewire/livewire": "^2.11|^3.3.5",
10369 "mockery/mockery": "^1.5.1",
10370 "openai-php/client": "^0.8.1",
10371 "orchestra/testbench": "^8.0|^9.0",
10372 "pestphp/pest": "^2.30",
10373 "phpstan/extension-installer": "^1.2",
10374 "phpstan/phpstan-deprecation-rules": "^1.1.1",
10375 "phpstan/phpstan-phpunit": "^1.3.3",
10376 "vlucas/phpdotenv": "^5.5"
10379 "openai-php/client": "Require get solutions from OpenAI",
10380 "psr/simple-cache-implementation": "Needed to cache solutions from OpenAI"
10386 "Spatie\\LaravelIgnition\\IgnitionServiceProvider"
10389 "Flare": "Spatie\\LaravelIgnition\\Facades\\Flare"
10398 "Spatie\\LaravelIgnition\\": "src"
10401 "notification-url": "https://packagist.org/downloads/",
10408 "email": "info@spatie.be",
10409 "role": "Developer"
10412 "description": "A beautiful error page for Laravel applications.",
10413 "homepage": "https://flareapp.io/ignition",
10421 "docs": "https://flareapp.io/docs/ignition-for-laravel/introduction",
10422 "forum": "https://twitter.com/flareappio",
10423 "issues": "https://github.com/spatie/laravel-ignition/issues",
10424 "source": "https://github.com/spatie/laravel-ignition"
10428 "url": "https://github.com/spatie",
10432 "time": "2024-04-02T06:30:22+00:00"
10435 "name": "symfony/yaml",
10436 "version": "v7.0.3",
10439 "url": "https://github.com/symfony/yaml.git",
10440 "reference": "2d4fca631c00700597e9442a0b2451ce234513d3"
10444 "url": "https://api.github.com/repos/symfony/yaml/zipball/2d4fca631c00700597e9442a0b2451ce234513d3",
10445 "reference": "2d4fca631c00700597e9442a0b2451ce234513d3",
10450 "symfony/polyfill-ctype": "^1.8"
10453 "symfony/console": "<6.4"
10456 "symfony/console": "^6.4|^7.0"
10459 "Resources/bin/yaml-lint"
10464 "Symfony\\Component\\Yaml\\": ""
10466 "exclude-from-classmap": [
10470 "notification-url": "https://packagist.org/downloads/",
10476 "name": "Fabien Potencier",
10477 "email": "fabien@symfony.com"
10480 "name": "Symfony Community",
10481 "homepage": "https://symfony.com/contributors"
10484 "description": "Loads and dumps YAML files",
10485 "homepage": "https://symfony.com",
10487 "source": "https://github.com/symfony/yaml/tree/v7.0.3"
10491 "url": "https://symfony.com/sponsor",
10495 "url": "https://github.com/fabpot",
10499 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
10503 "time": "2024-01-23T15:02:46+00:00"
10506 "name": "theseer/tokenizer",
10507 "version": "1.2.3",
10510 "url": "https://github.com/theseer/tokenizer.git",
10511 "reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2"
10515 "url": "https://api.github.com/repos/theseer/tokenizer/zipball/737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2",
10516 "reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2",
10521 "ext-tokenizer": "*",
10522 "ext-xmlwriter": "*",
10523 "php": "^7.2 || ^8.0"
10531 "notification-url": "https://packagist.org/downloads/",
10537 "name": "Arne Blankerts",
10538 "email": "arne@blankerts.de",
10539 "role": "Developer"
10542 "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
10544 "issues": "https://github.com/theseer/tokenizer/issues",
10545 "source": "https://github.com/theseer/tokenizer/tree/1.2.3"
10549 "url": "https://github.com/theseer",
10553 "time": "2024-03-03T12:36:25+00:00"
10557 "minimum-stability": "dev",
10558 "stability-flags": [],
10559 "prefer-stable": true,
10560 "prefer-lowest": false,
10564 "platform-dev": [],
10565 "plugin-api-version": "2.3.0"