From 1c9994d45d7603fd413e1dfcd34e4aa85c989f3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Apr 2025 00:35:20 +0000 Subject: [PATCH] Bump phpstan/phpstan from 1.12.7 to 2.1.13 in /user-auth/graphtutorial Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.12.7 to 2.1.13. - [Release notes](https://github.com/phpstan/phpstan/releases) - [Changelog](https://github.com/phpstan/phpstan/blob/2.1.x/CHANGELOG.md) - [Commits](https://github.com/phpstan/phpstan/compare/1.12.7...2.1.13) --- updated-dependencies: - dependency-name: phpstan/phpstan dependency-version: 2.1.13 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- user-auth/graphtutorial/composer.json | 2 +- user-auth/graphtutorial/composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/user-auth/graphtutorial/composer.json b/user-auth/graphtutorial/composer.json index 99c7f0b..27d7680 100644 --- a/user-auth/graphtutorial/composer.json +++ b/user-auth/graphtutorial/composer.json @@ -12,7 +12,7 @@ "php-http/guzzle7-adapter": "^1.0" }, "require-dev": { - "phpstan/phpstan": "^1.10" + "phpstan/phpstan": "^2.1" }, "minimum-stability": "dev", "prefer-stable": true, diff --git a/user-auth/graphtutorial/composer.lock b/user-auth/graphtutorial/composer.lock index fc74742..b909f69 100644 --- a/user-auth/graphtutorial/composer.lock +++ b/user-auth/graphtutorial/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": "4e46cf8f89e53a5f3ff8faf383fa9bd4", + "content-hash": "732e08b5ef58f9e6b83d6f89d6e33730", "packages": [ { "name": "brick/math", @@ -2947,20 +2947,20 @@ "packages-dev": [ { "name": "phpstan/phpstan", - "version": "1.12.7", + "version": "2.1.13", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "dc2b9976bd8b0f84ec9b0e50cc35378551de7af0" + "reference": "e55e03e6d4ac49cd1240907e5b08e5cd378572a9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/dc2b9976bd8b0f84ec9b0e50cc35378551de7af0", - "reference": "dc2b9976bd8b0f84ec9b0e50cc35378551de7af0", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/e55e03e6d4ac49cd1240907e5b08e5cd378572a9", + "reference": "e55e03e6d4ac49cd1240907e5b08e5cd378572a9", "shasum": "" }, "require": { - "php": "^7.2|^8.0" + "php": "^7.4|^8.0" }, "conflict": { "phpstan/phpstan-shim": "*" @@ -3001,7 +3001,7 @@ "type": "github" } ], - "time": "2024-10-18T11:12:07+00:00" + "time": "2025-04-27T12:28:25+00:00" } ], "aliases": [],