From 5c560d4f195b7c49c073a63d953595302b906801 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 3 Nov 2024 15:30:31 +0000 Subject: [PATCH] Update dependency phpstan/phpdoc-parser to ^1.33.0 --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 469421f..eb7e02f 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ "ext-iconv": "*", "cuyz/valinor-bundle": "^0.3.0", "phpdocumentor/reflection-docblock": "^5.4.1", - "phpstan/phpdoc-parser": "^1.26", + "phpstan/phpdoc-parser": "^1.33.0", "runtime/frankenphp-symfony": "^0.2.0", "symfony/asset": "^7.0", "symfony/asset-mapper": "^7.0", diff --git a/composer.lock b/composer.lock index ccbf1c4..7e08b92 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": "5e5002a93bd7f8780cea59839cad851a", + "content-hash": "37a8367f3909eada2499bc306ab5e006", "packages": [ { "name": "composer/semver", @@ -449,16 +449,16 @@ }, { "name": "phpstan/phpdoc-parser", - "version": "1.26.0", + "version": "1.33.0", "source": { "type": "git", "url": "https://github.com/phpstan/phpdoc-parser.git", - "reference": "231e3186624c03d7e7c890ec662b81e6b0405227" + "reference": "82a311fd3690fb2bf7b64d5c98f912b3dd746140" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/231e3186624c03d7e7c890ec662b81e6b0405227", - "reference": "231e3186624c03d7e7c890ec662b81e6b0405227", + "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/82a311fd3690fb2bf7b64d5c98f912b3dd746140", + "reference": "82a311fd3690fb2bf7b64d5c98f912b3dd746140", "shasum": "" }, "require": { @@ -490,9 +490,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.26.0" + "source": "https://github.com/phpstan/phpdoc-parser/tree/1.33.0" }, - "time": "2024-02-23T16:05:55+00:00" + "time": "2024-10-13T11:25:22+00:00" }, { "name": "psr/cache",