From b1db1916203366481d028eb4a404c4710b7c3ef4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 09:28:35 +0000 Subject: [PATCH] Bump phpstan/phpstan-doctrine from 1.4.5 to 2.0.2 Bumps [phpstan/phpstan-doctrine](https://github.com/phpstan/phpstan-doctrine) from 1.4.5 to 2.0.2. - [Release notes](https://github.com/phpstan/phpstan-doctrine/releases) - [Commits](https://github.com/phpstan/phpstan-doctrine/compare/1.4.5...2.0.2) --- updated-dependencies: - dependency-name: phpstan/phpstan-doctrine dependency-version: 2.0.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- composer.lock | 48 +++++++++++++++++++++++------------------------- 1 file changed, 23 insertions(+), 25 deletions(-) diff --git a/composer.lock b/composer.lock index e5828eaa..1bb7ad5b 100644 --- a/composer.lock +++ b/composer.lock @@ -6524,20 +6524,20 @@ }, { "name": "phpstan/phpstan", - "version": "1.11.7", + "version": "2.1.13", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "52d2bbfdcae7f895915629e4694e9497d0f8e28d" + "reference": "e55e03e6d4ac49cd1240907e5b08e5cd378572a9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/52d2bbfdcae7f895915629e4694e9497d0f8e28d", - "reference": "52d2bbfdcae7f895915629e4694e9497d0f8e28d", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/e55e03e6d4ac49cd1240907e5b08e5cd378572a9", + "reference": "e55e03e6d4ac49cd1240907e5b08e5cd378572a9", "shasum": "" }, "require": { - "php": "^7.2|^8.0" + "php": "^7.4|^8.0" }, "conflict": { "phpstan/phpstan-shim": "*" @@ -6578,25 +6578,25 @@ "type": "github" } ], - "time": "2024-07-06T11:17:41+00:00" + "time": "2025-04-27T12:28:25+00:00" }, { "name": "phpstan/phpstan-doctrine", - "version": "1.4.5", + "version": "2.0.2", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan-doctrine.git", - "reference": "c87ee295de7573d9c015c492693e7af7f8cd85dc" + "reference": "a61a04a361b60014ec04881ccb87252d3bf02e94" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/c87ee295de7573d9c015c492693e7af7f8cd85dc", - "reference": "c87ee295de7573d9c015c492693e7af7f8cd85dc", + "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/a61a04a361b60014ec04881ccb87252d3bf02e94", + "reference": "a61a04a361b60014ec04881ccb87252d3bf02e94", "shasum": "" }, "require": { - "php": "^7.2 || ^8.0", - "phpstan/phpstan": "^1.11" + "php": "^7.4 || ^8.0", + "phpstan/phpstan": "^2.0.3" }, "conflict": { "doctrine/collections": "<1.0", @@ -6609,21 +6609,20 @@ "cache/array-adapter": "^1.1", "composer/semver": "^3.3.2", "cweagans/composer-patches": "^1.7.3", - "doctrine/annotations": "^1.11 || ^2.0", + "doctrine/annotations": "^2.0", "doctrine/collections": "^1.6 || ^2.1", "doctrine/common": "^2.7 || ^3.0", - "doctrine/dbal": "^2.13.8 || ^3.3.3", + "doctrine/dbal": "^3.3.8", "doctrine/lexer": "^2.0 || ^3.0", - "doctrine/mongodb-odm": "^1.3 || ^2.4.3", + "doctrine/mongodb-odm": "^2.4.3", "doctrine/orm": "^2.16.0", "doctrine/persistence": "^2.2.1 || ^3.2", "gedmo/doctrine-extensions": "^3.8", "nesbot/carbon": "^2.49", - "nikic/php-parser": "^4.13.2", "php-parallel-lint/php-parallel-lint": "^1.2", - "phpstan/phpstan-phpunit": "^1.3.13", - "phpstan/phpstan-strict-rules": "^1.5.1", - "phpunit/phpunit": "^9.6.16", + "phpstan/phpstan-phpunit": "^2.0", + "phpstan/phpstan-strict-rules": "^2.0", + "phpunit/phpunit": "^9.6.20", "ramsey/uuid": "^4.2", "symfony/cache": "^5.4" }, @@ -6648,9 +6647,9 @@ "description": "Doctrine extensions for PHPStan", "support": { "issues": "https://github.com/phpstan/phpstan-doctrine/issues", - "source": "https://github.com/phpstan/phpstan-doctrine/tree/1.4.5" + "source": "https://github.com/phpstan/phpstan-doctrine/tree/2.0.2" }, - "time": "2024-07-02T17:02:12+00:00" + "time": "2025-03-03T09:29:16+00:00" }, { "name": "phpunit/php-code-coverage", @@ -9161,8 +9160,7 @@ "aliases": [], "minimum-stability": "stable", "stability-flags": { - "friendsofphp/php-cs-fixer": 0, - "phpstan/phpstan-doctrine": 0 + "friendsofphp/php-cs-fixer": 0 }, "prefer-stable": false, "prefer-lowest": false, @@ -9175,6 +9173,6 @@ "ext-json": "*", "ext-pdo": "*" }, - "platform-dev": {}, - "plugin-api-version": "2.6.0" + "platform-dev": [], + "plugin-api-version": "2.3.0" }