diff --git a/composer.json b/composer.json index 14e5a88a77..3daf752861 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "ondram/ci-detector": "^3.4.0", "ondrejmirtes/better-reflection": "6.4.0", "phpstan/php-8-stubs": "0.3.53", - "phpstan/phpdoc-parser": "1.15.0", + "phpstan/phpdoc-parser": "1.15.1", "react/async": "^3", "react/child-process": "^0.6.4", "react/event-loop": "^1.2", diff --git a/composer.lock b/composer.lock index 088999c24b..8c300221e2 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": "2a2f9ad470370c3868e6b505bebb760c", + "content-hash": "51d4c332857e32f17e37f4c4872d845c", "packages": [ { "name": "clue/ndjson-react", @@ -2203,16 +2203,16 @@ }, { "name": "phpstan/phpdoc-parser", - "version": "1.15.0", + "version": "1.15.1", "source": { "type": "git", "url": "https://github.com/phpstan/phpdoc-parser.git", - "reference": "6ff970a7101acfe99b3048e4bbfbc094e55c5b04" + "reference": "950bddf2c4203fa08ad27b8349bba1f32a8a7ebe" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/6ff970a7101acfe99b3048e4bbfbc094e55c5b04", - "reference": "6ff970a7101acfe99b3048e4bbfbc094e55c5b04", + "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/950bddf2c4203fa08ad27b8349bba1f32a8a7ebe", + "reference": "950bddf2c4203fa08ad27b8349bba1f32a8a7ebe", "shasum": "" }, "require": { @@ -2242,9 +2242,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/1.15.0" + "source": "https://github.com/phpstan/phpdoc-parser/tree/1.15.1" }, - "time": "2022-12-07T16:12:39+00:00" + "time": "2022-12-15T16:40:13+00:00" }, { "name": "psr/container",