2022-04-24 14:32:58 +02:00
{
"packages" : [
2024-05-17 20:26:01 +02:00
{
"name" : "doctrine/deprecations" ,
"version" : "1.1.3" ,
"version_normalized" : "1.1.3.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/doctrine/deprecations.git" ,
"reference" : "dfbaa3c2d2e9a9df1118213f3b8b0c597bb99fab"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/doctrine/deprecations/zipball/dfbaa3c2d2e9a9df1118213f3b8b0c597bb99fab" ,
"reference" : "dfbaa3c2d2e9a9df1118213f3b8b0c597bb99fab" ,
"shasum" : ""
} ,
"require" : {
"php" : "^7.1 || ^8.0"
} ,
"require-dev" : {
"doctrine/coding-standard" : "^9" ,
"phpstan/phpstan" : "1.4.10 || 1.10.15" ,
"phpstan/phpstan-phpunit" : "^1.0" ,
"phpunit/phpunit" : "^7.5 || ^8.5 || ^9.5" ,
"psalm/plugin-phpunit" : "0.18.4" ,
"psr/log" : "^1 || ^2 || ^3" ,
"vimeo/psalm" : "4.30.0 || 5.12.0"
} ,
"suggest" : {
"psr/log" : "Allows logging deprecations via PSR-3 logger implementation"
} ,
"time" : "2024-01-30T19:34:25+00:00" ,
"type" : "library" ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"Doctrine\\Deprecations\\" : "lib/Doctrine/Deprecations"
}
} ,
"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" ,
"source" : "https://github.com/doctrine/deprecations/tree/1.1.3"
} ,
"install-path" : "../doctrine/deprecations"
} ,
2022-04-24 14:32:58 +02:00
{
"name" : "doctrine/lexer" ,
2024-05-17 20:26:01 +02:00
"version" : "2.1.1" ,
"version_normalized" : "2.1.1.0" ,
2022-04-24 14:32:58 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/doctrine/lexer.git" ,
2024-05-17 20:26:01 +02:00
"reference" : "861c870e8b75f7c8f69c146c7f89cc1c0f1b49b6"
2022-04-24 14:32:58 +02:00
} ,
"dist" : {
"type" : "zip" ,
2024-05-17 20:26:01 +02:00
"url" : "https://api.github.com/repos/doctrine/lexer/zipball/861c870e8b75f7c8f69c146c7f89cc1c0f1b49b6" ,
"reference" : "861c870e8b75f7c8f69c146c7f89cc1c0f1b49b6" ,
2022-04-24 14:32:58 +02:00
"shasum" : ""
} ,
"require" : {
2024-05-17 20:26:01 +02:00
"doctrine/deprecations" : "^1.0" ,
2022-04-24 14:32:58 +02:00
"php" : "^7.1 || ^8.0"
} ,
"require-dev" : {
2024-05-17 20:26:01 +02:00
"doctrine/coding-standard" : "^9 || ^12" ,
2022-04-24 14:32:58 +02:00
"phpstan/phpstan" : "^1.3" ,
2024-05-17 20:26:01 +02:00
"phpunit/phpunit" : "^7.5 || ^8.5 || ^9.6" ,
"psalm/plugin-phpunit" : "^0.18.3" ,
"vimeo/psalm" : "^4.11 || ^5.21"
2022-04-24 14:32:58 +02:00
} ,
2024-05-17 20:26:01 +02:00
"time" : "2024-02-05T11:35:39+00:00" ,
2022-04-24 14:32:58 +02:00
"type" : "library" ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
2024-05-17 20:26:01 +02:00
"Doctrine\\Common\\Lexer\\" : "src"
2022-04-24 14:32:58 +02: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-05-17 20:26:01 +02:00
"source" : "https://github.com/doctrine/lexer/tree/2.1.1"
2022-04-24 14:32:58 +02: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-05-17 20:26:01 +02:00
"version" : "3.2.6" ,
"version_normalized" : "3.2.6.0" ,
2022-04-24 14:32:58 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/egulias/EmailValidator.git" ,
2024-05-17 20:26:01 +02:00
"reference" : "e5997fa97e8790cdae03a9cbd5e78e45e3c7bda7"
2022-04-24 14:32:58 +02:00
} ,
"dist" : {
"type" : "zip" ,
2024-05-17 20:26:01 +02:00
"url" : "https://api.github.com/repos/egulias/EmailValidator/zipball/e5997fa97e8790cdae03a9cbd5e78e45e3c7bda7" ,
"reference" : "e5997fa97e8790cdae03a9cbd5e78e45e3c7bda7" ,
2022-04-24 14:32:58 +02:00
"shasum" : ""
} ,
"require" : {
2024-05-17 20:26:01 +02:00
"doctrine/lexer" : "^1.2|^2" ,
2022-04-24 14:32:58 +02: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-05-17 20:26:01 +02:00
"time" : "2023-06-01T07:04:22+00:00" ,
2022-04-24 14:32:58 +02: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-05-17 20:26:01 +02:00
"source" : "https://github.com/egulias/EmailValidator/tree/3.2.6"
2022-04-24 14:32:58 +02:00
} ,
"funding" : [
{
"url" : "https://github.com/egulias" ,
"type" : "github"
}
] ,
"install-path" : "../egulias/email-validator"
} ,
{
2023-05-12 15:06:01 +02:00
"name" : "psr/container" ,
"version" : "1.1.1" ,
"version_normalized" : "1.1.1.0" ,
2022-04-24 14:32:58 +02:00
"source" : {
"type" : "git" ,
2023-05-12 15:06:01 +02:00
"url" : "https://github.com/php-fig/container.git" ,
"reference" : "8622567409010282b7aeebe4bb841fe98b58dcaf"
2022-04-24 14:32:58 +02:00
} ,
"dist" : {
"type" : "zip" ,
2023-05-12 15:06:01 +02:00
"url" : "https://api.github.com/repos/php-fig/container/zipball/8622567409010282b7aeebe4bb841fe98b58dcaf" ,
"reference" : "8622567409010282b7aeebe4bb841fe98b58dcaf" ,
2022-04-24 14:32:58 +02:00
"shasum" : ""
} ,
"require" : {
2023-05-12 15:06:01 +02:00
"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" ,
2024-05-17 20:26:01 +02:00
"version" : "v5.4.36" ,
"version_normalized" : "5.4.36.0" ,
2023-05-12 15:06:01 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/amqp-messenger.git" ,
2024-05-17 20:26:01 +02:00
"reference" : "456958ef89fffddc3935f3954a7eac255a5adb21"
2023-05-12 15:06:01 +02:00
} ,
"dist" : {
"type" : "zip" ,
2024-05-17 20:26:01 +02:00
"url" : "https://api.github.com/repos/symfony/amqp-messenger/zipball/456958ef89fffddc3935f3954a7eac255a5adb21" ,
"reference" : "456958ef89fffddc3935f3954a7eac255a5adb21" ,
2023-05-12 15:06:01 +02: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"
} ,
2024-05-17 20:26:01 +02:00
"time" : "2024-02-14T16:15:37+00:00" ,
2023-05-12 15:06:01 +02: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" : {
2024-05-17 20:26:01 +02:00
"source" : "https://github.com/symfony/amqp-messenger/tree/v5.4.36"
2023-05-12 15:06:01 +02: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" ,
2024-05-17 20:26:01 +02:00
"version" : "v2.5.3" ,
"version_normalized" : "2.5.3.0" ,
2023-05-12 15:06:01 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/deprecation-contracts.git" ,
2024-05-17 20:26:01 +02:00
"reference" : "80d075412b557d41002320b96a096ca65aa2c98d"
2023-05-12 15:06:01 +02:00
} ,
"dist" : {
"type" : "zip" ,
2024-05-17 20:26:01 +02:00
"url" : "https://api.github.com/repos/symfony/deprecation-contracts/zipball/80d075412b557d41002320b96a096ca65aa2c98d" ,
"reference" : "80d075412b557d41002320b96a096ca65aa2c98d" ,
2023-05-12 15:06:01 +02:00
"shasum" : ""
} ,
"require" : {
"php" : ">=7.1"
} ,
2024-05-17 20:26:01 +02:00
"time" : "2023-01-24T14:02:46+00:00" ,
2023-05-12 15:06:01 +02:00
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-main" : "2.5-dev"
} ,
"thanks" : {
"name" : "symfony/contracts" ,
"url" : "https://github.com/symfony/contracts"
}
} ,
"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" : {
2024-05-17 20:26:01 +02:00
"source" : "https://github.com/symfony/deprecation-contracts/tree/v2.5.3"
2023-05-12 15:06:01 +02: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" ,
2024-05-17 20:26:01 +02:00
"version" : "v5.4.38" ,
"version_normalized" : "5.4.38.0" ,
2023-05-12 15:06:01 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/doctrine-messenger.git" ,
2024-05-17 20:26:01 +02:00
"reference" : "0118ae0beaebeb5961ddeedc994454e1ac11f759"
2023-05-12 15:06:01 +02:00
} ,
"dist" : {
"type" : "zip" ,
2024-05-17 20:26:01 +02:00
"url" : "https://api.github.com/repos/symfony/doctrine-messenger/zipball/0118ae0beaebeb5961ddeedc994454e1ac11f759" ,
"reference" : "0118ae0beaebeb5961ddeedc994454e1ac11f759" ,
2023-05-12 15:06:01 +02: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-05-17 20:26:01 +02:00
"doctrine/dbal" : "^2.13|^3|^4" ,
2023-05-12 15:06:01 +02:00
"doctrine/persistence" : "^1.3|^2|^3" ,
"symfony/property-access" : "^4.4|^5.0|^6.0" ,
"symfony/serializer" : "^4.4|^5.0|^6.0"
} ,
2024-05-17 20:26:01 +02:00
"time" : "2024-03-17T15:02:26+00:00" ,
2023-05-12 15:06:01 +02: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" : {
2024-05-17 20:26:01 +02:00
"source" : "https://github.com/symfony/doctrine-messenger/tree/v5.4.38"
2023-05-12 15:06:01 +02: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" ,
2024-05-17 20:26:01 +02:00
"version" : "v5.4.35" ,
"version_normalized" : "5.4.35.0" ,
2023-05-12 15:06:01 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/event-dispatcher.git" ,
2024-05-17 20:26:01 +02:00
"reference" : "7a69a85c7ea5bdd1e875806a99c51a87d3a74b38"
2023-05-12 15:06:01 +02:00
} ,
"dist" : {
"type" : "zip" ,
2024-05-17 20:26:01 +02:00
"url" : "https://api.github.com/repos/symfony/event-dispatcher/zipball/7a69a85c7ea5bdd1e875806a99c51a87d3a74b38" ,
"reference" : "7a69a85c7ea5bdd1e875806a99c51a87d3a74b38" ,
2023-05-12 15:06:01 +02: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" : ""
} ,
2024-05-17 20:26:01 +02:00
"time" : "2024-01-23T13:51:25+00:00" ,
2023-05-12 15:06:01 +02: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" : {
2024-05-17 20:26:01 +02:00
"source" : "https://github.com/symfony/event-dispatcher/tree/v5.4.35"
2023-05-12 15:06:01 +02: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" ,
2024-05-17 20:26:01 +02:00
"version" : "v2.5.3" ,
"version_normalized" : "2.5.3.0" ,
2023-05-12 15:06:01 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/event-dispatcher-contracts.git" ,
2024-05-17 20:26:01 +02:00
"reference" : "540f4c73e87fd0c71ca44a6aa305d024ac68cb73"
2023-05-12 15:06:01 +02:00
} ,
"dist" : {
"type" : "zip" ,
2024-05-17 20:26:01 +02:00
"url" : "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/540f4c73e87fd0c71ca44a6aa305d024ac68cb73" ,
"reference" : "540f4c73e87fd0c71ca44a6aa305d024ac68cb73" ,
2023-05-12 15:06:01 +02:00
"shasum" : ""
} ,
"require" : {
"php" : ">=7.2.5" ,
"psr/event-dispatcher" : "^1"
} ,
"suggest" : {
"symfony/event-dispatcher-implementation" : ""
} ,
2024-05-17 20:26:01 +02:00
"time" : "2024-01-23T13:51:25+00:00" ,
2023-05-12 15:06:01 +02:00
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-main" : "2.5-dev"
} ,
"thanks" : {
"name" : "symfony/contracts" ,
"url" : "https://github.com/symfony/contracts"
}
} ,
"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" : {
2024-05-17 20:26:01 +02:00
"source" : "https://github.com/symfony/event-dispatcher-contracts/tree/v2.5.3"
2023-05-12 15:06:01 +02: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" ,
2024-05-17 20:26:01 +02:00
"version" : "v5.4.38" ,
"version_normalized" : "5.4.38.0" ,
2023-05-12 15:06:01 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/mailer.git" ,
2024-05-17 20:26:01 +02:00
"reference" : "1d0ef27f1b19b9a0175a0e130d1df3113e5a130e"
2023-05-12 15:06:01 +02:00
} ,
"dist" : {
"type" : "zip" ,
2024-05-17 20:26:01 +02:00
"url" : "https://api.github.com/repos/symfony/mailer/zipball/1d0ef27f1b19b9a0175a0e130d1df3113e5a130e" ,
"reference" : "1d0ef27f1b19b9a0175a0e130d1df3113e5a130e" ,
2023-05-12 15:06:01 +02:00
"shasum" : ""
} ,
"require" : {
2024-05-17 20:26:01 +02:00
"egulias/email-validator" : "^2.1.10|^3|^4" ,
2023-05-12 15:06:01 +02: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-05-17 20:26:01 +02:00
"symfony/http-client" : "^4.4|^5.0|^6.0" ,
2023-05-12 15:06:01 +02:00
"symfony/messenger" : "^4.4|^5.0|^6.0"
} ,
2024-05-17 20:26:01 +02:00
"time" : "2024-03-19T10:19:25+00:00" ,
2023-05-12 15:06:01 +02: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" : {
2024-05-17 20:26:01 +02:00
"source" : "https://github.com/symfony/mailer/tree/v5.4.38"
2023-05-12 15:06:01 +02: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" ,
2024-05-17 20:26:01 +02:00
"version" : "v5.4.38" ,
"version_normalized" : "5.4.38.0" ,
2023-05-12 15:06:01 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/messenger.git" ,
2024-05-17 20:26:01 +02:00
"reference" : "a69a4d07e20e4f298a5c030623a1a3328145a889"
2023-05-12 15:06:01 +02:00
} ,
"dist" : {
"type" : "zip" ,
2024-05-17 20:26:01 +02:00
"url" : "https://api.github.com/repos/symfony/messenger/zipball/a69a4d07e20e4f298a5c030623a1a3328145a889" ,
"reference" : "a69a4d07e20e4f298a5c030623a1a3328145a889" ,
2023-05-12 15:06:01 +02: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"
2022-04-24 14:32:58 +02:00
} ,
"require-dev" : {
2023-05-12 15:06:01 +02:00
"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"
2022-04-24 14:32:58 +02:00
} ,
"suggest" : {
2023-05-12 15:06:01 +02:00
"enqueue/messenger-adapter" : "For using the php-enqueue library as a transport."
2022-04-24 14:32:58 +02:00
} ,
2024-05-17 20:26:01 +02:00
"time" : "2024-03-19T10:19:25+00:00" ,
2022-04-24 14:32:58 +02:00
"type" : "library" ,
"installation-source" : "dist" ,
"autoload" : {
2023-05-12 15:06:01 +02:00
"psr-4" : {
"Symfony\\Component\\Messenger\\" : ""
} ,
"exclude-from-classmap" : [
"/Tests/"
2022-04-24 14:32:58 +02:00
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
2023-05-12 15:06:01 +02:00
"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" : {
2024-05-17 20:26:01 +02:00
"source" : "https://github.com/symfony/messenger/tree/v5.4.38"
2023-05-12 15:06:01 +02: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" ,
2024-05-17 20:26:01 +02:00
"version" : "v5.4.38" ,
"version_normalized" : "5.4.38.0" ,
2023-05-12 15:06:01 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/mime.git" ,
2024-05-17 20:26:01 +02:00
"reference" : "82fa6be8a0295a3932df871e88fc8c8d77aa71d4"
2023-05-12 15:06:01 +02:00
} ,
"dist" : {
"type" : "zip" ,
2024-05-17 20:26:01 +02:00
"url" : "https://api.github.com/repos/symfony/mime/zipball/82fa6be8a0295a3932df871e88fc8c8d77aa71d4" ,
"reference" : "82fa6be8a0295a3932df871e88fc8c8d77aa71d4" ,
2023-05-12 15:06:01 +02: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-05-17 20:26:01 +02:00
"symfony/mailer" : "<4.4" ,
"symfony/serializer" : "<5.4.35|>=6,<6.3.12|>=6.4,<6.4.3"
2023-05-12 15:06:01 +02:00
} ,
"require-dev" : {
2024-05-17 20:26:01 +02:00
"egulias/email-validator" : "^2.1.10|^3.1|^4" ,
2023-05-12 15:06:01 +02:00
"phpdocumentor/reflection-docblock" : "^3.0|^4.0|^5.0" ,
"symfony/dependency-injection" : "^4.4|^5.0|^6.0" ,
2024-05-17 20:26:01 +02:00
"symfony/process" : "^5.4|^6.4" ,
2023-05-12 15:06:01 +02:00
"symfony/property-access" : "^4.4|^5.1|^6.0" ,
"symfony/property-info" : "^4.4|^5.1|^6.0" ,
2024-05-17 20:26:01 +02:00
"symfony/serializer" : "^5.4.35|~6.3.12|^6.4.3"
2023-05-12 15:06:01 +02:00
} ,
2024-05-17 20:26:01 +02:00
"time" : "2024-03-21T07:25:32+00:00" ,
2023-05-12 15:06:01 +02:00
"type" : "library" ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"Symfony\\Component\\Mime\\" : ""
2022-04-24 14:32:58 +02:00
} ,
2023-05-12 15:06:01 +02:00
"exclude-from-classmap" : [
"/Tests/"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
2022-04-24 14:32:58 +02:00
{
"name" : "Fabien Potencier" ,
"email" : "fabien@symfony.com"
2023-05-12 15:06:01 +02:00
} ,
{
"name" : "Symfony Community" ,
"homepage" : "https://symfony.com/contributors"
2022-04-24 14:32:58 +02:00
}
] ,
2023-05-12 15:06:01 +02:00
"description" : "Allows manipulating MIME messages" ,
"homepage" : "https://symfony.com" ,
2022-04-24 14:32:58 +02:00
"keywords" : [
2023-05-12 15:06:01 +02:00
"mime" ,
"mime-type"
2022-04-24 14:32:58 +02:00
] ,
"support" : {
2024-05-17 20:26:01 +02:00
"source" : "https://github.com/symfony/mime/tree/v5.4.38"
2022-04-24 14:32:58 +02:00
} ,
"funding" : [
2023-05-12 15:06:01 +02:00
{
"url" : "https://symfony.com/sponsor" ,
"type" : "custom"
} ,
2022-04-24 14:32:58 +02:00
{
"url" : "https://github.com/fabpot" ,
"type" : "github"
} ,
{
2023-05-12 15:06:01 +02:00
"url" : "https://tidelift.com/funding/github/packagist/symfony/symfony" ,
2022-04-24 14:32:58 +02:00
"type" : "tidelift"
}
] ,
2023-05-12 15:06:01 +02:00
"install-path" : "../symfony/mime"
2022-04-24 14:32:58 +02:00
} ,
{
"name" : "symfony/polyfill-intl-idn" ,
2024-05-17 20:26:01 +02:00
"version" : "v1.29.0" ,
"version_normalized" : "1.29.0.0" ,
2022-04-24 14:32:58 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/polyfill-intl-idn.git" ,
2024-05-17 20:26:01 +02:00
"reference" : "a287ed7475f85bf6f61890146edbc932c0fff919"
2022-04-24 14:32:58 +02:00
} ,
"dist" : {
"type" : "zip" ,
2024-05-17 20:26:01 +02:00
"url" : "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/a287ed7475f85bf6f61890146edbc932c0fff919" ,
"reference" : "a287ed7475f85bf6f61890146edbc932c0fff919" ,
2022-04-24 14:32:58 +02:00
"shasum" : ""
} ,
"require" : {
"php" : ">=7.1" ,
"symfony/polyfill-intl-normalizer" : "^1.10" ,
"symfony/polyfill-php72" : "^1.10"
} ,
"suggest" : {
"ext-intl" : "For best performance"
} ,
2024-05-17 20:26:01 +02:00
"time" : "2024-01-29T20:11:03+00:00" ,
2022-04-24 14:32:58 +02:00
"type" : "library" ,
"extra" : {
"thanks" : {
"name" : "symfony/polyfill" ,
"url" : "https://github.com/symfony/polyfill"
}
} ,
"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" : {
2024-05-17 20:26:01 +02:00
"source" : "https://github.com/symfony/polyfill-intl-idn/tree/v1.29.0"
2022-04-24 14:32:58 +02: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/polyfill-intl-idn"
} ,
{
"name" : "symfony/polyfill-intl-normalizer" ,
2024-05-17 20:26:01 +02:00
"version" : "v1.29.0" ,
"version_normalized" : "1.29.0.0" ,
2022-04-24 14:32:58 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/polyfill-intl-normalizer.git" ,
2024-05-17 20:26:01 +02:00
"reference" : "bc45c394692b948b4d383a08d7753968bed9a83d"
2022-04-24 14:32:58 +02:00
} ,
"dist" : {
"type" : "zip" ,
2024-05-17 20:26:01 +02:00
"url" : "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/bc45c394692b948b4d383a08d7753968bed9a83d" ,
"reference" : "bc45c394692b948b4d383a08d7753968bed9a83d" ,
2022-04-24 14:32:58 +02:00
"shasum" : ""
} ,
"require" : {
"php" : ">=7.1"
} ,
"suggest" : {
"ext-intl" : "For best performance"
} ,
2024-05-17 20:26:01 +02:00
"time" : "2024-01-29T20:11:03+00:00" ,
2022-04-24 14:32:58 +02:00
"type" : "library" ,
"extra" : {
"thanks" : {
"name" : "symfony/polyfill" ,
"url" : "https://github.com/symfony/polyfill"
}
} ,
"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" : {
2024-05-17 20:26:01 +02:00
"source" : "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.29.0"
2022-04-24 14:32:58 +02: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/polyfill-intl-normalizer"
2023-05-12 15:06:01 +02:00
} ,
{
"name" : "symfony/polyfill-php80" ,
2024-05-17 20:26:01 +02:00
"version" : "v1.29.0" ,
"version_normalized" : "1.29.0.0" ,
2023-05-12 15:06:01 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/polyfill-php80.git" ,
2024-05-17 20:26:01 +02:00
"reference" : "87b68208d5c1188808dd7839ee1e6c8ec3b02f1b"
2023-05-12 15:06:01 +02:00
} ,
"dist" : {
"type" : "zip" ,
2024-05-17 20:26:01 +02:00
"url" : "https://api.github.com/repos/symfony/polyfill-php80/zipball/87b68208d5c1188808dd7839ee1e6c8ec3b02f1b" ,
"reference" : "87b68208d5c1188808dd7839ee1e6c8ec3b02f1b" ,
2023-05-12 15:06:01 +02:00
"shasum" : ""
} ,
"require" : {
"php" : ">=7.1"
} ,
2024-05-17 20:26:01 +02:00
"time" : "2024-01-29T20:11:03+00:00" ,
2023-05-12 15:06:01 +02:00
"type" : "library" ,
"extra" : {
"thanks" : {
"name" : "symfony/polyfill" ,
"url" : "https://github.com/symfony/polyfill"
}
} ,
"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" : {
2024-05-17 20:26:01 +02:00
"source" : "https://github.com/symfony/polyfill-php80/tree/v1.29.0"
2023-05-12 15:06:01 +02: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/polyfill-php80"
} ,
{
"name" : "symfony/redis-messenger" ,
2024-05-17 20:26:01 +02:00
"version" : "v5.4.36" ,
"version_normalized" : "5.4.36.0" ,
2023-05-12 15:06:01 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/redis-messenger.git" ,
2024-05-17 20:26:01 +02:00
"reference" : "54b107003c5abc03cc5077c8847678b432b1e602"
2023-05-12 15:06:01 +02:00
} ,
"dist" : {
"type" : "zip" ,
2024-05-17 20:26:01 +02:00
"url" : "https://api.github.com/repos/symfony/redis-messenger/zipball/54b107003c5abc03cc5077c8847678b432b1e602" ,
"reference" : "54b107003c5abc03cc5077c8847678b432b1e602" ,
2023-05-12 15:06:01 +02: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"
} ,
2024-05-17 20:26:01 +02:00
"time" : "2024-02-05T13:56:32+00:00" ,
2023-05-12 15:06:01 +02: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" : {
2024-05-17 20:26:01 +02:00
"source" : "https://github.com/symfony/redis-messenger/tree/v5.4.36"
2023-05-12 15:06:01 +02: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" ,
2024-05-17 20:26:01 +02:00
"version" : "v2.5.3" ,
"version_normalized" : "2.5.3.0" ,
2023-05-12 15:06:01 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/service-contracts.git" ,
2024-05-17 20:26:01 +02:00
"reference" : "a2329596ddc8fd568900e3fc76cba42489ecc7f3"
2023-05-12 15:06:01 +02:00
} ,
"dist" : {
"type" : "zip" ,
2024-05-17 20:26:01 +02:00
"url" : "https://api.github.com/repos/symfony/service-contracts/zipball/a2329596ddc8fd568900e3fc76cba42489ecc7f3" ,
"reference" : "a2329596ddc8fd568900e3fc76cba42489ecc7f3" ,
2023-05-12 15:06:01 +02: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" : ""
} ,
2024-05-17 20:26:01 +02:00
"time" : "2023-04-21T15:04:16+00:00" ,
2023-05-12 15:06:01 +02:00
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-main" : "2.5-dev"
} ,
"thanks" : {
"name" : "symfony/contracts" ,
"url" : "https://github.com/symfony/contracts"
}
} ,
"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" : {
2024-05-17 20:26:01 +02:00
"source" : "https://github.com/symfony/service-contracts/tree/v2.5.3"
2023-05-12 15:06:01 +02: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"
2022-04-24 14:32:58 +02:00
}
] ,
2024-05-17 20:26:01 +02:00
"dev" : false ,
2022-04-24 14:32:58 +02:00
"dev-package-names" : [ ]
}