From 491479f8118aed330cf261d0f8ca960162b9ad65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 02:12:21 +0000 Subject: [PATCH] build(deps): bump doctrine/lexer from 2.1.1 to 3.0.1 Bumps [doctrine/lexer](https://github.com/doctrine/lexer) from 2.1.1 to 3.0.1. - [Release notes](https://github.com/doctrine/lexer/releases) - [Upgrade guide](https://github.com/doctrine/lexer/blob/3.0.x/UPGRADE.md) - [Commits](https://github.com/doctrine/lexer/compare/2.1.1...3.0.1) --- updated-dependencies: - dependency-name: doctrine/lexer dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 25 ++++++++++++------------- 2 files changed, 13 insertions(+), 14 deletions(-) diff --git a/composer.json b/composer.json index 60e8770573..8f5cf58b32 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ "doctrine/doctrine-migrations-bundle": "^3.1", "doctrine/inflector": "^2.0", "doctrine/instantiator": "^1.1", - "doctrine/lexer": "^2.0", + "doctrine/lexer": "^3.0", "doctrine/orm": "^2.11", "doctrine/persistence": "^3.1", "ec-cube/plugin-installer": "^2.0", diff --git a/composer.lock b/composer.lock index 4b3c143aa8..48e104b7c5 100644 --- a/composer.lock +++ b/composer.lock @@ -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": "33ee52a086be24b76827808cc17d53cb", + "content-hash": "d44b2cfce2e4301cd34de8ee5107fa0b", "packages": [ { "name": "carbonphp/carbon-doctrine-types", @@ -1830,28 +1830,27 @@ }, { "name": "doctrine/lexer", - "version": "2.1.1", + "version": "3.0.1", "source": { "type": "git", "url": "https://github.com/doctrine/lexer.git", - "reference": "861c870e8b75f7c8f69c146c7f89cc1c0f1b49b6" + "reference": "31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/lexer/zipball/861c870e8b75f7c8f69c146c7f89cc1c0f1b49b6", - "reference": "861c870e8b75f7c8f69c146c7f89cc1c0f1b49b6", + "url": "https://api.github.com/repos/doctrine/lexer/zipball/31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd", + "reference": "31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd", "shasum": "" }, "require": { - "doctrine/deprecations": "^1.0", - "php": "^7.1 || ^8.0" + "php": "^8.1" }, "require-dev": { - "doctrine/coding-standard": "^9 || ^12", - "phpstan/phpstan": "^1.3", - "phpunit/phpunit": "^7.5 || ^8.5 || ^9.6", + "doctrine/coding-standard": "^12", + "phpstan/phpstan": "^1.10", + "phpunit/phpunit": "^10.5", "psalm/plugin-phpunit": "^0.18.3", - "vimeo/psalm": "^4.11 || ^5.21" + "vimeo/psalm": "^5.21" }, "type": "library", "autoload": { @@ -1888,7 +1887,7 @@ ], "support": { "issues": "https://github.com/doctrine/lexer/issues", - "source": "https://github.com/doctrine/lexer/tree/2.1.1" + "source": "https://github.com/doctrine/lexer/tree/3.0.1" }, "funding": [ { @@ -1904,7 +1903,7 @@ "type": "tidelift" } ], - "time": "2024-02-05T11:35:39+00:00" + "time": "2024-02-05T11:56:58+00:00" }, { "name": "doctrine/migrations",