From 77e5bd1b2facceda0a7e8c1f8cbf13301fb1e0d1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Mar 2023 17:20:52 +0000 Subject: [PATCH] chore(deps): update dependency phpstan/phpstan to v1.10.6 --- apps/composer.json | 2 +- apps/composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/apps/composer.json b/apps/composer.json index 70ab35f..bfe2af4 100644 --- a/apps/composer.json +++ b/apps/composer.json @@ -20,7 +20,7 @@ }, "require-dev": { "behat/behat": "3.12.0", - "phpstan/phpstan": "1.9.14", + "phpstan/phpstan": "1.10.6", "squizlabs/php_codesniffer": "3.7.1", "povils/phpmnd": "3.0.1", "phpunit/phpunit": "9.5.28" diff --git a/apps/composer.lock b/apps/composer.lock index af7839c..71ff108 100644 --- a/apps/composer.lock +++ b/apps/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": "850b6c18b9a845a2fbc075c0ceee559e", + "content-hash": "b279eaf1151746e702b6d8da2bc9ae74", "packages": [], "packages-dev": [ { @@ -605,16 +605,16 @@ }, { "name": "phpstan/phpstan", - "version": "1.9.14", + "version": "1.10.6", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "e5fcc96289cf737304286a9b505fbed091f02e58" + "reference": "50d089a3e0904b0fe7e2cf2d4fd37d427d64235a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/e5fcc96289cf737304286a9b505fbed091f02e58", - "reference": "e5fcc96289cf737304286a9b505fbed091f02e58", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/50d089a3e0904b0fe7e2cf2d4fd37d427d64235a", + "reference": "50d089a3e0904b0fe7e2cf2d4fd37d427d64235a", "shasum": "" }, "require": { @@ -644,7 +644,7 @@ ], "support": { "issues": "https://github.com/phpstan/phpstan/issues", - "source": "https://github.com/phpstan/phpstan/tree/1.9.14" + "source": "https://github.com/phpstan/phpstan/tree/1.10.6" }, "funding": [ { @@ -660,7 +660,7 @@ "type": "tidelift" } ], - "time": "2023-01-19T10:47:09+00:00" + "time": "2023-03-09T16:55:12+00:00" }, { "name": "phpunit/php-code-coverage",