From bd91858fea653240f1f0c22c9fd7b4d15a5b3389 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Mar 2023 08:06:31 +0200 Subject: [PATCH] Bump php-translation/extractor from 2.1.0 to 2.1.1 (#5115) Bumps [php-translation/extractor](https://github.com/php-translation/extractor) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/php-translation/extractor/releases) - [Changelog](https://github.com/php-translation/extractor/blob/master/Changelog.md) - [Commits](https://github.com/php-translation/extractor/compare/2.1.0...2.1.1) --- updated-dependencies: - dependency-name: php-translation/extractor dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- composer.lock | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/composer.lock b/composer.lock index 4d487445eb..f4ca2ff02e 100644 --- a/composer.lock +++ b/composer.lock @@ -880,30 +880,30 @@ }, { "name": "doctrine/annotations", - "version": "1.14.3", + "version": "2.0.1", "source": { "type": "git", "url": "https://github.com/doctrine/annotations.git", - "reference": "fb0d71a7393298a7b232cbf4c8b1f73f3ec3d5af" + "reference": "e157ef3f3124bbf6fe7ce0ffd109e8a8ef284e7f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/annotations/zipball/fb0d71a7393298a7b232cbf4c8b1f73f3ec3d5af", - "reference": "fb0d71a7393298a7b232cbf4c8b1f73f3ec3d5af", + "url": "https://api.github.com/repos/doctrine/annotations/zipball/e157ef3f3124bbf6fe7ce0ffd109e8a8ef284e7f", + "reference": "e157ef3f3124bbf6fe7ce0ffd109e8a8ef284e7f", "shasum": "" }, "require": { - "doctrine/lexer": "^1 || ^2", + "doctrine/lexer": "^2 || ^3", "ext-tokenizer": "*", - "php": "^7.1 || ^8.0", + "php": "^7.2 || ^8.0", "psr/cache": "^1 || ^2 || ^3" }, "require-dev": { - "doctrine/cache": "^1.11 || ^2.0", - "doctrine/coding-standard": "^9 || ^10", - "phpstan/phpstan": "~1.4.10 || ^1.8.0", + "doctrine/cache": "^2.0", + "doctrine/coding-standard": "^10", + "phpstan/phpstan": "^1.8.0", "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", - "symfony/cache": "^4.4 || ^5.4 || ^6", + "symfony/cache": "^5.4 || ^6", "vimeo/psalm": "^4.10" }, "suggest": { @@ -950,9 +950,9 @@ ], "support": { "issues": "https://github.com/doctrine/annotations/issues", - "source": "https://github.com/doctrine/annotations/tree/1.14.3" + "source": "https://github.com/doctrine/annotations/tree/2.0.1" }, - "time": "2023-02-01T09:20:38+00:00" + "time": "2023-02-02T22:02:53+00:00" }, { "name": "doctrine/cache", @@ -3757,20 +3757,20 @@ }, { "name": "php-translation/extractor", - "version": "2.1.0", + "version": "2.1.1", "source": { "type": "git", "url": "https://github.com/php-translation/extractor.git", - "reference": "d95f3fd89af6b2015819936c191bc11410fc7314" + "reference": "09ad2f3654e6badb95a739b0284f5785531f7c8d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-translation/extractor/zipball/d95f3fd89af6b2015819936c191bc11410fc7314", - "reference": "d95f3fd89af6b2015819936c191bc11410fc7314", + "url": "https://api.github.com/repos/php-translation/extractor/zipball/09ad2f3654e6badb95a739b0284f5785531f7c8d", + "reference": "09ad2f3654e6badb95a739b0284f5785531f7c8d", "shasum": "" }, "require": { - "doctrine/annotations": "^1.7", + "doctrine/annotations": "^1.7 || ^2.0", "nikic/php-parser": "^3.0 || ^4.0", "php": "^7.2 || ^8.0", "symfony/finder": "^3.4 || ^4.4 || ^5.0 || ^6.0", @@ -3807,9 +3807,9 @@ "description": "Extract translations form the source code", "support": { "issues": "https://github.com/php-translation/extractor/issues", - "source": "https://github.com/php-translation/extractor/tree/2.1.0" + "source": "https://github.com/php-translation/extractor/tree/2.1.1" }, - "time": "2022-02-14T11:34:24+00:00" + "time": "2023-03-28T11:37:22+00:00" }, { "name": "php-translation/symfony-bundle",