From 6069c6e147630d5c4c7d28411209628368ef0e33 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Apr 2023 13:53:09 +0000 Subject: [PATCH] chore(deps): update phpstan packages --- backend/php/laravel/composer.lock | 29 ++++++++++++++++------------- 1 file changed, 16 insertions(+), 13 deletions(-) diff --git a/backend/php/laravel/composer.lock b/backend/php/laravel/composer.lock index 8f95cf6..5f89862 100644 --- a/backend/php/laravel/composer.lock +++ b/backend/php/laravel/composer.lock @@ -8362,16 +8362,16 @@ }, { "name": "phpstan/phpstan", - "version": "1.9.4", + "version": "1.10.12", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "d03bccee595e2146b7c9d174486b84f4dc61b0f2" + "reference": "7b2aaf999e522e2b10011a594cf06dc37de7fbd8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/d03bccee595e2146b7c9d174486b84f4dc61b0f2", - "reference": "d03bccee595e2146b7c9d174486b84f4dc61b0f2", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/7b2aaf999e522e2b10011a594cf06dc37de7fbd8", + "reference": "7b2aaf999e522e2b10011a594cf06dc37de7fbd8", "shasum": "" }, "require": { @@ -8400,8 +8400,11 @@ "static analysis" ], "support": { + "docs": "https://phpstan.org/user-guide/getting-started", + "forum": "https://github.com/phpstan/phpstan/discussions", "issues": "https://github.com/phpstan/phpstan/issues", - "source": "https://github.com/phpstan/phpstan/tree/1.9.4" + "security": "https://github.com/phpstan/phpstan/security/policy", + "source": "https://github.com/phpstan/phpstan-src" }, "funding": [ { @@ -8417,25 +8420,25 @@ "type": "tidelift" } ], - "time": "2022-12-17T13:33:52+00:00" + "time": "2023-04-12T10:33:29+00:00" }, { "name": "phpstan/phpstan-phpunit", - "version": "1.1.3", + "version": "1.3.11", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan-phpunit.git", - "reference": "6b93db7fae6d6f3e81a5b4297f93af6fe4146785" + "reference": "9e1b9de6d260461f6e99b6a8f2dbb0bbb98b579c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan-phpunit/zipball/6b93db7fae6d6f3e81a5b4297f93af6fe4146785", - "reference": "6b93db7fae6d6f3e81a5b4297f93af6fe4146785", + "url": "https://api.github.com/repos/phpstan/phpstan-phpunit/zipball/9e1b9de6d260461f6e99b6a8f2dbb0bbb98b579c", + "reference": "9e1b9de6d260461f6e99b6a8f2dbb0bbb98b579c", "shasum": "" }, "require": { "php": "^7.2 || ^8.0", - "phpstan/phpstan": "^1.8.0" + "phpstan/phpstan": "^1.10" }, "conflict": { "phpunit/phpunit": "<7.0" @@ -8467,9 +8470,9 @@ "description": "PHPUnit extensions and rules for PHPStan", "support": { "issues": "https://github.com/phpstan/phpstan-phpunit/issues", - "source": "https://github.com/phpstan/phpstan-phpunit/tree/1.1.3" + "source": "https://github.com/phpstan/phpstan-phpunit/tree/1.3.11" }, - "time": "2022-10-24T11:38:17+00:00" + "time": "2023-03-25T19:42:13+00:00" }, { "name": "phpunit/php-code-coverage",