From a145acc73c9ec64224672e540b2bbf11a3f5231c Mon Sep 17 00:00:00 2001 From: zerai Date: Sun, 23 Feb 2025 22:00:28 +0100 Subject: [PATCH] Composer: update ecotone to v1.247.0. --- composer.lock | 420 +++++++++++++++++++++----------------------------- symfony.lock | 9 -- 2 files changed, 172 insertions(+), 257 deletions(-) diff --git a/composer.lock b/composer.lock index 5f47f8e..f4454b5 100644 --- a/composer.lock +++ b/composer.lock @@ -95,16 +95,16 @@ }, { "name": "beberlei/assert", - "version": "v3.3.2", + "version": "v3.3.3", "source": { "type": "git", "url": "https://github.com/beberlei/assert.git", - "reference": "cb70015c04be1baee6f5f5c953703347c0ac1655" + "reference": "b5fd8eacd8915a1b627b8bfc027803f1939734dd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/beberlei/assert/zipball/cb70015c04be1baee6f5f5c953703347c0ac1655", - "reference": "cb70015c04be1baee6f5f5c953703347c0ac1655", + "url": "https://api.github.com/repos/beberlei/assert/zipball/b5fd8eacd8915a1b627b8bfc027803f1939734dd", + "reference": "b5fd8eacd8915a1b627b8bfc027803f1939734dd", "shasum": "" }, "require": { @@ -112,7 +112,7 @@ "ext-json": "*", "ext-mbstring": "*", "ext-simplexml": "*", - "php": "^7.0 || ^8.0" + "php": "^7.1 || ^8.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "*", @@ -156,9 +156,9 @@ ], "support": { "issues": "https://github.com/beberlei/assert/issues", - "source": "https://github.com/beberlei/assert/tree/v3.3.2" + "source": "https://github.com/beberlei/assert/tree/v3.3.3" }, - "time": "2021-12-16T21:41:27+00:00" + "time": "2024-07-15T13:18:35+00:00" }, { "name": "brick/math", @@ -404,82 +404,6 @@ }, "time": "2023-06-19T06:10:36+00:00" }, - { - "name": "doctrine/annotations", - "version": "2.0.2", - "source": { - "type": "git", - "url": "https://github.com/doctrine/annotations.git", - "reference": "901c2ee5d26eb64ff43c47976e114bf00843acf7" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/doctrine/annotations/zipball/901c2ee5d26eb64ff43c47976e114bf00843acf7", - "reference": "901c2ee5d26eb64ff43c47976e114bf00843acf7", - "shasum": "" - }, - "require": { - "doctrine/lexer": "^2 || ^3", - "ext-tokenizer": "*", - "php": "^7.2 || ^8.0", - "psr/cache": "^1 || ^2 || ^3" - }, - "require-dev": { - "doctrine/cache": "^2.0", - "doctrine/coding-standard": "^10", - "phpstan/phpstan": "^1.10.28", - "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", - "symfony/cache": "^5.4 || ^6.4 || ^7", - "vimeo/psalm": "^4.30 || ^5.14" - }, - "suggest": { - "php": "PHP 8.0 or higher comes with attributes, a native replacement for annotations" - }, - "type": "library", - "autoload": { - "psr-4": { - "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations" - } - }, - "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": "Benjamin Eberlei", - "email": "kontakt@beberlei.de" - }, - { - "name": "Jonathan Wage", - "email": "jonwage@gmail.com" - }, - { - "name": "Johannes Schmitt", - "email": "schmittjoh@gmail.com" - } - ], - "description": "Docblock Annotations Parser", - "homepage": "https://www.doctrine-project.org/projects/annotations.html", - "keywords": [ - "annotations", - "docblock", - "parser" - ], - "support": { - "issues": "https://github.com/doctrine/annotations/issues", - "source": "https://github.com/doctrine/annotations/tree/2.0.2" - }, - "time": "2024-09-05T10:17:24+00:00" - }, { "name": "doctrine/cache", "version": "2.2.0", @@ -752,16 +676,16 @@ }, { "name": "doctrine/dbal", - "version": "3.9.3", + "version": "3.9.4", "source": { "type": "git", "url": "https://github.com/doctrine/dbal.git", - "reference": "61446f07fcb522414d6cfd8b1c3e5f9e18c579ba" + "reference": "ec16c82f20be1a7224e65ac67144a29199f87959" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/dbal/zipball/61446f07fcb522414d6cfd8b1c3e5f9e18c579ba", - "reference": "61446f07fcb522414d6cfd8b1c3e5f9e18c579ba", + "url": "https://api.github.com/repos/doctrine/dbal/zipball/ec16c82f20be1a7224e65ac67144a29199f87959", + "reference": "ec16c82f20be1a7224e65ac67144a29199f87959", "shasum": "" }, "require": { @@ -777,15 +701,13 @@ "doctrine/coding-standard": "12.0.0", "fig/log-test": "^1", "jetbrains/phpstorm-stubs": "2023.1", - "phpstan/phpstan": "1.12.6", - "phpstan/phpstan-strict-rules": "^1.6", - "phpunit/phpunit": "9.6.20", - "psalm/plugin-phpunit": "0.18.4", + "phpstan/phpstan": "2.1.1", + "phpstan/phpstan-strict-rules": "^2", + "phpunit/phpunit": "9.6.22", "slevomat/coding-standard": "8.13.1", "squizlabs/php_codesniffer": "3.10.2", "symfony/cache": "^5.4|^6.0|^7.0", - "symfony/console": "^4.4|^5.4|^6.0|^7.0", - "vimeo/psalm": "4.30.0" + "symfony/console": "^4.4|^5.4|^6.0|^7.0" }, "suggest": { "symfony/console": "For helpful console commands such as SQL execution and import of files." @@ -845,7 +767,7 @@ ], "support": { "issues": "https://github.com/doctrine/dbal/issues", - "source": "https://github.com/doctrine/dbal/tree/3.9.3" + "source": "https://github.com/doctrine/dbal/tree/3.9.4" }, "funding": [ { @@ -861,7 +783,7 @@ "type": "tidelift" } ], - "time": "2024-10-10T17:56:43+00:00" + "time": "2025-01-16T08:28:55+00:00" }, { "name": "doctrine/deprecations", @@ -1801,21 +1723,21 @@ }, { "name": "ecotone/dbal", - "version": "1.246.0", + "version": "1.247.0", "source": { "type": "git", "url": "https://github.com/ecotoneframework/dbal.git", - "reference": "517e8414b3b3e959e13092a4bc6e41702b543ccc" + "reference": "fa6ee89dadcb01dba52bc0138cfe4c732778a548" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ecotoneframework/dbal/zipball/517e8414b3b3e959e13092a4bc6e41702b543ccc", - "reference": "517e8414b3b3e959e13092a4bc6e41702b543ccc", + "url": "https://api.github.com/repos/ecotoneframework/dbal/zipball/fa6ee89dadcb01dba52bc0138cfe4c732778a548", + "reference": "fa6ee89dadcb01dba52bc0138cfe4c732778a548", "shasum": "" }, "require": { "doctrine/dbal": "^2.12.0|^3.0", - "ecotone/enqueue": "~1.246.0", + "ecotone/enqueue": "~1.247.0", "enqueue/dbal": "^0.10.17" }, "require-dev": { @@ -1823,7 +1745,7 @@ "doctrine/cache": "^1.0.0|^2.0", "doctrine/orm": "^2.11|^3.0", "doctrine/persistence": "^2.5|^3.4", - "ecotone/jms-converter": "~1.246.0", + "ecotone/jms-converter": "~1.247.0", "phpstan/phpstan": "^1.8", "phpunit/phpunit": "^9.6", "symfony/expression-language": "^6.0|^7.0", @@ -1835,7 +1757,7 @@ "repository": "dbal" }, "branch-alias": { - "dev-main": "1.246.0-dev" + "dev-main": "1.247.0-dev" }, "license-info": { "Apache-2.0": { @@ -1853,7 +1775,7 @@ "../local_packages.json" ] }, - "release-time": "2025-02-11 08:02:21" + "release-time": "2025-02-16 11:05:32" }, "autoload": { "psr-4": { @@ -1878,7 +1800,7 @@ "ecotone" ], "support": { - "source": "https://github.com/ecotoneframework/dbal/tree/1.246.0" + "source": "https://github.com/ecotoneframework/dbal/tree/1.247.0" }, "funding": [ { @@ -1886,20 +1808,20 @@ "type": "github" } ], - "time": "2025-02-11T08:10:25+00:00" + "time": "2025-02-16T11:13:12+00:00" }, { "name": "ecotone/ecotone", - "version": "1.246.0", + "version": "1.247.0", "source": { "type": "git", "url": "https://github.com/ecotoneframework/ecotone.git", - "reference": "7513a712204e971717e8eb5776f07c84b8a1ed55" + "reference": "cea386a77067a757d9d43311de4550ca202faf48" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ecotoneframework/ecotone/zipball/7513a712204e971717e8eb5776f07c84b8a1ed55", - "reference": "7513a712204e971717e8eb5776f07c84b8a1ed55", + "url": "https://api.github.com/repos/ecotoneframework/ecotone/zipball/cea386a77067a757d9d43311de4550ca202faf48", + "reference": "cea386a77067a757d9d43311de4550ca202faf48", "shasum": "" }, "require": { @@ -1921,7 +1843,7 @@ "repository": "ecotone" }, "branch-alias": { - "dev-main": "1.246.0-dev" + "dev-main": "1.247.0-dev" }, "license-info": { "Apache-2.0": { @@ -1939,7 +1861,7 @@ "../local_packages.json" ] }, - "release-time": "2025-02-11 08:02:21" + "release-time": "2025-02-16 11:05:32" }, "autoload": { "psr-4": { @@ -1970,7 +1892,7 @@ "service-bus" ], "support": { - "source": "https://github.com/ecotoneframework/ecotone/tree/1.246.0" + "source": "https://github.com/ecotoneframework/ecotone/tree/1.247.0" }, "funding": [ { @@ -1978,24 +1900,24 @@ "type": "github" } ], - "time": "2025-02-11T08:10:20+00:00" + "time": "2025-02-16T11:12:54+00:00" }, { "name": "ecotone/enqueue", - "version": "1.246.0", + "version": "1.247.0", "source": { "type": "git", "url": "https://github.com/ecotoneframework/enqueue.git", - "reference": "874e961d394c280632016ed0bc3a9390e3e32b1d" + "reference": "af019abc0e4255a8c0944e053343dbcc22bffc7d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ecotoneframework/enqueue/zipball/874e961d394c280632016ed0bc3a9390e3e32b1d", - "reference": "874e961d394c280632016ed0bc3a9390e3e32b1d", + "url": "https://api.github.com/repos/ecotoneframework/enqueue/zipball/af019abc0e4255a8c0944e053343dbcc22bffc7d", + "reference": "af019abc0e4255a8c0944e053343dbcc22bffc7d", "shasum": "" }, "require": { - "ecotone/ecotone": "~1.246.0", + "ecotone/ecotone": "~1.247.0", "enqueue/dsn": "^0.10.4", "queue-interop/queue-interop": "^0.8" }, @@ -2012,7 +1934,7 @@ "repository": "enqueue" }, "branch-alias": { - "dev-main": "1.246.0-dev" + "dev-main": "1.247.0-dev" }, "license-info": { "Apache-2.0": { @@ -2030,7 +1952,7 @@ "../local_packages.json" ] }, - "release-time": "2025-02-11 08:02:21" + "release-time": "2025-02-16 11:05:32" }, "autoload": { "psr-4": { @@ -2055,7 +1977,7 @@ "enqueue" ], "support": { - "source": "https://github.com/ecotoneframework/enqueue/tree/1.246.0" + "source": "https://github.com/ecotoneframework/enqueue/tree/1.247.0" }, "funding": [ { @@ -2063,25 +1985,25 @@ "type": "github" } ], - "time": "2025-02-11T08:10:20+00:00" + "time": "2025-02-16T11:12:23+00:00" }, { "name": "ecotone/jms-converter", - "version": "1.246.0", + "version": "1.247.0", "source": { "type": "git", "url": "https://github.com/ecotoneframework/jms-converter.git", - "reference": "2f44d39296743697cef1db415a54ee457767cea2" + "reference": "4675529e28a30875ce7e1c07a21aea834d94df47" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ecotoneframework/jms-converter/zipball/2f44d39296743697cef1db415a54ee457767cea2", - "reference": "2f44d39296743697cef1db415a54ee457767cea2", + "url": "https://api.github.com/repos/ecotoneframework/jms-converter/zipball/4675529e28a30875ce7e1c07a21aea834d94df47", + "reference": "4675529e28a30875ce7e1c07a21aea834d94df47", "shasum": "" }, "require": { - "ecotone/ecotone": "~1.246.0", - "jms/serializer": "^3.17", + "ecotone/ecotone": "~1.247.0", + "jms/serializer": "^3.32", "symfony/cache": "^5.4|^6.1|^7.0" }, "require-dev": { @@ -2096,7 +2018,7 @@ "repository": "jms-converter" }, "branch-alias": { - "dev-main": "1.246.0-dev" + "dev-main": "1.247.0-dev" }, "license-info": { "Apache-2.0": { @@ -2114,7 +2036,7 @@ "../local_packages.json" ] }, - "release-time": "2025-02-11 08:02:21" + "release-time": "2025-02-16 11:05:32" }, "autoload": { "psr-4": { @@ -2144,7 +2066,7 @@ "xml" ], "support": { - "source": "https://github.com/ecotoneframework/jms-converter/tree/1.246.0" + "source": "https://github.com/ecotoneframework/jms-converter/tree/1.247.0" }, "funding": [ { @@ -2152,24 +2074,24 @@ "type": "github" } ], - "time": "2025-02-11T08:10:23+00:00" + "time": "2025-02-16T11:13:18+00:00" }, { "name": "ecotone/pdo-event-sourcing", - "version": "1.246.0", + "version": "1.247.0", "source": { "type": "git", "url": "https://github.com/ecotoneframework/pdo-event-sourcing.git", - "reference": "4b84b2cd8dd3ef40a7a98e99f0e63e37865e57e2" + "reference": "537928d8151b455162d97b1a3e83f5c3d77de079" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ecotoneframework/pdo-event-sourcing/zipball/4b84b2cd8dd3ef40a7a98e99f0e63e37865e57e2", - "reference": "4b84b2cd8dd3ef40a7a98e99f0e63e37865e57e2", + "url": "https://api.github.com/repos/ecotoneframework/pdo-event-sourcing/zipball/537928d8151b455162d97b1a3e83f5c3d77de079", + "reference": "537928d8151b455162d97b1a3e83f5c3d77de079", "shasum": "" }, "require": { - "ecotone/dbal": "~1.246.0", + "ecotone/dbal": "~1.247.0", "prooph/pdo-event-store": "^1.15.1" }, "require-dev": { @@ -2183,7 +2105,7 @@ "repository": "pdo-event-sourcing" }, "branch-alias": { - "dev-main": "1.246.0-dev" + "dev-main": "1.247.0-dev" }, "license-info": { "Apache-2.0": { @@ -2201,7 +2123,7 @@ "../local_packages.json" ] }, - "release-time": "2025-02-11 08:02:21" + "release-time": "2025-02-16 11:05:32" }, "autoload": { "psr-4": { @@ -2226,7 +2148,7 @@ "ecotone" ], "support": { - "source": "https://github.com/ecotoneframework/pdo-event-sourcing/tree/1.246.0" + "source": "https://github.com/ecotoneframework/pdo-event-sourcing/tree/1.247.0" }, "funding": [ { @@ -2234,24 +2156,24 @@ "type": "github" } ], - "time": "2025-02-11T08:10:02+00:00" + "time": "2025-02-16T11:12:59+00:00" }, { "name": "ecotone/symfony-bundle", - "version": "1.246.0", + "version": "1.247.0", "source": { "type": "git", "url": "https://github.com/ecotoneframework/symfony-bundle.git", - "reference": "ca7aadd2f00a83a8a5628a34e0f75a763de99f41" + "reference": "7804c283ae062f4243f06c61dbaa7658f486381f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ecotoneframework/symfony-bundle/zipball/ca7aadd2f00a83a8a5628a34e0f75a763de99f41", - "reference": "ca7aadd2f00a83a8a5628a34e0f75a763de99f41", + "url": "https://api.github.com/repos/ecotoneframework/symfony-bundle/zipball/7804c283ae062f4243f06c61dbaa7658f486381f", + "reference": "7804c283ae062f4243f06c61dbaa7658f486381f", "shasum": "" }, "require": { - "ecotone/ecotone": "~1.246.0", + "ecotone/ecotone": "~1.247.0", "symfony/console": "^5.4|^6.0|^7.0", "symfony/dependency-injection": ">=v5.4.19 <6.0.0 || >=v6.0.19 <6.1.0 || >=v6.1.11 <6.2.0 || >=v6.2.5 <7.0.0 || >=v7.0.0 <8.0.0", "symfony/framework-bundle": "^5.4|^6.0|^7.0" @@ -2263,7 +2185,7 @@ "behat/behat": "^3.10", "doctrine/doctrine-bundle": "^2.7.2", "doctrine/orm": "^2.11|^3.0", - "ecotone/dbal": "~1.246.0", + "ecotone/dbal": "~1.247.0", "friends-of-behat/symfony-extension": "<=2.4.2|^2.5", "monolog/monolog": "^2.9|^3.3.1", "phpstan/phpstan": "^1.8", @@ -2281,7 +2203,7 @@ "repository": "symfony" }, "branch-alias": { - "dev-main": "1.246.0-dev" + "dev-main": "1.247.0-dev" }, "license-info": { "Apache-2.0": { @@ -2299,7 +2221,7 @@ "../local_packages.json" ] }, - "release-time": "2025-02-11 08:02:21" + "release-time": "2025-02-16 11:05:32" }, "autoload": { "psr-4": { @@ -2331,7 +2253,7 @@ "symfony" ], "support": { - "source": "https://github.com/ecotoneframework/symfony-bundle/tree/1.246.0" + "source": "https://github.com/ecotoneframework/symfony-bundle/tree/1.247.0" }, "funding": [ { @@ -2339,7 +2261,7 @@ "type": "github" } ], - "time": "2025-02-11T08:10:05+00:00" + "time": "2025-02-16T11:13:03+00:00" }, { "name": "egulias/email-validator", @@ -2905,47 +2827,49 @@ }, { "name": "jms/serializer", - "version": "3.28.0", + "version": "3.32.3", "source": { "type": "git", "url": "https://github.com/schmittjoh/serializer.git", - "reference": "5a5a03a71a28a480189c5a0ca95893c19f1d120c" + "reference": "033c9beab9eb708509a3d400e9f0ffeb2d440e71" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/5a5a03a71a28a480189c5a0ca95893c19f1d120c", - "reference": "5a5a03a71a28a480189c5a0ca95893c19f1d120c", + "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/033c9beab9eb708509a3d400e9f0ffeb2d440e71", + "reference": "033c9beab9eb708509a3d400e9f0ffeb2d440e71", "shasum": "" }, "require": { - "doctrine/annotations": "^1.13 || ^2.0", - "doctrine/instantiator": "^1.0.3 || ^2.0", + "doctrine/instantiator": "^1.3.1 || ^2.0", "doctrine/lexer": "^2.0 || ^3.0", "jms/metadata": "^2.6", - "php": "^7.2||^8.0", - "phpstan/phpdoc-parser": "^0.4 || ^0.5 || ^1.0" + "php": "^7.4 || ^8.0", + "phpstan/phpdoc-parser": "^1.20 || ^2.0" }, "require-dev": { + "doctrine/annotations": "^1.14 || ^2.0", "doctrine/coding-standard": "^12.0", - "doctrine/orm": "~2.1", - "doctrine/persistence": "^1.3.3|^2.0|^3.0", - "doctrine/phpcr-odm": "^1.3|^2.0", + "doctrine/orm": "^2.14 || ^3.0", + "doctrine/persistence": "^2.5.2 || ^3.0", + "doctrine/phpcr-odm": "^1.5.2 || ^2.0", "ext-pdo_sqlite": "*", - "jackalope/jackalope-doctrine-dbal": "^1.1.5", - "ocramius/proxy-manager": "^1.0|^2.0", + "jackalope/jackalope-doctrine-dbal": "^1.3", + "ocramius/proxy-manager": "^1.0 || ^2.0", "phpbench/phpbench": "^1.0", - "phpstan/phpstan": "^1.0.2", - "phpunit/phpunit": "^8.5.21||^9.0||^10.0", - "psr/container": "^1.0|^2.0", - "symfony/dependency-injection": "^3.0|^4.0|^5.0|^6.0", - "symfony/expression-language": "^3.2|^4.0|^5.0|^6.0", - "symfony/filesystem": "^3.0|^4.0|^5.0|^6.0", - "symfony/form": "^3.0|^4.0|^5.0|^6.0", - "symfony/translation": "^3.0|^4.0|^5.0|^6.0", - "symfony/uid": "^5.1|^6.0", - "symfony/validator": "^3.1.9|^4.0|^5.0|^6.0", - "symfony/yaml": "^3.3|^4.0|^5.0|^6.0", - "twig/twig": "~1.34|~2.4|^3.0" + "phpstan/phpstan": "^2.0", + "phpunit/phpunit": "^9.0 || ^10.0 || ^11.0", + "psr/container": "^1.0 || ^2.0", + "rector/rector": "^1.0.0 || ^2.0@dev", + "slevomat/coding-standard": "dev-master#f2cc4c553eae68772624ffd7dd99022343b69c31 as 8.11.9999", + "symfony/dependency-injection": "^5.4 || ^6.0 || ^7.0", + "symfony/expression-language": "^5.4 || ^6.0 || ^7.0", + "symfony/filesystem": "^5.4 || ^6.0 || ^7.0", + "symfony/form": "^5.4 || ^6.0 || ^7.0", + "symfony/translation": "^5.4 || ^6.0 || ^7.0", + "symfony/uid": "^5.4 || ^6.0 || ^7.0", + "symfony/validator": "^5.4 || ^6.0 || ^7.0", + "symfony/yaml": "^5.4 || ^6.0 || ^7.0", + "twig/twig": "^1.34 || ^2.4 || ^3.0" }, "suggest": { "doctrine/collections": "Required if you like to use doctrine collection types as ArrayCollection.", @@ -2989,7 +2913,7 @@ ], "support": { "issues": "https://github.com/schmittjoh/serializer/issues", - "source": "https://github.com/schmittjoh/serializer/tree/3.28.0" + "source": "https://github.com/schmittjoh/serializer/tree/3.32.3" }, "funding": [ { @@ -2997,7 +2921,7 @@ "type": "github" } ], - "time": "2023-08-03T14:43:08+00:00" + "time": "2025-02-11T23:16:25+00:00" }, { "name": "knplabs/knp-menu", @@ -3139,27 +3063,27 @@ }, { "name": "laminas/laminas-code", - "version": "4.14.0", + "version": "4.16.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-code.git", - "reference": "562e02b7d85cb9142b5116cc76c4c7c162a11a1c" + "reference": "1793e78dad4108b594084d05d1fb818b85b110af" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-code/zipball/562e02b7d85cb9142b5116cc76c4c7c162a11a1c", - "reference": "562e02b7d85cb9142b5116cc76c4c7c162a11a1c", + "url": "https://api.github.com/repos/laminas/laminas-code/zipball/1793e78dad4108b594084d05d1fb818b85b110af", + "reference": "1793e78dad4108b594084d05d1fb818b85b110af", "shasum": "" }, "require": { - "php": "~8.1.0 || ~8.2.0 || ~8.3.0" + "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0" }, "require-dev": { "doctrine/annotations": "^2.0.1", "ext-phar": "*", - "laminas/laminas-coding-standard": "^2.5.0", - "laminas/laminas-stdlib": "^3.17.0", - "phpunit/phpunit": "^10.3.3", + "laminas/laminas-coding-standard": "^3.0.0", + "laminas/laminas-stdlib": "^3.18.0", + "phpunit/phpunit": "^10.5.37", "psalm/plugin-phpunit": "^0.19.0", "vimeo/psalm": "^5.15.0" }, @@ -3198,7 +3122,7 @@ "type": "community_bridge" } ], - "time": "2024-06-17T08:50:25+00:00" + "time": "2024-11-20T13:15:13+00:00" }, { "name": "lcobucci/clock", @@ -3781,16 +3705,16 @@ }, { "name": "marc-mabe/php-enum", - "version": "v4.7.0", + "version": "v4.7.1", "source": { "type": "git", "url": "https://github.com/marc-mabe/php-enum.git", - "reference": "3da42cc1daceaf98c858e56f59d1ccd52b011fdc" + "reference": "7159809e5cfa041dca28e61f7f7ae58063aae8ed" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/marc-mabe/php-enum/zipball/3da42cc1daceaf98c858e56f59d1ccd52b011fdc", - "reference": "3da42cc1daceaf98c858e56f59d1ccd52b011fdc", + "url": "https://api.github.com/repos/marc-mabe/php-enum/zipball/7159809e5cfa041dca28e61f7f7ae58063aae8ed", + "reference": "7159809e5cfa041dca28e61f7f7ae58063aae8ed", "shasum": "" }, "require": { @@ -3801,13 +3725,13 @@ "phpbench/phpbench": "^0.16.10 || ^1.0.4", "phpstan/phpstan": "^1.3.1", "phpunit/phpunit": "^7.5.20 | ^8.5.22 | ^9.5.11", - "vimeo/psalm": "^4.17.0" + "vimeo/psalm": "^4.17.0 | ^5.26.1" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "4.6-dev", - "dev-3.x": "3.2-dev" + "dev-3.x": "3.2-dev", + "dev-master": "4.7-dev" } }, "autoload": { @@ -3848,9 +3772,9 @@ ], "support": { "issues": "https://github.com/marc-mabe/php-enum/issues", - "source": "https://github.com/marc-mabe/php-enum/tree/v4.7.0" + "source": "https://github.com/marc-mabe/php-enum/tree/v4.7.1" }, - "time": "2022-04-19T02:21:46+00:00" + "time": "2024-11-28T04:54:44+00:00" }, { "name": "monolog/monolog", @@ -4660,30 +4584,30 @@ }, { "name": "phpstan/phpdoc-parser", - "version": "1.24.2", + "version": "2.1.0", "source": { "type": "git", "url": "https://github.com/phpstan/phpdoc-parser.git", - "reference": "bcad8d995980440892759db0c32acae7c8e79442" + "reference": "9b30d6fd026b2c132b3985ce6b23bec09ab3aa68" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/bcad8d995980440892759db0c32acae7c8e79442", - "reference": "bcad8d995980440892759db0c32acae7c8e79442", + "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/9b30d6fd026b2c132b3985ce6b23bec09ab3aa68", + "reference": "9b30d6fd026b2c132b3985ce6b23bec09ab3aa68", "shasum": "" }, "require": { - "php": "^7.2 || ^8.0" + "php": "^7.4 || ^8.0" }, "require-dev": { "doctrine/annotations": "^2.0", - "nikic/php-parser": "^4.15", + "nikic/php-parser": "^5.3.0", "php-parallel-lint/php-parallel-lint": "^1.2", "phpstan/extension-installer": "^1.0", - "phpstan/phpstan": "^1.5", - "phpstan/phpstan-phpunit": "^1.1", - "phpstan/phpstan-strict-rules": "^1.0", - "phpunit/phpunit": "^9.5", + "phpstan/phpstan": "^2.0", + "phpstan/phpstan-phpunit": "^2.0", + "phpstan/phpstan-strict-rules": "^2.0", + "phpunit/phpunit": "^9.6", "symfony/process": "^5.2" }, "type": "library", @@ -4701,32 +4625,32 @@ "description": "PHPDoc parser with support for nullable, intersection and generic types", "support": { "issues": "https://github.com/phpstan/phpdoc-parser/issues", - "source": "https://github.com/phpstan/phpdoc-parser/tree/1.24.2" + "source": "https://github.com/phpstan/phpdoc-parser/tree/2.1.0" }, - "time": "2023-09-26T12:28:12+00:00" + "time": "2025-02-19T13:28:12+00:00" }, { "name": "prooph/common", - "version": "v4.5.2", + "version": "v4.6.0", "source": { "type": "git", "url": "https://github.com/prooph/common.git", - "reference": "a72655690409344fa5a86f7e2b1442c6e78d22a2" + "reference": "a9d0ea15282c86dd77519cc70c1db87fa17e7053" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/prooph/common/zipball/a72655690409344fa5a86f7e2b1442c6e78d22a2", - "reference": "a72655690409344fa5a86f7e2b1442c6e78d22a2", + "url": "https://api.github.com/repos/prooph/common/zipball/a9d0ea15282c86dd77519cc70c1db87fa17e7053", + "reference": "a9d0ea15282c86dd77519cc70c1db87fa17e7053", "shasum": "" }, "require": { "beberlei/assert": "^2.7.1 || ^3.0", - "php": "^7.4 || ^8.0", + "php": "^8.2", "ramsey/uuid": "4.1.2 || ^4.3" }, "require-dev": { "php-coveralls/php-coveralls": "^2.2", - "phpunit/phpunit": "^9.5.5", + "phpunit/phpunit": "^11.0", "prooph/bookdown-template": "^0.2.3", "prooph/php-cs-fixer-config": "^0.5" }, @@ -4758,43 +4682,43 @@ ], "support": { "issues": "https://github.com/prooph/common/issues", - "source": "https://github.com/prooph/common/tree/v4.5.2" + "source": "https://github.com/prooph/common/tree/v4.6.0" }, - "time": "2022-11-04T00:55:45+00:00" + "time": "2025-02-20T18:48:39+00:00" }, { "name": "prooph/event-store", - "version": "v7.9.0", + "version": "v7.10.0", "source": { "type": "git", "url": "https://github.com/prooph/event-store.git", - "reference": "ff213c26c366af90a57d369595734b6ca202f687" + "reference": "8ad63a0a9f27198153521dbd51523366b680567e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/prooph/event-store/zipball/ff213c26c366af90a57d369595734b6ca202f687", - "reference": "ff213c26c366af90a57d369595734b6ca202f687", + "url": "https://api.github.com/repos/prooph/event-store/zipball/8ad63a0a9f27198153521dbd51523366b680567e", + "reference": "8ad63a0a9f27198153521dbd51523366b680567e", "shasum": "" }, "require": { "marc-mabe/php-enum": "^4.4", - "php": "^7.4 || ^8.0", - "prooph/common": "^4.5.2" + "php": "^8.2", + "prooph/common": "^4.6.0" }, "conflict": { "beberlei/assert": "3.2.3 - 3.2.4", "sandrokeil/interop-config": "<2.0.1" }, "require-dev": { + "php-coveralls/php-coveralls": "^2.7", "phpspec/prophecy": "^1.10.3", "phpspec/prophecy-phpunit": "^2.0", "phpunit/php-invoker": "^3.1", - "phpunit/phpunit": "^9.3", + "phpunit/phpunit": "^9.6 || ^10.0", "prooph/bookdown-template": "^0.2.3", - "prooph/php-cs-fixer-config": "^0.4", + "prooph/php-cs-fixer-config": "^0.6", "psr/container": "^1.0", - "sandrokeil/interop-config": "^2.0.1", - "satooshi/php-coveralls": "^1.0" + "sandrokeil/interop-config": "^2.0.1" }, "suggest": { "prooph/event-sourcing": "Basic functionality for event sourced aggregates", @@ -4839,9 +4763,9 @@ ], "support": { "issues": "https://github.com/prooph/event-store/issues", - "source": "https://github.com/prooph/event-store/tree/v7.9.0" + "source": "https://github.com/prooph/event-store/tree/v7.10.0" }, - "time": "2023-01-14T00:32:12+00:00" + "time": "2025-02-21T19:24:23+00:00" }, { "name": "prooph/pdo-event-store", @@ -5383,16 +5307,16 @@ }, { "name": "queue-interop/queue-interop", - "version": "0.8.1", + "version": "0.8.2", "source": { "type": "git", "url": "https://github.com/queue-interop/queue-interop.git", - "reference": "117043fd38490f8b5516622cd4b697b33a89ce2b" + "reference": "752db86fee6d9fd11d2e34191afe212c64b96fa7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/queue-interop/queue-interop/zipball/117043fd38490f8b5516622cd4b697b33a89ce2b", - "reference": "117043fd38490f8b5516622cd4b697b33a89ce2b", + "url": "https://api.github.com/repos/queue-interop/queue-interop/zipball/752db86fee6d9fd11d2e34191afe212c64b96fa7", + "reference": "752db86fee6d9fd11d2e34191afe212c64b96fa7", "shasum": "" }, "require": { @@ -5428,9 +5352,9 @@ ], "support": { "issues": "https://github.com/queue-interop/queue-interop/issues", - "source": "https://github.com/queue-interop/queue-interop/tree/0.8.1" + "source": "https://github.com/queue-interop/queue-interop/tree/0.8.2" }, - "time": "2020-12-21T13:14:51+00:00" + "time": "2025-02-21T08:24:49+00:00" }, { "name": "ralouphie/getallheaders", @@ -6109,16 +6033,16 @@ }, { "name": "symfony/cache", - "version": "v6.4.16", + "version": "v6.4.18", "source": { "type": "git", "url": "https://github.com/symfony/cache.git", - "reference": "70d60e9a3603108563010f8592dff15a6f15dfae" + "reference": "b209751ed25f735ea90ca4c9c969d9413a17dfee" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/cache/zipball/70d60e9a3603108563010f8592dff15a6f15dfae", - "reference": "70d60e9a3603108563010f8592dff15a6f15dfae", + "url": "https://api.github.com/repos/symfony/cache/zipball/b209751ed25f735ea90ca4c9c969d9413a17dfee", + "reference": "b209751ed25f735ea90ca4c9c969d9413a17dfee", "shasum": "" }, "require": { @@ -6185,7 +6109,7 @@ "psr6" ], "support": { - "source": "https://github.com/symfony/cache/tree/v6.4.16" + "source": "https://github.com/symfony/cache/tree/v6.4.18" }, "funding": [ { @@ -6201,7 +6125,7 @@ "type": "tidelift" } ], - "time": "2024-11-20T10:10:54+00:00" + "time": "2025-01-22T14:13:52+00:00" }, { "name": "symfony/cache-contracts", @@ -6223,12 +6147,12 @@ }, "type": "library", "extra": { + "thanks": { + "url": "https://github.com/symfony/contracts", + "name": "symfony/contracts" + }, "branch-alias": { "dev-main": "3.5-dev" - }, - "thanks": { - "name": "symfony/contracts", - "url": "https://github.com/symfony/contracts" } }, "autoload": { @@ -9909,12 +9833,12 @@ }, "type": "library", "extra": { + "thanks": { + "url": "https://github.com/symfony/contracts", + "name": "symfony/contracts" + }, "branch-alias": { "dev-main": "3.5-dev" - }, - "thanks": { - "name": "symfony/contracts", - "url": "https://github.com/symfony/contracts" } }, "autoload": { diff --git a/symfony.lock b/symfony.lock index 48f3214..45ff630 100644 --- a/symfony.lock +++ b/symfony.lock @@ -5,15 +5,6 @@ "corley/maintenance-bundle": { "version": "0.5.1" }, - "doctrine/annotations": { - "version": "2.0", - "recipe": { - "repo": "github.com/symfony/recipes", - "branch": "main", - "version": "1.10", - "ref": "64d8583af5ea57b7afa4aba4b159907f3a148b05" - } - }, "doctrine/doctrine-bundle": { "version": "2.11", "recipe": {