From e903983e8d345b18a8372d78322f99981fcdae58 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 12 Jun 2022 01:30:55 +0000 Subject: [PATCH] chore(deps): lock file maintenance Signed-off-by: Renovate Bot --- composer.lock | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/composer.lock b/composer.lock index d286a94c..83add778 100644 --- a/composer.lock +++ b/composer.lock @@ -8,16 +8,16 @@ "packages": [ { "name": "laminas/laminas-stdlib", - "version": "3.9.1", + "version": "3.10.1", "source": { "type": "git", "url": "https://github.com/laminas/laminas-stdlib.git", - "reference": "1df1cc0b9c2b8c7d1e322da1669a576386b5da46" + "reference": "0d669074845fc80a99add0f64025192f143ef836" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-stdlib/zipball/1df1cc0b9c2b8c7d1e322da1669a576386b5da46", - "reference": "1df1cc0b9c2b8c7d1e322da1669a576386b5da46", + "url": "https://api.github.com/repos/laminas/laminas-stdlib/zipball/0d669074845fc80a99add0f64025192f143ef836", + "reference": "0d669074845fc80a99add0f64025192f143ef836", "shasum": "" }, "require": { @@ -63,7 +63,7 @@ "type": "community_bridge" } ], - "time": "2022-06-08T11:33:13+00:00" + "time": "2022-06-10T14:49:09+00:00" }, { "name": "psr/container", @@ -2185,16 +2185,16 @@ }, { "name": "phpstan/phpdoc-parser", - "version": "1.5.1", + "version": "1.6.2", "source": { "type": "git", "url": "https://github.com/phpstan/phpdoc-parser.git", - "reference": "981cc368a216c988e862a75e526b6076987d1b50" + "reference": "76150ae7512439b4e6903db834e4a327596b617d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/981cc368a216c988e862a75e526b6076987d1b50", - "reference": "981cc368a216c988e862a75e526b6076987d1b50", + "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/76150ae7512439b4e6903db834e4a327596b617d", + "reference": "76150ae7512439b4e6903db834e4a327596b617d", "shasum": "" }, "require": { @@ -2204,6 +2204,7 @@ "php-parallel-lint/php-parallel-lint": "^1.2", "phpstan/extension-installer": "^1.0", "phpstan/phpstan": "^1.5", + "phpstan/phpstan-phpunit": "^1.1", "phpstan/phpstan-strict-rules": "^1.0", "phpunit/phpunit": "^9.5", "symfony/process": "^5.2" @@ -2223,9 +2224,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.5.1" + "source": "https://github.com/phpstan/phpdoc-parser/tree/1.6.2" }, - "time": "2022-05-05T11:32:40+00:00" + "time": "2022-06-10T09:29:33+00:00" }, { "name": "phpunit/php-code-coverage",