From 68fba0f10c7a3a84da086fd37737d1c7df4acb39 Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Thu, 7 Nov 2024 15:23:34 +0100 Subject: [PATCH] add support for phpstan/phpdoc-parser 2 --- composer.json | 2 +- composer.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 9cd35ed1..8105049b 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "webmozart/assert": "^1.9.1", "phpdocumentor/reflection-common": "^2.2", "ext-filter": "*", - "phpstan/phpdoc-parser": "^1.7", + "phpstan/phpdoc-parser": "^1.7|^2.0", "doctrine/deprecations": "^1.1" }, "require-dev": { diff --git a/composer.lock b/composer.lock index dd6fdbd7..f01fe622 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": "8d0008447edbcdb6139a9c64654e5931", + "content-hash": "7980f2ec05f5b526fd14283b3ff34b2a", "packages": [ { "name": "doctrine/deprecations",