From 3b7663fdea915e7f32b77d28bedb271688e55afb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 12:53:07 +0000 Subject: [PATCH] composer(deps-dev): bump phpstan/phpstan from 1.11.3 to 1.12.7 Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.11.3 to 1.12.7. - [Release notes](https://github.com/phpstan/phpstan/releases) - [Changelog](https://github.com/phpstan/phpstan/blob/2.0.x/CHANGELOG.md) - [Commits](https://github.com/phpstan/phpstan/compare/1.11.3...1.12.7) --- updated-dependencies: - dependency-name: phpstan/phpstan dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index f37cf7698..5b238138d 100644 --- a/composer.json +++ b/composer.json @@ -59,7 +59,7 @@ "league/flysystem-memory": "^1.0", "phpbench/phpbench": "^1.3", "phpstan/extension-installer": "^1.3", - "phpstan/phpstan": "^1.11", + "phpstan/phpstan": "^1.12", "phpstan/phpstan-strict-rules": "^1.6", "phpstan/phpstan-webmozart-assert": "^1.2", "phpunit/phpunit": "^10.5", diff --git a/composer.lock b/composer.lock index eb615a2be..002741ed8 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": "5c44fdb9ce8b1709c92d86b1d5c127e8", + "content-hash": "c4c01865a1c16ea349f6be54fcf8ea1b", "packages": [ { "name": "dflydev/dot-access-data", @@ -5828,16 +5828,16 @@ }, { "name": "phpstan/phpstan", - "version": "1.11.3", + "version": "1.12.7", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "e64220a05c1209fc856d58e789c3b7a32c0bb9a5" + "reference": "dc2b9976bd8b0f84ec9b0e50cc35378551de7af0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/e64220a05c1209fc856d58e789c3b7a32c0bb9a5", - "reference": "e64220a05c1209fc856d58e789c3b7a32c0bb9a5", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/dc2b9976bd8b0f84ec9b0e50cc35378551de7af0", + "reference": "dc2b9976bd8b0f84ec9b0e50cc35378551de7af0", "shasum": "" }, "require": { @@ -5882,7 +5882,7 @@ "type": "github" } ], - "time": "2024-05-31T13:53:37+00:00" + "time": "2024-10-18T11:12:07+00:00" }, { "name": "phpstan/phpstan-strict-rules",