|
|
|
@ -4,7 +4,7 @@ |
|
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", |
|
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", |
|
|
|
"This file is @generated automatically" |
|
|
|
"This file is @generated automatically" |
|
|
|
], |
|
|
|
], |
|
|
|
"content-hash": "97e9532b15d9f38c5d3dd1b85b747210", |
|
|
|
"content-hash": "7d6a112c76c6a0d1cfe2b43f9408a2f8", |
|
|
|
"packages": [ |
|
|
|
"packages": [ |
|
|
|
{ |
|
|
|
{ |
|
|
|
"name": "bacon/bacon-qr-code", |
|
|
|
"name": "bacon/bacon-qr-code", |
|
|
|
@ -7389,6 +7389,92 @@ |
|
|
|
], |
|
|
|
], |
|
|
|
"time": "2024-05-31T09:07:18+00:00" |
|
|
|
"time": "2024-05-31T09:07:18+00:00" |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
"name": "symfony/messenger", |
|
|
|
|
|
|
|
"version": "v7.1.9", |
|
|
|
|
|
|
|
"source": { |
|
|
|
|
|
|
|
"type": "git", |
|
|
|
|
|
|
|
"url": "https://github.com/symfony/messenger.git", |
|
|
|
|
|
|
|
"reference": "51e2b8b6a14b78ad7db60ef5f195ae893c16b9cc" |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
"dist": { |
|
|
|
|
|
|
|
"type": "zip", |
|
|
|
|
|
|
|
"url": "https://api.github.com/repos/symfony/messenger/zipball/51e2b8b6a14b78ad7db60ef5f195ae893c16b9cc", |
|
|
|
|
|
|
|
"reference": "51e2b8b6a14b78ad7db60ef5f195ae893c16b9cc", |
|
|
|
|
|
|
|
"shasum": "" |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
"require": { |
|
|
|
|
|
|
|
"php": ">=8.2", |
|
|
|
|
|
|
|
"psr/log": "^1|^2|^3", |
|
|
|
|
|
|
|
"symfony/clock": "^6.4|^7.0" |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
"conflict": { |
|
|
|
|
|
|
|
"symfony/console": "<6.4", |
|
|
|
|
|
|
|
"symfony/event-dispatcher": "<6.4", |
|
|
|
|
|
|
|
"symfony/event-dispatcher-contracts": "<2.5", |
|
|
|
|
|
|
|
"symfony/framework-bundle": "<6.4", |
|
|
|
|
|
|
|
"symfony/http-kernel": "<6.4", |
|
|
|
|
|
|
|
"symfony/serializer": "<6.4" |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
"require-dev": { |
|
|
|
|
|
|
|
"psr/cache": "^1.0|^2.0|^3.0", |
|
|
|
|
|
|
|
"symfony/console": "^6.4|^7.0", |
|
|
|
|
|
|
|
"symfony/dependency-injection": "^6.4|^7.0", |
|
|
|
|
|
|
|
"symfony/event-dispatcher": "^6.4|^7.0", |
|
|
|
|
|
|
|
"symfony/http-kernel": "^6.4|^7.0", |
|
|
|
|
|
|
|
"symfony/process": "^6.4|^7.0", |
|
|
|
|
|
|
|
"symfony/property-access": "^6.4|^7.0", |
|
|
|
|
|
|
|
"symfony/rate-limiter": "^6.4|^7.0", |
|
|
|
|
|
|
|
"symfony/routing": "^6.4|^7.0", |
|
|
|
|
|
|
|
"symfony/serializer": "^6.4|^7.0", |
|
|
|
|
|
|
|
"symfony/service-contracts": "^2.5|^3", |
|
|
|
|
|
|
|
"symfony/stopwatch": "^6.4|^7.0", |
|
|
|
|
|
|
|
"symfony/validator": "^6.4|^7.0" |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
"type": "library", |
|
|
|
|
|
|
|
"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": { |
|
|
|
|
|
|
|
"source": "https://github.com/symfony/messenger/tree/v7.1.9" |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
"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" |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
], |
|
|
|
|
|
|
|
"time": "2024-11-26T09:50:51+00:00" |
|
|
|
|
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
"name": "symfony/mime", |
|
|
|
"name": "symfony/mime", |
|
|
|
"version": "v7.1.11", |
|
|
|
"version": "v7.1.11", |
|
|
|
@ -13062,6 +13148,6 @@ |
|
|
|
"ext-openssl": "*", |
|
|
|
"ext-openssl": "*", |
|
|
|
"ext-redis": "*" |
|
|
|
"ext-redis": "*" |
|
|
|
}, |
|
|
|
}, |
|
|
|
"platform-dev": [], |
|
|
|
"platform-dev": {}, |
|
|
|
"plugin-api-version": "2.6.0" |
|
|
|
"plugin-api-version": "2.6.0" |
|
|
|
} |
|
|
|
} |
|
|
|
|