From c422eb0691b8ed82701cc4b4e26d09de16325738 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 23:54:38 +0000 Subject: [PATCH] Bump phpstan/phpstan in /app-auth/graphapponlytutorial Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.12.7 to 2.0.4. - [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.0.4) --- updated-dependencies: - dependency-name: phpstan/phpstan dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- app-auth/graphapponlytutorial/composer.json | 2 +- app-auth/graphapponlytutorial/composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/app-auth/graphapponlytutorial/composer.json b/app-auth/graphapponlytutorial/composer.json index 0b40f56..15745eb 100644 --- a/app-auth/graphapponlytutorial/composer.json +++ b/app-auth/graphapponlytutorial/composer.json @@ -12,7 +12,7 @@ "php-http/guzzle7-adapter": "^1.0" }, "require-dev": { - "phpstan/phpstan": "^1.10" + "phpstan/phpstan": "^2.0" }, "minimum-stability": "dev", "prefer-stable": true, diff --git a/app-auth/graphapponlytutorial/composer.lock b/app-auth/graphapponlytutorial/composer.lock index 37bd5a1..19db7d9 100644 --- a/app-auth/graphapponlytutorial/composer.lock +++ b/app-auth/graphapponlytutorial/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": "3c1df7b08c49209d0c27547af7895397", + "content-hash": "999b4aa9a6a37375209bba2c48900d2a", "packages": [ { "name": "brick/math", @@ -2944,20 +2944,20 @@ "packages-dev": [ { "name": "phpstan/phpstan", - "version": "1.12.7", + "version": "2.0.4", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "dc2b9976bd8b0f84ec9b0e50cc35378551de7af0" + "reference": "50d276fc3bf1430ec315f2f109bbde2769821524" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/dc2b9976bd8b0f84ec9b0e50cc35378551de7af0", - "reference": "dc2b9976bd8b0f84ec9b0e50cc35378551de7af0", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/50d276fc3bf1430ec315f2f109bbde2769821524", + "reference": "50d276fc3bf1430ec315f2f109bbde2769821524", "shasum": "" }, "require": { - "php": "^7.2|^8.0" + "php": "^7.4|^8.0" }, "conflict": { "phpstan/phpstan-shim": "*" @@ -2998,7 +2998,7 @@ "type": "github" } ], - "time": "2024-10-18T11:12:07+00:00" + "time": "2024-12-17T17:14:01+00:00" } ], "aliases": [],