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 800e88a..aa75450 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", @@ -2953,20 +2953,15 @@ "packages-dev": [ { "name": "phpstan/phpstan", - "version": "1.12.7", - "source": { - "type": "git", - "url": "https://github.com/phpstan/phpstan.git", - "reference": "dc2b9976bd8b0f84ec9b0e50cc35378551de7af0" - }, + "version": "2.1.32", "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/dc2b9976bd8b0f84ec9b0e50cc35378551de7af0", - "reference": "dc2b9976bd8b0f84ec9b0e50cc35378551de7af0", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/e126cad1e30a99b137b8ed75a85a676450ebb227", + "reference": "e126cad1e30a99b137b8ed75a85a676450ebb227", "shasum": "" }, "require": { - "php": "^7.2|^8.0" + "php": "^7.4|^8.0" }, "conflict": { "phpstan/phpstan-shim": "*" @@ -3007,7 +3002,7 @@ "type": "github" } ], - "time": "2024-10-18T11:12:07+00:00" + "time": "2025-11-11T15:18:17+00:00" } ], "aliases": [],