From a0a06652c3966e2a4ad1238c0ac85b5dd3e8b6e1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2024 10:30:47 +0000 Subject: [PATCH] Update dependency phpstan/phpstan to ^1.12.0 --- composer.json | 2 +- composer.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index ac1e271d..64061cd5 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ "php-parallel-lint/php-console-highlighter": "^1.0", "php-parallel-lint/php-parallel-lint": "^1.4.0", "php-standard-library/psalm-plugin": "^1.1.5 || ^2.2.1", - "phpstan/phpstan": "^1.11.9", + "phpstan/phpstan": "^1.12.0", "phpunit/phpunit": "^10.5.30", "psalm/plugin-mockery": "^1.1", "psalm/plugin-phpunit": "^0.19.0", diff --git a/composer.lock b/composer.lock index f669006f..7e89d4fd 100644 --- a/composer.lock +++ b/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": "e60f691a30a46bfe5a08553cd07fa660", + "content-hash": "69c32101066ad849338af6f09f711100", "packages": [ { "name": "amphp/amp", @@ -5238,16 +5238,16 @@ }, { "name": "phpstan/phpstan", - "version": "1.11.9", + "version": "1.12.0", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "e370bcddadaede0c1716338b262346f40d296f82" + "reference": "384af967d35b2162f69526c7276acadce534d0e1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/e370bcddadaede0c1716338b262346f40d296f82", - "reference": "e370bcddadaede0c1716338b262346f40d296f82", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/384af967d35b2162f69526c7276acadce534d0e1", + "reference": "384af967d35b2162f69526c7276acadce534d0e1", "shasum": "" }, "require": { @@ -5292,7 +5292,7 @@ "type": "github" } ], - "time": "2024-08-01T16:25:18+00:00" + "time": "2024-08-27T09:18:05+00:00" }, { "name": "phpstan/phpstan-deprecation-rules",