From fd94186ee2a8065c94edb4603dd954584e9e8f45 Mon Sep 17 00:00:00 2001 From: Ondrej Mirtes Date: Thu, 6 Oct 2022 13:35:10 +0200 Subject: [PATCH] Update phpdoc-parser --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 4f66a49205..4e5c57be9f 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ "ondram/ci-detector": "^3.4.0", "ondrejmirtes/better-reflection": "6.1.0", "phpstan/php-8-stubs": "0.3.38", - "phpstan/phpdoc-parser": "1.8.0", + "phpstan/phpdoc-parser": "1.9.0", "react/async": "^3", "react/child-process": "^0.6.4", "react/event-loop": "^1.2", diff --git a/composer.lock b/composer.lock index cf4b1c4bd9..cccd0b4f48 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": "3d3082c5ffdbcf9f81708ce44baa59e7", + "content-hash": "10bdd776bed355369b4b9e76f41b0297", "packages": [ { "name": "clue/ndjson-react", @@ -2141,16 +2141,16 @@ }, { "name": "phpstan/phpdoc-parser", - "version": "1.8.0", + "version": "1.9.0", "source": { "type": "git", "url": "https://github.com/phpstan/phpdoc-parser.git", - "reference": "8dd908dd6156e974b9a0f8bb4cd5ad0707830f04" + "reference": "5f7eb9724b0ae386b922f34b62b3b55fee3b26cd" }, "dist": { "type": "zip", - "url": "https://github.com/gitapi/repos/phpstan/phpdoc-parser/zipball/8dd908dd6156e974b9a0f8bb4cd5ad0707830f04", - "reference": "8dd908dd6156e974b9a0f8bb4cd5ad0707830f04", + "url": "https://github.com/gitapi/repos/phpstan/phpdoc-parser/zipball/5f7eb9724b0ae386b922f34b62b3b55fee3b26cd", + "reference": "5f7eb9724b0ae386b922f34b62b3b55fee3b26cd", "shasum": "" }, "require": { @@ -2180,9 +2180,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.8.0" + "source": "https://github.com/phpstan/phpdoc-parser/tree/1.9.0" }, - "time": "2022-09-04T18:59:06+00:00" + "time": "2022-10-06T11:32:36+00:00" }, { "name": "psr/container",