2024-03-22 22:42:22 +01:00
{
"packages" : [
2024-04-30 21:27:37 +02:00
{
"name" : "doctrine/deprecations" ,
2025-11-11 19:27:29 +01:00
"version" : "1.1.5" ,
"version_normalized" : "1.1.5.0" ,
2024-04-30 21:27:37 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/doctrine/deprecations.git" ,
2025-11-11 19:27:29 +01:00
"reference" : "459c2f5dd3d6a4633d3b5f46ee2b1c40f57d3f38"
2024-04-30 21:27:37 +02:00
} ,
"dist" : {
"type" : "zip" ,
2025-11-11 19:27:29 +01:00
"url" : "https://api.github.com/repos/doctrine/deprecations/zipball/459c2f5dd3d6a4633d3b5f46ee2b1c40f57d3f38" ,
"reference" : "459c2f5dd3d6a4633d3b5f46ee2b1c40f57d3f38" ,
2024-04-30 21:27:37 +02:00
"shasum" : ""
} ,
"require" : {
"php" : "^7.1 || ^8.0"
} ,
2025-11-11 19:27:29 +01:00
"conflict" : {
"phpunit/phpunit" : "<=7.5 || >=13"
} ,
2024-04-30 21:27:37 +02:00
"require-dev" : {
2025-11-11 19:27:29 +01:00
"doctrine/coding-standard" : "^9 || ^12 || ^13" ,
"phpstan/phpstan" : "1.4.10 || 2.1.11" ,
2025-01-17 09:13:21 +01:00
"phpstan/phpstan-phpunit" : "^1.0 || ^2" ,
2025-11-11 19:27:29 +01:00
"phpunit/phpunit" : "^7.5 || ^8.5 || ^9.6 || ^10.5 || ^11.5 || ^12" ,
2025-01-17 09:13:21 +01:00
"psr/log" : "^1 || ^2 || ^3"
2024-04-30 21:27:37 +02:00
} ,
"suggest" : {
"psr/log" : "Allows logging deprecations via PSR-3 logger implementation"
} ,
2025-11-11 19:27:29 +01:00
"time" : "2025-04-07T20:06:18+00:00" ,
2024-04-30 21:27:37 +02:00
"type" : "library" ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
2025-01-17 09:13:21 +01:00
"Doctrine\\Deprecations\\" : "src"
2024-04-30 21:27:37 +02:00
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"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." ,
"homepage" : "https://www.doctrine-project.org/" ,
"support" : {
"issues" : "https://github.com/doctrine/deprecations/issues" ,
2025-11-11 19:27:29 +01:00
"source" : "https://github.com/doctrine/deprecations/tree/1.1.5"
2024-04-30 21:27:37 +02:00
} ,
"install-path" : "../doctrine/deprecations"
} ,
2024-03-22 22:42:22 +01:00
{
"name" : "doctrine/lexer" ,
2024-04-30 21:27:37 +02:00
"version" : "2.1.1" ,
"version_normalized" : "2.1.1.0" ,
2024-03-22 22:42:22 +01:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/doctrine/lexer.git" ,
2024-04-30 21:27:37 +02:00
"reference" : "861c870e8b75f7c8f69c146c7f89cc1c0f1b49b6"
2024-03-22 22:42:22 +01:00
} ,
"dist" : {
"type" : "zip" ,
2024-04-30 21:27:37 +02:00
"url" : "https://api.github.com/repos/doctrine/lexer/zipball/861c870e8b75f7c8f69c146c7f89cc1c0f1b49b6" ,
"reference" : "861c870e8b75f7c8f69c146c7f89cc1c0f1b49b6" ,
2024-03-22 22:42:22 +01:00
"shasum" : ""
} ,
"require" : {
2024-04-30 21:27:37 +02:00
"doctrine/deprecations" : "^1.0" ,
2024-03-22 22:42:22 +01:00
"php" : "^7.1 || ^8.0"
} ,
"require-dev" : {
2024-04-30 21:27:37 +02:00
"doctrine/coding-standard" : "^9 || ^12" ,
2024-03-22 22:42:22 +01:00
"phpstan/phpstan" : "^1.3" ,
2024-04-30 21:27:37 +02:00
"phpunit/phpunit" : "^7.5 || ^8.5 || ^9.6" ,
"psalm/plugin-phpunit" : "^0.18.3" ,
"vimeo/psalm" : "^4.11 || ^5.21"
2024-03-22 22:42:22 +01:00
} ,
2024-04-30 21:27:37 +02:00
"time" : "2024-02-05T11:35:39+00:00" ,
2024-03-22 22:42:22 +01:00
"type" : "library" ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
2024-04-30 21:27:37 +02:00
"Doctrine\\Common\\Lexer\\" : "src"
2024-03-22 22:42:22 +01:00
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Guilherme Blanco" ,
"email" : "guilhermeblanco@gmail.com"
} ,
{
"name" : "Roman Borschel" ,
"email" : "roman@code-factory.org"
} ,
{
"name" : "Johannes Schmitt" ,
"email" : "schmittjoh@gmail.com"
}
] ,
"description" : "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers." ,
"homepage" : "https://www.doctrine-project.org/projects/lexer.html" ,
"keywords" : [
"annotations" ,
"docblock" ,
"lexer" ,
"parser" ,
"php"
] ,
"support" : {
"issues" : "https://github.com/doctrine/lexer/issues" ,
2024-04-30 21:27:37 +02:00
"source" : "https://github.com/doctrine/lexer/tree/2.1.1"
2024-03-22 22:42:22 +01:00
} ,
"funding" : [
{
"url" : "https://www.doctrine-project.org/sponsorship.html" ,
"type" : "custom"
} ,
{
"url" : "https://www.patreon.com/phpdoctrine" ,
"type" : "patreon"
} ,
{
"url" : "https://tidelift.com/funding/github/packagist/doctrine%2Flexer" ,
"type" : "tidelift"
}
] ,
"install-path" : "../doctrine/lexer"
} ,
{
"name" : "egulias/email-validator" ,
2024-04-30 21:27:37 +02:00
"version" : "3.2.6" ,
"version_normalized" : "3.2.6.0" ,
2024-03-22 22:42:22 +01:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/egulias/EmailValidator.git" ,
2024-04-30 21:27:37 +02:00
"reference" : "e5997fa97e8790cdae03a9cbd5e78e45e3c7bda7"
2024-03-22 22:42:22 +01:00
} ,
"dist" : {
"type" : "zip" ,
2024-04-30 21:27:37 +02:00
"url" : "https://api.github.com/repos/egulias/EmailValidator/zipball/e5997fa97e8790cdae03a9cbd5e78e45e3c7bda7" ,
"reference" : "e5997fa97e8790cdae03a9cbd5e78e45e3c7bda7" ,
2024-03-22 22:42:22 +01:00
"shasum" : ""
} ,
"require" : {
2024-04-30 21:27:37 +02:00
"doctrine/lexer" : "^1.2|^2" ,
2024-03-22 22:42:22 +01:00
"php" : ">=7.2" ,
"symfony/polyfill-intl-idn" : "^1.15"
} ,
"require-dev" : {
"phpunit/phpunit" : "^8.5.8|^9.3.3" ,
"vimeo/psalm" : "^4"
} ,
"suggest" : {
"ext-intl" : "PHP Internationalization Libraries are required to use the SpoofChecking validation"
} ,
2024-04-30 21:27:37 +02:00
"time" : "2023-06-01T07:04:22+00:00" ,
2024-03-22 22:42:22 +01:00
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "3.0.x-dev"
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"Egulias\\EmailValidator\\" : "src"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Eduardo Gulias Davis"
}
] ,
"description" : "A library for validating emails against several RFCs" ,
"homepage" : "https://github.com/egulias/EmailValidator" ,
"keywords" : [
"email" ,
"emailvalidation" ,
"emailvalidator" ,
"validation" ,
"validator"
] ,
"support" : {
"issues" : "https://github.com/egulias/EmailValidator/issues" ,
2024-04-30 21:27:37 +02:00
"source" : "https://github.com/egulias/EmailValidator/tree/3.2.6"
2024-03-22 22:42:22 +01:00
} ,
"funding" : [
{
"url" : "https://github.com/egulias" ,
"type" : "github"
}
] ,
"install-path" : "../egulias/email-validator"
} ,
{
"name" : "psr/container" ,
"version" : "1.1.1" ,
"version_normalized" : "1.1.1.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/php-fig/container.git" ,
"reference" : "8622567409010282b7aeebe4bb841fe98b58dcaf"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/php-fig/container/zipball/8622567409010282b7aeebe4bb841fe98b58dcaf" ,
"reference" : "8622567409010282b7aeebe4bb841fe98b58dcaf" ,
"shasum" : ""
} ,
"require" : {
"php" : ">=7.2.0"
} ,
"time" : "2021-03-05T17:36:06+00:00" ,
"type" : "library" ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"Psr\\Container\\" : "src/"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "PHP-FIG" ,
"homepage" : "https://www.php-fig.org/"
}
] ,
"description" : "Common Container Interface (PHP FIG PSR-11)" ,
"homepage" : "https://github.com/php-fig/container" ,
"keywords" : [
"PSR-11" ,
"container" ,
"container-interface" ,
"container-interop" ,
"psr"
] ,
"support" : {
"issues" : "https://github.com/php-fig/container/issues" ,
"source" : "https://github.com/php-fig/container/tree/1.1.1"
} ,
"install-path" : "../psr/container"
} ,
{
"name" : "psr/event-dispatcher" ,
"version" : "1.0.0" ,
"version_normalized" : "1.0.0.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/php-fig/event-dispatcher.git" ,
"reference" : "dbefd12671e8a14ec7f180cab83036ed26714bb0"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0" ,
"reference" : "dbefd12671e8a14ec7f180cab83036ed26714bb0" ,
"shasum" : ""
} ,
"require" : {
"php" : ">=7.2.0"
} ,
"time" : "2019-01-08T18:20:26+00:00" ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "1.0.x-dev"
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"Psr\\EventDispatcher\\" : "src/"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "PHP-FIG" ,
"homepage" : "http://www.php-fig.org/"
}
] ,
"description" : "Standard interfaces for event handling." ,
"keywords" : [
"events" ,
"psr" ,
"psr-14"
] ,
"support" : {
"issues" : "https://github.com/php-fig/event-dispatcher/issues" ,
"source" : "https://github.com/php-fig/event-dispatcher/tree/1.0.0"
} ,
"install-path" : "../psr/event-dispatcher"
} ,
{
"name" : "psr/log" ,
"version" : "1.1.4" ,
"version_normalized" : "1.1.4.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/php-fig/log.git" ,
"reference" : "d49695b909c3b7628b6289db5479a1c204601f11"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11" ,
"reference" : "d49695b909c3b7628b6289db5479a1c204601f11" ,
"shasum" : ""
} ,
"require" : {
"php" : ">=5.3.0"
} ,
"time" : "2021-05-03T11:20:27+00:00" ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "1.1.x-dev"
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"Psr\\Log\\" : "Psr/Log/"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "PHP-FIG" ,
"homepage" : "https://www.php-fig.org/"
}
] ,
"description" : "Common interface for logging libraries" ,
"homepage" : "https://github.com/php-fig/log" ,
"keywords" : [
"log" ,
"psr" ,
"psr-3"
] ,
"support" : {
"source" : "https://github.com/php-fig/log/tree/1.1.4"
} ,
"install-path" : "../psr/log"
} ,
{
"name" : "symfony/amqp-messenger" ,
2025-01-17 09:13:21 +01:00
"version" : "v5.4.45" ,
"version_normalized" : "5.4.45.0" ,
2024-03-22 22:42:22 +01:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/amqp-messenger.git" ,
2025-01-17 09:13:21 +01:00
"reference" : "822ad5f425ef362580273a175c45aa765220fe73"
2024-03-22 22:42:22 +01:00
} ,
"dist" : {
"type" : "zip" ,
2025-01-17 09:13:21 +01:00
"url" : "https://api.github.com/repos/symfony/amqp-messenger/zipball/822ad5f425ef362580273a175c45aa765220fe73" ,
"reference" : "822ad5f425ef362580273a175c45aa765220fe73" ,
2024-03-22 22:42:22 +01:00
"shasum" : ""
} ,
"require" : {
"php" : ">=7.2.5" ,
"symfony/deprecation-contracts" : "^2.1|^3" ,
"symfony/messenger" : "^5.3|^6.0"
} ,
"require-dev" : {
"symfony/event-dispatcher" : "^4.4|^5.0|^6.0" ,
"symfony/process" : "^4.4|^5.0|^6.0" ,
"symfony/property-access" : "^4.4|^5.0|^6.0" ,
"symfony/serializer" : "^4.4|^5.0|^6.0"
} ,
2025-01-17 09:13:21 +01:00
"time" : "2024-09-25T14:11:13+00:00" ,
2024-03-22 22:42:22 +01:00
"type" : "symfony-messenger-bridge" ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"Symfony\\Component\\Messenger\\Bridge\\Amqp\\" : ""
} ,
"exclude-from-classmap" : [
"/Tests/"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Fabien Potencier" ,
"email" : "fabien@symfony.com"
} ,
{
"name" : "Symfony Community" ,
"homepage" : "https://symfony.com/contributors"
}
] ,
"description" : "Symfony AMQP extension Messenger Bridge" ,
"homepage" : "https://symfony.com" ,
"support" : {
2025-01-17 09:13:21 +01:00
"source" : "https://github.com/symfony/amqp-messenger/tree/v5.4.45"
2024-03-22 22:42:22 +01:00
} ,
"funding" : [
{
"url" : "https://symfony.com/sponsor" ,
"type" : "custom"
} ,
{
"url" : "https://github.com/fabpot" ,
"type" : "github"
} ,
{
"url" : "https://tidelift.com/funding/github/packagist/symfony/symfony" ,
"type" : "tidelift"
}
] ,
"install-path" : "../symfony/amqp-messenger"
} ,
{
"name" : "symfony/deprecation-contracts" ,
2025-01-17 09:13:21 +01:00
"version" : "v2.5.4" ,
"version_normalized" : "2.5.4.0" ,
2024-03-22 22:42:22 +01:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/deprecation-contracts.git" ,
2025-01-17 09:13:21 +01:00
"reference" : "605389f2a7e5625f273b53960dc46aeaf9c62918"
2024-03-22 22:42:22 +01:00
} ,
"dist" : {
"type" : "zip" ,
2025-01-17 09:13:21 +01:00
"url" : "https://api.github.com/repos/symfony/deprecation-contracts/zipball/605389f2a7e5625f273b53960dc46aeaf9c62918" ,
"reference" : "605389f2a7e5625f273b53960dc46aeaf9c62918" ,
2024-03-22 22:42:22 +01:00
"shasum" : ""
} ,
"require" : {
"php" : ">=7.1"
} ,
2025-01-17 09:13:21 +01:00
"time" : "2024-09-25T14:11:13+00:00" ,
2024-03-22 22:42:22 +01:00
"type" : "library" ,
"extra" : {
2025-01-17 09:13:21 +01:00
"thanks" : {
"url" : "https://github.com/symfony/contracts" ,
"name" : "symfony/contracts"
} ,
2024-03-22 22:42:22 +01:00
"branch-alias" : {
"dev-main" : "2.5-dev"
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"files" : [
"function.php"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Nicolas Grekas" ,
"email" : "p@tchwork.com"
} ,
{
"name" : "Symfony Community" ,
"homepage" : "https://symfony.com/contributors"
}
] ,
"description" : "A generic function and convention to trigger deprecation notices" ,
"homepage" : "https://symfony.com" ,
"support" : {
2025-01-17 09:13:21 +01:00
"source" : "https://github.com/symfony/deprecation-contracts/tree/v2.5.4"
2024-03-22 22:42:22 +01:00
} ,
"funding" : [
{
"url" : "https://symfony.com/sponsor" ,
"type" : "custom"
} ,
{
"url" : "https://github.com/fabpot" ,
"type" : "github"
} ,
{
"url" : "https://tidelift.com/funding/github/packagist/symfony/symfony" ,
"type" : "tidelift"
}
] ,
"install-path" : "../symfony/deprecation-contracts"
} ,
{
"name" : "symfony/doctrine-messenger" ,
2025-01-17 09:13:21 +01:00
"version" : "v5.4.45" ,
"version_normalized" : "5.4.45.0" ,
2024-03-22 22:42:22 +01:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/doctrine-messenger.git" ,
2025-01-17 09:13:21 +01:00
"reference" : "3f5a6e1876fbf57e836ba0a02eb0a636e08c0d96"
2024-03-22 22:42:22 +01:00
} ,
"dist" : {
"type" : "zip" ,
2025-01-17 09:13:21 +01:00
"url" : "https://api.github.com/repos/symfony/doctrine-messenger/zipball/3f5a6e1876fbf57e836ba0a02eb0a636e08c0d96" ,
"reference" : "3f5a6e1876fbf57e836ba0a02eb0a636e08c0d96" ,
2024-03-22 22:42:22 +01:00
"shasum" : ""
} ,
"require" : {
"php" : ">=7.2.5" ,
"symfony/messenger" : "^5.1|^6.0" ,
"symfony/service-contracts" : "^1.1|^2|^3"
} ,
"conflict" : {
"doctrine/dbal" : "<2.13" ,
"doctrine/persistence" : "<1.3"
} ,
"require-dev" : {
2024-04-30 21:27:37 +02:00
"doctrine/dbal" : "^2.13|^3|^4" ,
2024-03-22 22:42:22 +01:00
"doctrine/persistence" : "^1.3|^2|^3" ,
"symfony/property-access" : "^4.4|^5.0|^6.0" ,
"symfony/serializer" : "^4.4|^5.0|^6.0"
} ,
2025-01-17 09:13:21 +01:00
"time" : "2024-09-25T14:11:13+00:00" ,
2024-03-22 22:42:22 +01:00
"type" : "symfony-messenger-bridge" ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"Symfony\\Component\\Messenger\\Bridge\\Doctrine\\" : ""
} ,
"exclude-from-classmap" : [
"/Tests/"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Fabien Potencier" ,
"email" : "fabien@symfony.com"
} ,
{
"name" : "Symfony Community" ,
"homepage" : "https://symfony.com/contributors"
}
] ,
"description" : "Symfony Doctrine Messenger Bridge" ,
"homepage" : "https://symfony.com" ,
"support" : {
2025-01-17 09:13:21 +01:00
"source" : "https://github.com/symfony/doctrine-messenger/tree/v5.4.45"
2024-03-22 22:42:22 +01:00
} ,
"funding" : [
{
"url" : "https://symfony.com/sponsor" ,
"type" : "custom"
} ,
{
"url" : "https://github.com/fabpot" ,
"type" : "github"
} ,
{
"url" : "https://tidelift.com/funding/github/packagist/symfony/symfony" ,
"type" : "tidelift"
}
] ,
"install-path" : "../symfony/doctrine-messenger"
} ,
{
"name" : "symfony/event-dispatcher" ,
2025-01-17 09:13:21 +01:00
"version" : "v5.4.45" ,
"version_normalized" : "5.4.45.0" ,
2024-03-22 22:42:22 +01:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/event-dispatcher.git" ,
2025-01-17 09:13:21 +01:00
"reference" : "72982eb416f61003e9bb6e91f8b3213600dcf9e9"
2024-03-22 22:42:22 +01:00
} ,
"dist" : {
"type" : "zip" ,
2025-01-17 09:13:21 +01:00
"url" : "https://api.github.com/repos/symfony/event-dispatcher/zipball/72982eb416f61003e9bb6e91f8b3213600dcf9e9" ,
"reference" : "72982eb416f61003e9bb6e91f8b3213600dcf9e9" ,
2024-03-22 22:42:22 +01:00
"shasum" : ""
} ,
"require" : {
"php" : ">=7.2.5" ,
"symfony/deprecation-contracts" : "^2.1|^3" ,
"symfony/event-dispatcher-contracts" : "^2|^3" ,
"symfony/polyfill-php80" : "^1.16"
} ,
"conflict" : {
"symfony/dependency-injection" : "<4.4"
} ,
"provide" : {
"psr/event-dispatcher-implementation" : "1.0" ,
"symfony/event-dispatcher-implementation" : "2.0"
} ,
"require-dev" : {
"psr/log" : "^1|^2|^3" ,
"symfony/config" : "^4.4|^5.0|^6.0" ,
"symfony/dependency-injection" : "^4.4|^5.0|^6.0" ,
"symfony/error-handler" : "^4.4|^5.0|^6.0" ,
"symfony/expression-language" : "^4.4|^5.0|^6.0" ,
"symfony/http-foundation" : "^4.4|^5.0|^6.0" ,
"symfony/service-contracts" : "^1.1|^2|^3" ,
"symfony/stopwatch" : "^4.4|^5.0|^6.0"
} ,
"suggest" : {
"symfony/dependency-injection" : "" ,
"symfony/http-kernel" : ""
} ,
2025-01-17 09:13:21 +01:00
"time" : "2024-09-25T14:11:13+00:00" ,
2024-03-22 22:42:22 +01:00
"type" : "library" ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"Symfony\\Component\\EventDispatcher\\" : ""
} ,
"exclude-from-classmap" : [
"/Tests/"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Fabien Potencier" ,
"email" : "fabien@symfony.com"
} ,
{
"name" : "Symfony Community" ,
"homepage" : "https://symfony.com/contributors"
}
] ,
"description" : "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them" ,
"homepage" : "https://symfony.com" ,
"support" : {
2025-01-17 09:13:21 +01:00
"source" : "https://github.com/symfony/event-dispatcher/tree/v5.4.45"
2024-03-22 22:42:22 +01:00
} ,
"funding" : [
{
"url" : "https://symfony.com/sponsor" ,
"type" : "custom"
} ,
{
"url" : "https://github.com/fabpot" ,
"type" : "github"
} ,
{
"url" : "https://tidelift.com/funding/github/packagist/symfony/symfony" ,
"type" : "tidelift"
}
] ,
"install-path" : "../symfony/event-dispatcher"
} ,
{
"name" : "symfony/event-dispatcher-contracts" ,
2025-01-17 09:13:21 +01:00
"version" : "v2.5.4" ,
"version_normalized" : "2.5.4.0" ,
2024-03-22 22:42:22 +01:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/event-dispatcher-contracts.git" ,
2025-01-17 09:13:21 +01:00
"reference" : "e0fe3d79b516eb75126ac6fa4cbf19b79b08c99f"
2024-03-22 22:42:22 +01:00
} ,
"dist" : {
"type" : "zip" ,
2025-01-17 09:13:21 +01:00
"url" : "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/e0fe3d79b516eb75126ac6fa4cbf19b79b08c99f" ,
"reference" : "e0fe3d79b516eb75126ac6fa4cbf19b79b08c99f" ,
2024-03-22 22:42:22 +01:00
"shasum" : ""
} ,
"require" : {
"php" : ">=7.2.5" ,
"psr/event-dispatcher" : "^1"
} ,
"suggest" : {
"symfony/event-dispatcher-implementation" : ""
} ,
2025-01-17 09:13:21 +01:00
"time" : "2024-09-25T14:11:13+00:00" ,
2024-03-22 22:42:22 +01:00
"type" : "library" ,
"extra" : {
2025-01-17 09:13:21 +01:00
"thanks" : {
"url" : "https://github.com/symfony/contracts" ,
"name" : "symfony/contracts"
} ,
2024-03-22 22:42:22 +01:00
"branch-alias" : {
"dev-main" : "2.5-dev"
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"Symfony\\Contracts\\EventDispatcher\\" : ""
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Nicolas Grekas" ,
"email" : "p@tchwork.com"
} ,
{
"name" : "Symfony Community" ,
"homepage" : "https://symfony.com/contributors"
}
] ,
"description" : "Generic abstractions related to dispatching event" ,
"homepage" : "https://symfony.com" ,
"keywords" : [
"abstractions" ,
"contracts" ,
"decoupling" ,
"interfaces" ,
"interoperability" ,
"standards"
] ,
"support" : {
2025-01-17 09:13:21 +01:00
"source" : "https://github.com/symfony/event-dispatcher-contracts/tree/v2.5.4"
2024-03-22 22:42:22 +01:00
} ,
"funding" : [
{
"url" : "https://symfony.com/sponsor" ,
"type" : "custom"
} ,
{
"url" : "https://github.com/fabpot" ,
"type" : "github"
} ,
{
"url" : "https://tidelift.com/funding/github/packagist/symfony/symfony" ,
"type" : "tidelift"
}
] ,
"install-path" : "../symfony/event-dispatcher-contracts"
} ,
{
"name" : "symfony/mailer" ,
2025-01-17 09:13:21 +01:00
"version" : "v5.4.45" ,
"version_normalized" : "5.4.45.0" ,
2024-03-22 22:42:22 +01:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/mailer.git" ,
2025-01-17 09:13:21 +01:00
"reference" : "f732e1fafdf0f4a2d865e91f1018aaca174aeed9"
2024-03-22 22:42:22 +01:00
} ,
"dist" : {
"type" : "zip" ,
2025-01-17 09:13:21 +01:00
"url" : "https://api.github.com/repos/symfony/mailer/zipball/f732e1fafdf0f4a2d865e91f1018aaca174aeed9" ,
"reference" : "f732e1fafdf0f4a2d865e91f1018aaca174aeed9" ,
2024-03-22 22:42:22 +01:00
"shasum" : ""
} ,
"require" : {
2024-04-30 21:27:37 +02:00
"egulias/email-validator" : "^2.1.10|^3|^4" ,
2024-03-22 22:42:22 +01:00
"php" : ">=7.2.5" ,
"psr/event-dispatcher" : "^1" ,
"psr/log" : "^1|^2|^3" ,
"symfony/deprecation-contracts" : "^2.1|^3" ,
"symfony/event-dispatcher" : "^4.4|^5.0|^6.0" ,
"symfony/mime" : "^5.2.6|^6.0" ,
"symfony/polyfill-php80" : "^1.16" ,
"symfony/service-contracts" : "^1.1|^2|^3"
} ,
"conflict" : {
"symfony/http-kernel" : "<4.4"
} ,
"require-dev" : {
2024-04-30 21:27:37 +02:00
"symfony/http-client" : "^4.4|^5.0|^6.0" ,
2024-03-22 22:42:22 +01:00
"symfony/messenger" : "^4.4|^5.0|^6.0"
} ,
2025-01-17 09:13:21 +01:00
"time" : "2024-09-25T14:11:13+00:00" ,
2024-03-22 22:42:22 +01:00
"type" : "library" ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"Symfony\\Component\\Mailer\\" : ""
} ,
"exclude-from-classmap" : [
"/Tests/"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Fabien Potencier" ,
"email" : "fabien@symfony.com"
} ,
{
"name" : "Symfony Community" ,
"homepage" : "https://symfony.com/contributors"
}
] ,
"description" : "Helps sending emails" ,
"homepage" : "https://symfony.com" ,
"support" : {
2025-01-17 09:13:21 +01:00
"source" : "https://github.com/symfony/mailer/tree/v5.4.45"
2024-03-22 22:42:22 +01:00
} ,
"funding" : [
{
"url" : "https://symfony.com/sponsor" ,
"type" : "custom"
} ,
{
"url" : "https://github.com/fabpot" ,
"type" : "github"
} ,
{
"url" : "https://tidelift.com/funding/github/packagist/symfony/symfony" ,
"type" : "tidelift"
}
] ,
"install-path" : "../symfony/mailer"
} ,
{
"name" : "symfony/messenger" ,
2025-01-17 09:13:21 +01:00
"version" : "v5.4.45" ,
"version_normalized" : "5.4.45.0" ,
2024-03-22 22:42:22 +01:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/messenger.git" ,
2025-01-17 09:13:21 +01:00
"reference" : "c21d463ba813a3fe9833f46114310fac99bd66e0"
2024-03-22 22:42:22 +01:00
} ,
"dist" : {
"type" : "zip" ,
2025-01-17 09:13:21 +01:00
"url" : "https://api.github.com/repos/symfony/messenger/zipball/c21d463ba813a3fe9833f46114310fac99bd66e0" ,
"reference" : "c21d463ba813a3fe9833f46114310fac99bd66e0" ,
2024-03-22 22:42:22 +01:00
"shasum" : ""
} ,
"require" : {
"php" : ">=7.2.5" ,
"psr/log" : "^1|^2|^3" ,
"symfony/amqp-messenger" : "^5.1|^6.0" ,
"symfony/deprecation-contracts" : "^2.1|^3" ,
"symfony/doctrine-messenger" : "^5.1|^6.0" ,
"symfony/polyfill-php80" : "^1.16" ,
"symfony/redis-messenger" : "^5.1|^6.0"
} ,
"conflict" : {
"symfony/event-dispatcher" : "<4.4" ,
"symfony/framework-bundle" : "<4.4" ,
"symfony/http-kernel" : "<4.4" ,
"symfony/serializer" : "<5.0"
} ,
"require-dev" : {
"psr/cache" : "^1.0|^2.0|^3.0" ,
"symfony/console" : "^5.4|^6.0" ,
"symfony/dependency-injection" : "^5.3|^6.0" ,
"symfony/event-dispatcher" : "^4.4|^5.0|^6.0" ,
"symfony/http-kernel" : "^4.4|^5.0|^6.0" ,
"symfony/process" : "^4.4|^5.0|^6.0" ,
"symfony/property-access" : "^4.4|^5.0|^6.0" ,
"symfony/routing" : "^4.4|^5.0|^6.0" ,
"symfony/serializer" : "^5.0|^6.0" ,
"symfony/service-contracts" : "^1.1|^2|^3" ,
"symfony/stopwatch" : "^4.4|^5.0|^6.0" ,
"symfony/validator" : "^4.4|^5.0|^6.0"
} ,
"suggest" : {
"enqueue/messenger-adapter" : "For using the php-enqueue library as a transport."
} ,
2025-01-17 09:13:21 +01:00
"time" : "2024-09-25T14:11:13+00:00" ,
2024-03-22 22:42:22 +01:00
"type" : "library" ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"Symfony\\Component\\Messenger\\" : ""
} ,
"exclude-from-classmap" : [
"/Tests/"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Samuel Roze" ,
"email" : "samuel.roze@gmail.com"
} ,
{
"name" : "Symfony Community" ,
"homepage" : "https://symfony.com/contributors"
}
] ,
"description" : "Helps applications send and receive messages to/from other applications or via message queues" ,
"homepage" : "https://symfony.com" ,
"support" : {
2025-01-17 09:13:21 +01:00
"source" : "https://github.com/symfony/messenger/tree/v5.4.45"
2024-03-22 22:42:22 +01:00
} ,
"funding" : [
{
"url" : "https://symfony.com/sponsor" ,
"type" : "custom"
} ,
{
"url" : "https://github.com/fabpot" ,
"type" : "github"
} ,
{
"url" : "https://tidelift.com/funding/github/packagist/symfony/symfony" ,
"type" : "tidelift"
}
] ,
"install-path" : "../symfony/messenger"
} ,
{
"name" : "symfony/mime" ,
2025-01-17 09:13:21 +01:00
"version" : "v5.4.45" ,
"version_normalized" : "5.4.45.0" ,
2024-03-22 22:42:22 +01:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/mime.git" ,
2025-01-17 09:13:21 +01:00
"reference" : "8c1b9b3e5b52981551fc6044539af1d974e39064"
2024-03-22 22:42:22 +01:00
} ,
"dist" : {
"type" : "zip" ,
2025-01-17 09:13:21 +01:00
"url" : "https://api.github.com/repos/symfony/mime/zipball/8c1b9b3e5b52981551fc6044539af1d974e39064" ,
"reference" : "8c1b9b3e5b52981551fc6044539af1d974e39064" ,
2024-03-22 22:42:22 +01:00
"shasum" : ""
} ,
"require" : {
"php" : ">=7.2.5" ,
"symfony/deprecation-contracts" : "^2.1|^3" ,
"symfony/polyfill-intl-idn" : "^1.10" ,
"symfony/polyfill-mbstring" : "^1.0" ,
"symfony/polyfill-php80" : "^1.16"
} ,
"conflict" : {
"egulias/email-validator" : "~3.0.0" ,
"phpdocumentor/reflection-docblock" : "<3.2.2" ,
"phpdocumentor/type-resolver" : "<1.4.0" ,
2024-04-30 21:27:37 +02:00
"symfony/mailer" : "<4.4" ,
"symfony/serializer" : "<5.4.35|>=6,<6.3.12|>=6.4,<6.4.3"
2024-03-22 22:42:22 +01:00
} ,
"require-dev" : {
2024-04-30 21:27:37 +02:00
"egulias/email-validator" : "^2.1.10|^3.1|^4" ,
2024-03-22 22:42:22 +01:00
"phpdocumentor/reflection-docblock" : "^3.0|^4.0|^5.0" ,
"symfony/dependency-injection" : "^4.4|^5.0|^6.0" ,
2024-04-30 21:27:37 +02:00
"symfony/process" : "^5.4|^6.4" ,
2024-03-22 22:42:22 +01:00
"symfony/property-access" : "^4.4|^5.1|^6.0" ,
"symfony/property-info" : "^4.4|^5.1|^6.0" ,
2024-04-30 21:27:37 +02:00
"symfony/serializer" : "^5.4.35|~6.3.12|^6.4.3"
2024-03-22 22:42:22 +01:00
} ,
2025-01-17 09:13:21 +01:00
"time" : "2024-10-23T20:18:32+00:00" ,
2024-03-22 22:42:22 +01:00
"type" : "library" ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"Symfony\\Component\\Mime\\" : ""
} ,
"exclude-from-classmap" : [
"/Tests/"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Fabien Potencier" ,
"email" : "fabien@symfony.com"
} ,
{
"name" : "Symfony Community" ,
"homepage" : "https://symfony.com/contributors"
}
] ,
"description" : "Allows manipulating MIME messages" ,
"homepage" : "https://symfony.com" ,
"keywords" : [
"mime" ,
"mime-type"
] ,
"support" : {
2025-01-17 09:13:21 +01:00
"source" : "https://github.com/symfony/mime/tree/v5.4.45"
2024-03-22 22:42:22 +01:00
} ,
"funding" : [
{
"url" : "https://symfony.com/sponsor" ,
"type" : "custom"
} ,
{
"url" : "https://github.com/fabpot" ,
"type" : "github"
} ,
{
"url" : "https://tidelift.com/funding/github/packagist/symfony/symfony" ,
"type" : "tidelift"
}
] ,
"install-path" : "../symfony/mime"
} ,
{
"name" : "symfony/polyfill-intl-idn" ,
2025-11-11 19:27:29 +01:00
"version" : "v1.33.0" ,
"version_normalized" : "1.33.0.0" ,
2024-03-22 22:42:22 +01:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/polyfill-intl-idn.git" ,
2025-11-11 19:27:29 +01:00
"reference" : "9614ac4d8061dc257ecc64cba1b140873dce8ad3"
2024-03-22 22:42:22 +01:00
} ,
"dist" : {
"type" : "zip" ,
2025-11-11 19:27:29 +01:00
"url" : "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/9614ac4d8061dc257ecc64cba1b140873dce8ad3" ,
"reference" : "9614ac4d8061dc257ecc64cba1b140873dce8ad3" ,
2024-03-22 22:42:22 +01:00
"shasum" : ""
} ,
"require" : {
2025-01-17 09:13:21 +01:00
"php" : ">=7.2" ,
"symfony/polyfill-intl-normalizer" : "^1.10"
2024-03-22 22:42:22 +01:00
} ,
"suggest" : {
"ext-intl" : "For best performance"
} ,
2025-11-11 19:27:29 +01:00
"time" : "2024-09-10T14:38:51+00:00" ,
2024-03-22 22:42:22 +01:00
"type" : "library" ,
"extra" : {
"thanks" : {
2025-01-17 09:13:21 +01:00
"url" : "https://github.com/symfony/polyfill" ,
"name" : "symfony/polyfill"
2024-03-22 22:42:22 +01:00
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"files" : [
"bootstrap.php"
] ,
"psr-4" : {
"Symfony\\Polyfill\\Intl\\Idn\\" : ""
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Laurent Bassin" ,
"email" : "laurent@bassin.info"
} ,
{
"name" : "Trevor Rowbotham" ,
"email" : "trevor.rowbotham@pm.me"
} ,
{
"name" : "Symfony Community" ,
"homepage" : "https://symfony.com/contributors"
}
] ,
"description" : "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions" ,
"homepage" : "https://symfony.com" ,
"keywords" : [
"compatibility" ,
"idn" ,
"intl" ,
"polyfill" ,
"portable" ,
"shim"
] ,
"support" : {
2025-11-11 19:27:29 +01:00
"source" : "https://github.com/symfony/polyfill-intl-idn/tree/v1.33.0"
2024-03-22 22:42:22 +01:00
} ,
"funding" : [
{
"url" : "https://symfony.com/sponsor" ,
"type" : "custom"
} ,
{
"url" : "https://github.com/fabpot" ,
"type" : "github"
} ,
2025-11-11 19:27:29 +01:00
{
"url" : "https://github.com/nicolas-grekas" ,
"type" : "github"
} ,
2024-03-22 22:42:22 +01:00
{
"url" : "https://tidelift.com/funding/github/packagist/symfony/symfony" ,
"type" : "tidelift"
}
] ,
"install-path" : "../symfony/polyfill-intl-idn"
} ,
{
"name" : "symfony/polyfill-intl-normalizer" ,
2025-11-11 19:27:29 +01:00
"version" : "v1.33.0" ,
"version_normalized" : "1.33.0.0" ,
2024-03-22 22:42:22 +01:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/polyfill-intl-normalizer.git" ,
2025-01-17 09:13:21 +01:00
"reference" : "3833d7255cc303546435cb650316bff708a1c75c"
2024-03-22 22:42:22 +01:00
} ,
"dist" : {
"type" : "zip" ,
2025-01-17 09:13:21 +01:00
"url" : "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/3833d7255cc303546435cb650316bff708a1c75c" ,
"reference" : "3833d7255cc303546435cb650316bff708a1c75c" ,
2024-03-22 22:42:22 +01:00
"shasum" : ""
} ,
"require" : {
2025-01-17 09:13:21 +01:00
"php" : ">=7.2"
2024-03-22 22:42:22 +01:00
} ,
"suggest" : {
"ext-intl" : "For best performance"
} ,
2025-01-17 09:13:21 +01:00
"time" : "2024-09-09T11:45:10+00:00" ,
2024-03-22 22:42:22 +01:00
"type" : "library" ,
"extra" : {
"thanks" : {
2025-01-17 09:13:21 +01:00
"url" : "https://github.com/symfony/polyfill" ,
"name" : "symfony/polyfill"
2024-03-22 22:42:22 +01:00
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"files" : [
"bootstrap.php"
] ,
"psr-4" : {
"Symfony\\Polyfill\\Intl\\Normalizer\\" : ""
} ,
"classmap" : [
"Resources/stubs"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Nicolas Grekas" ,
"email" : "p@tchwork.com"
} ,
{
"name" : "Symfony Community" ,
"homepage" : "https://symfony.com/contributors"
}
] ,
"description" : "Symfony polyfill for intl's Normalizer class and related functions" ,
"homepage" : "https://symfony.com" ,
"keywords" : [
"compatibility" ,
"intl" ,
"normalizer" ,
"polyfill" ,
"portable" ,
"shim"
] ,
"support" : {
2025-11-11 19:27:29 +01:00
"source" : "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.33.0"
2024-03-22 22:42:22 +01:00
} ,
"funding" : [
{
"url" : "https://symfony.com/sponsor" ,
"type" : "custom"
} ,
{
"url" : "https://github.com/fabpot" ,
"type" : "github"
} ,
2025-11-11 19:27:29 +01:00
{
"url" : "https://github.com/nicolas-grekas" ,
"type" : "github"
} ,
2024-03-22 22:42:22 +01:00
{
"url" : "https://tidelift.com/funding/github/packagist/symfony/symfony" ,
"type" : "tidelift"
}
] ,
"install-path" : "../symfony/polyfill-intl-normalizer"
} ,
{
"name" : "symfony/polyfill-php80" ,
2025-11-11 19:27:29 +01:00
"version" : "v1.33.0" ,
"version_normalized" : "1.33.0.0" ,
2024-03-22 22:42:22 +01:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/polyfill-php80.git" ,
2025-11-11 19:27:29 +01:00
"reference" : "0cc9dd0f17f61d8131e7df6b84bd344899fe2608"
2024-03-22 22:42:22 +01:00
} ,
"dist" : {
"type" : "zip" ,
2025-11-11 19:27:29 +01:00
"url" : "https://api.github.com/repos/symfony/polyfill-php80/zipball/0cc9dd0f17f61d8131e7df6b84bd344899fe2608" ,
"reference" : "0cc9dd0f17f61d8131e7df6b84bd344899fe2608" ,
2024-03-22 22:42:22 +01:00
"shasum" : ""
} ,
"require" : {
2025-01-17 09:13:21 +01:00
"php" : ">=7.2"
2024-03-22 22:42:22 +01:00
} ,
2025-11-11 19:27:29 +01:00
"time" : "2025-01-02T08:10:11+00:00" ,
2024-03-22 22:42:22 +01:00
"type" : "library" ,
"extra" : {
"thanks" : {
2025-01-17 09:13:21 +01:00
"url" : "https://github.com/symfony/polyfill" ,
"name" : "symfony/polyfill"
2024-03-22 22:42:22 +01:00
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"files" : [
"bootstrap.php"
] ,
"psr-4" : {
"Symfony\\Polyfill\\Php80\\" : ""
} ,
"classmap" : [
"Resources/stubs"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Ion Bazan" ,
"email" : "ion.bazan@gmail.com"
} ,
{
"name" : "Nicolas Grekas" ,
"email" : "p@tchwork.com"
} ,
{
"name" : "Symfony Community" ,
"homepage" : "https://symfony.com/contributors"
}
] ,
"description" : "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions" ,
"homepage" : "https://symfony.com" ,
"keywords" : [
"compatibility" ,
"polyfill" ,
"portable" ,
"shim"
] ,
"support" : {
2025-11-11 19:27:29 +01:00
"source" : "https://github.com/symfony/polyfill-php80/tree/v1.33.0"
2024-03-22 22:42:22 +01:00
} ,
"funding" : [
{
"url" : "https://symfony.com/sponsor" ,
"type" : "custom"
} ,
{
"url" : "https://github.com/fabpot" ,
"type" : "github"
} ,
2025-11-11 19:27:29 +01:00
{
"url" : "https://github.com/nicolas-grekas" ,
"type" : "github"
} ,
2024-03-22 22:42:22 +01:00
{
"url" : "https://tidelift.com/funding/github/packagist/symfony/symfony" ,
"type" : "tidelift"
}
] ,
"install-path" : "../symfony/polyfill-php80"
} ,
{
"name" : "symfony/redis-messenger" ,
2025-01-17 09:13:21 +01:00
"version" : "v5.4.48" ,
"version_normalized" : "5.4.48.0" ,
2024-03-22 22:42:22 +01:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/redis-messenger.git" ,
2025-01-17 09:13:21 +01:00
"reference" : "a097e8c6529a7179a732161bd5368629c6319899"
2024-03-22 22:42:22 +01:00
} ,
"dist" : {
"type" : "zip" ,
2025-01-17 09:13:21 +01:00
"url" : "https://api.github.com/repos/symfony/redis-messenger/zipball/a097e8c6529a7179a732161bd5368629c6319899" ,
"reference" : "a097e8c6529a7179a732161bd5368629c6319899" ,
2024-03-22 22:42:22 +01:00
"shasum" : ""
} ,
"require" : {
"php" : ">=7.2.5" ,
"symfony/deprecation-contracts" : "^2.1|^3" ,
"symfony/messenger" : "^5.1|^6.0"
} ,
"require-dev" : {
"symfony/property-access" : "^4.4|^5.0|^6.0" ,
"symfony/serializer" : "^4.4|^5.0|^6.0"
} ,
2025-01-17 09:13:21 +01:00
"time" : "2024-11-13T13:58:00+00:00" ,
2024-03-22 22:42:22 +01:00
"type" : "symfony-messenger-bridge" ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"Symfony\\Component\\Messenger\\Bridge\\Redis\\" : ""
} ,
"exclude-from-classmap" : [
"/Tests/"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Fabien Potencier" ,
"email" : "fabien@symfony.com"
} ,
{
"name" : "Symfony Community" ,
"homepage" : "https://symfony.com/contributors"
}
] ,
"description" : "Symfony Redis extension Messenger Bridge" ,
"homepage" : "https://symfony.com" ,
"support" : {
2025-01-17 09:13:21 +01:00
"source" : "https://github.com/symfony/redis-messenger/tree/v5.4.48"
2024-03-22 22:42:22 +01:00
} ,
"funding" : [
{
"url" : "https://symfony.com/sponsor" ,
"type" : "custom"
} ,
{
"url" : "https://github.com/fabpot" ,
"type" : "github"
} ,
{
"url" : "https://tidelift.com/funding/github/packagist/symfony/symfony" ,
"type" : "tidelift"
}
] ,
"install-path" : "../symfony/redis-messenger"
} ,
{
"name" : "symfony/service-contracts" ,
2025-01-17 09:13:21 +01:00
"version" : "v2.5.4" ,
"version_normalized" : "2.5.4.0" ,
2024-03-22 22:42:22 +01:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/service-contracts.git" ,
2025-01-17 09:13:21 +01:00
"reference" : "f37b419f7aea2e9abf10abd261832cace12e3300"
2024-03-22 22:42:22 +01:00
} ,
"dist" : {
"type" : "zip" ,
2025-01-17 09:13:21 +01:00
"url" : "https://api.github.com/repos/symfony/service-contracts/zipball/f37b419f7aea2e9abf10abd261832cace12e3300" ,
"reference" : "f37b419f7aea2e9abf10abd261832cace12e3300" ,
2024-03-22 22:42:22 +01:00
"shasum" : ""
} ,
"require" : {
"php" : ">=7.2.5" ,
"psr/container" : "^1.1" ,
"symfony/deprecation-contracts" : "^2.1|^3"
} ,
"conflict" : {
"ext-psr" : "<1.1|>=2"
} ,
"suggest" : {
"symfony/service-implementation" : ""
} ,
2025-01-17 09:13:21 +01:00
"time" : "2024-09-25T14:11:13+00:00" ,
2024-03-22 22:42:22 +01:00
"type" : "library" ,
"extra" : {
2025-01-17 09:13:21 +01:00
"thanks" : {
"url" : "https://github.com/symfony/contracts" ,
"name" : "symfony/contracts"
} ,
2024-03-22 22:42:22 +01:00
"branch-alias" : {
"dev-main" : "2.5-dev"
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"Symfony\\Contracts\\Service\\" : ""
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Nicolas Grekas" ,
"email" : "p@tchwork.com"
} ,
{
"name" : "Symfony Community" ,
"homepage" : "https://symfony.com/contributors"
}
] ,
"description" : "Generic abstractions related to writing services" ,
"homepage" : "https://symfony.com" ,
"keywords" : [
"abstractions" ,
"contracts" ,
"decoupling" ,
"interfaces" ,
"interoperability" ,
"standards"
] ,
"support" : {
2025-01-17 09:13:21 +01:00
"source" : "https://github.com/symfony/service-contracts/tree/v2.5.4"
2024-03-22 22:42:22 +01:00
} ,
"funding" : [
{
"url" : "https://symfony.com/sponsor" ,
"type" : "custom"
} ,
{
"url" : "https://github.com/fabpot" ,
"type" : "github"
} ,
{
"url" : "https://tidelift.com/funding/github/packagist/symfony/symfony" ,
"type" : "tidelift"
}
] ,
"install-path" : "../symfony/service-contracts"
}
] ,
2025-01-17 09:13:21 +01:00
"dev" : true ,
2024-03-22 22:42:22 +01:00
"dev-package-names" : [ ]
}