@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "d0596df364527b4a2e7e00a9d7213e87 ",
"content-hash": "a904471bc7e1136f2c1810044504fcc9 ",
"packages": [
{
"name": "doctrine/cache",
@ -2558,78 +2558,6 @@
],
"time": "2023-01-10T18:53:01+00:00"
},
{
"name": "symfony/doctrine-messenger",
"version": "v6.1.11",
"source": {
"type": "git",
"url": "https://github.com/symfony/doctrine-messenger.git",
"reference": "e4b775d2dadcc801d2404c701555c2638690811e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/doctrine-messenger/zipball/e4b775d2dadcc801d2404c701555c2638690811e",
"reference": "e4b775d2dadcc801d2404c701555c2638690811e",
"shasum": ""
},
"require": {
"doctrine/dbal": "^2.13|^3.0",
"php": ">=8.1",
"symfony/messenger": "^5.4|^6.0",
"symfony/service-contracts": "^1.1|^2|^3"
},
"conflict": {
"doctrine/persistence": "<1.3"
},
"require-dev": {
"doctrine/persistence": "^1.3|^2|^3",
"symfony/property-access": "^5.4|^6.0",
"symfony/serializer": "^5.4|^6.0"
},
"type": "symfony-messenger-bridge",
"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": {
"source": "https://github.com/symfony/doctrine-messenger/tree/v6.1.11"
},
"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": "2023-01-01T08:36:55+00:00"
},
{
"name": "symfony/dotenv",
"version": "v6.1.11",
@ -3125,16 +3053,16 @@
},
{
"name": "symfony/flex",
"version": "v2.7.0 ",
"version": "v2.7.1 ",
"source": {
"type": "git",
"url": "https://github.com/symfony/flex.git",
"reference": "5d743b3b78fabe9f3146586d77b0a1f9292851fc "
"reference": "4ae50d368415a06820739e54d38a4a29d6df9155 "
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/flex/zipball/5d743b3b78fabe9f3146586d77b0a1f9292851fc ",
"reference": "5d743b3b78fabe9f3146586d77b0a1f9292851fc ",
"url": "https://api.github.com/repos/symfony/flex/zipball/4ae50d368415a06820739e54d38a4a29d6df9155 ",
"reference": "4ae50d368415a06820739e54d38a4a29d6df9155 ",
"shasum": ""
},
"require": {
@ -3173,7 +3101,7 @@
"description": "Composer plugin for Symfony",
"support": {
"issues": "https://github.com/symfony/flex/issues",
"source": "https://github.com/symfony/flex/tree/v2.7.0 "
"source": "https://github.com/symfony/flex/tree/v2.7.1 "
},
"funding": [
{
@ -3189,7 +3117,7 @@
"type": "tidelift"
}
],
"time": "2025-05-23T11:41:40 +00:00"
"time": "2025-05-28T14:22:54 +00:00"
},
{
"name": "symfony/form",
@ -3945,92 +3873,6 @@
],
"time": "2023-01-10T18:53:01+00:00"
},
{
"name": "symfony/messenger",
"version": "v6.1.11",
"source": {
"type": "git",
"url": "https://github.com/symfony/messenger.git",
"reference": "e3b7323b1d59fc77f5870735809bf39ce1596aee"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/messenger/zipball/e3b7323b1d59fc77f5870735809bf39ce1596aee",
"reference": "e3b7323b1d59fc77f5870735809bf39ce1596aee",
"shasum": ""
},
"require": {
"php": ">=8.1",
"psr/log": "^1|^2|^3"
},
"conflict": {
"symfony/event-dispatcher": "<5.4",
"symfony/event-dispatcher-contracts": "<2",
"symfony/framework-bundle": "<5.4",
"symfony/http-kernel": "<5.4",
"symfony/serializer": "<5.4"
},
"require-dev": {
"psr/cache": "^1.0|^2.0|^3.0",
"symfony/console": "^5.4|^6.0",
"symfony/dependency-injection": "^5.4|^6.0",
"symfony/event-dispatcher": "^5.4|^6.0",
"symfony/http-kernel": "^5.4|^6.0",
"symfony/process": "^5.4|^6.0",
"symfony/property-access": "^5.4|^6.0",
"symfony/routing": "^5.4|^6.0",
"symfony/serializer": "^5.4|^6.0",
"symfony/service-contracts": "^1.1|^2|^3",
"symfony/stopwatch": "^5.4|^6.0",
"symfony/validator": "^5.4|^6.0"
},
"suggest": {
"enqueue/messenger-adapter": "For using the php-enqueue library as a transport."
},
"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/v6.1.11"
},
"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": "2023-01-20T17:44:30+00:00"
},
{
"name": "symfony/mime",
"version": "v6.1.11",
@ -5293,16 +5135,16 @@
},
{
"name": "symfony/runtime",
"version": "v6.1.11 ",
"version": "v6.4.22 ",
"source": {
"type": "git",
"url": "https://github.com/symfony/runtime.git",
"reference": "717cb91d66893a27a4607f227e28eb74ff007fde "
"reference": "832c3ce3b810509815050434ccb7ead68d06395b "
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/runtime/zipball/717cb91d66893a27a4607f227e28eb74ff007fde ",
"reference": "717cb91d66893a27a4607f227e28eb74ff007fde ",
"url": "https://api.github.com/repos/symfony/runtime/zipball/832c3ce3b810509815050434ccb7ead68d06395b ",
"reference": "832c3ce3b810509815050434ccb7ead68d06395b ",
"shasum": ""
},
"require": {
@ -5314,10 +5156,10 @@
},
"require-dev": {
"composer/composer": "^1.0.2|^2.0",
"symfony/console": "^5.4|^6.0",
"symfony/dotenv": "^5.4|^6.0",
"symfony/http-foundation": "^5.4|^6.0",
"symfony/http-kernel": "^5.4|^6.0"
"symfony/console": "^5.4.9 |^6.0.9|^7 .0",
"symfony/dotenv": "^5.4|^6.0|^7.0 ",
"symfony/http-foundation": "^5.4|^6.0|^7.0 ",
"symfony/http-kernel": "^5.4|^6.0|^7.0 "
},
"type": "composer-plugin",
"extra": {
@ -5348,8 +5190,11 @@
],
"description": "Enables decoupling PHP applications from global state",
"homepage": "https://symfony.com",
"keywords": [
"runtime"
],
"support": {
"source": "https://github.com/symfony/runtime/tree/v6.1.11"
"source": "https://github.com/symfony/runtime/tree/v6.4.22 "
},
"funding": [
{
@ -5365,7 +5210,7 @@
"type": "tidelift"
}
],
"time": "2023-01-20T17:44:30 +00:00"
"time": "2025-05-07T21:15:03 +00:00"
},
{
"name": "symfony/security-bundle",
@ -6623,16 +6468,16 @@
},
{
"name": "symfony/var-exporter",
"version": "v6.4.21 ",
"version": "v6.4.22 ",
"source": {
"type": "git",
"url": "https://github.com/symfony/var-exporter.git",
"reference": "717e7544aa99752c54ecba5c0e17459c48317472 "
"reference": "f28cf841f5654955c9f88ceaf4b9dc29571988a9 "
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/var-exporter/zipball/717e7544aa99752c54ecba5c0e17459c48317472 ",
"reference": "717e7544aa99752c54ecba5c0e17459c48317472 ",
"url": "https://api.github.com/repos/symfony/var-exporter/zipball/f28cf841f5654955c9f88ceaf4b9dc29571988a9 ",
"reference": "f28cf841f5654955c9f88ceaf4b9dc29571988a9 ",
"shasum": ""
},
"require": {
@ -6680,7 +6525,7 @@
"serialize"
],
"support": {
"source": "https://github.com/symfony/var-exporter/tree/v6.4.21 "
"source": "https://github.com/symfony/var-exporter/tree/v6.4.22 "
},
"funding": [
{
@ -6696,7 +6541,7 @@
"type": "tidelift"
}
],
"time": "2025-04-27T21:06:26 +00:00"
"time": "2025-05-14T13:00:13 +00:00"
},
{
"name": "symfony/web-link",
@ -9145,16 +8990,16 @@
},
{
"name": "symfony/phpunit-bridge",
"version": "v7.2.6 ",
"version": "v7.3.0 ",
"source": {
"type": "git",
"url": "https://github.com/symfony/phpunit-bridge.git",
"reference": "6106ae85a0e3ed509d339b7f924788c9cc4e7cfb "
"reference": "2eabda563921f21cbce1d1e3247b3c36568905e6 "
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/6106ae85a0e3ed509d339b7f924788c9cc4e7cfb ",
"reference": "6106ae85a0e3ed509d339b7f924788c9cc4e7cfb ",
"url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/2eabda563921f21cbce1d1e3247b3c36568905e6 ",
"reference": "2eabda563921f21cbce1d1e3247b3c36568905e6 ",
"shasum": ""
},
"require": {
@ -9207,7 +9052,7 @@
"description": "Provides utilities for PHPUnit, especially user deprecation notices management",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/phpunit-bridge/tree/v7.2.6 "
"source": "https://github.com/symfony/phpunit-bridge/tree/v7.3.0 "
},
"funding": [
{
@ -9223,7 +9068,7 @@
"type": "tidelift"
}
],
"time": "2025-04-09T08:35:42 +00:00"
"time": "2025-05-23T07:26:30 +00:00"
},
{
"name": "symfony/web-profiler-bundle",
@ -9356,7 +9201,7 @@
],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {} ,
"stability-flags": [] ,
"prefer-stable": true,
"prefer-lowest": false,
"platform": {
@ -9364,6 +9209,6 @@
"ext-ctype": "*",
"ext-iconv": "*"
},
"platform-dev": {} ,
"platform-dev": [] ,
"plugin-api-version": "2.6.0"
}