From 2d3e7d874524c43e48cc355e09c02ad50d5c0d0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Dec 2022 22:00:54 +0000 Subject: [PATCH] Bump phpstan/phpdoc-parser from 1.13.0 to 1.15.0 Bumps [phpstan/phpdoc-parser](https://github.com/phpstan/phpdoc-parser) from 1.13.0 to 1.15.0. - [Release notes](https://github.com/phpstan/phpdoc-parser/releases) - [Commits](https://github.com/phpstan/phpdoc-parser/compare/1.13.0...1.15.0) --- updated-dependencies: - dependency-name: phpstan/phpdoc-parser dependency-type: indirect update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.lock b/composer.lock index 6307e74..4837eaf 100644 --- a/composer.lock +++ b/composer.lock @@ -1618,16 +1618,16 @@ }, { "name": "phpstan/phpdoc-parser", - "version": "1.13.0", + "version": "1.15.0", "source": { "type": "git", "url": "https://github.com/phpstan/phpdoc-parser.git", - "reference": "33aefcdab42900e36366d0feab6206e2dd68f947" + "reference": "6ff970a7101acfe99b3048e4bbfbc094e55c5b04" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/33aefcdab42900e36366d0feab6206e2dd68f947", - "reference": "33aefcdab42900e36366d0feab6206e2dd68f947", + "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/6ff970a7101acfe99b3048e4bbfbc094e55c5b04", + "reference": "6ff970a7101acfe99b3048e4bbfbc094e55c5b04", "shasum": "" }, "require": { @@ -1657,9 +1657,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.13.0" + "source": "https://github.com/phpstan/phpdoc-parser/tree/1.15.0" }, - "time": "2022-10-21T09:57:39+00:00" + "time": "2022-12-07T16:12:39+00:00" }, { "name": "phpstan/phpstan",