diff --git a/composer.json b/composer.json index dc998f3..4ac6b38 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ "php": "~8.3.0 || ~8.4.0", "jane-php/open-api-runtime": "^7.9.0", "phpdocumentor/reflection-docblock": "^5.6.2", - "phpstan/phpdoc-parser": "^2.1", + "phpstan/phpdoc-parser": "^2.2.0", "symfony/console": "^7.3.1", "symfony/http-client": "^7.3.1", "symfony/property-access": "^7.3.1", diff --git a/composer.lock b/composer.lock index df9e00a..7808b91 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": "7304da9743a712cfd9051ddd55a2900c", + "content-hash": "ed9b83334e12169cc8cc341df929cdac", "packages": [ { "name": "clue/stream-filter", @@ -1112,16 +1112,16 @@ }, { "name": "phpstan/phpdoc-parser", - "version": "2.1.0", + "version": "2.2.0", "source": { "type": "git", "url": "https://github.com/phpstan/phpdoc-parser.git", - "reference": "9b30d6fd026b2c132b3985ce6b23bec09ab3aa68" + "reference": "b9e61a61e39e02dd90944e9115241c7f7e76bfd8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/9b30d6fd026b2c132b3985ce6b23bec09ab3aa68", - "reference": "9b30d6fd026b2c132b3985ce6b23bec09ab3aa68", + "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/b9e61a61e39e02dd90944e9115241c7f7e76bfd8", + "reference": "b9e61a61e39e02dd90944e9115241c7f7e76bfd8", "shasum": "" }, "require": { @@ -1153,9 +1153,9 @@ "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/2.1.0" + "source": "https://github.com/phpstan/phpdoc-parser/tree/2.2.0" }, - "time": "2025-02-19T13:28:12+00:00" + "time": "2025-07-13T07:04:09+00:00" }, { "name": "psr/container",