From 6ec327679b2ea6e8c298f50533108381b3b1e0d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 12:27:05 +0000 Subject: [PATCH] Bump phpstan/phpdoc-parser from 1.30.0 to 1.32.0 in /app Bumps [phpstan/phpdoc-parser](https://github.com/phpstan/phpdoc-parser) from 1.30.0 to 1.32.0. - [Release notes](https://github.com/phpstan/phpdoc-parser/releases) - [Commits](https://github.com/phpstan/phpdoc-parser/compare/1.30.0...1.32.0) --- updated-dependencies: - dependency-name: phpstan/phpdoc-parser dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/composer.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/app/composer.lock b/app/composer.lock index 9309bd6..22177a1 100644 --- a/app/composer.lock +++ b/app/composer.lock @@ -2338,16 +2338,16 @@ }, { "name": "phpstan/phpdoc-parser", - "version": "1.30.0", + "version": "1.32.0", "source": { "type": "git", "url": "https://github.com/phpstan/phpdoc-parser.git", - "reference": "5ceb0e384997db59f38774bf79c2a6134252c08f" + "reference": "6ca22b154efdd9e3c68c56f5d94670920a1c19a4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/5ceb0e384997db59f38774bf79c2a6134252c08f", - "reference": "5ceb0e384997db59f38774bf79c2a6134252c08f", + "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/6ca22b154efdd9e3c68c56f5d94670920a1c19a4", + "reference": "6ca22b154efdd9e3c68c56f5d94670920a1c19a4", "shasum": "" }, "require": { @@ -2379,9 +2379,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.30.0" + "source": "https://github.com/phpstan/phpdoc-parser/tree/1.32.0" }, - "time": "2024-08-29T09:54:52+00:00" + "time": "2024-09-26T07:23:32+00:00" }, { "name": "psr/cache",