From 5a9f0c2a1a24d3f931b9faf76cafa2344931d81f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 13:40:41 +0000 Subject: [PATCH 1/2] Update phpstan/phpstan requirement from ^1.10 to ^1.10 || ^2.0 Updates the requirements on [phpstan/phpstan](https://github.com/phpstan/phpstan) to permit the latest version. - [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.10.0...2.0.0) --- updated-dependencies: - dependency-name: phpstan/phpstan dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 1cce4fa6..6c667f42 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ "mockery/mockery": "^1.4", "nesbot/carbon": "^2.43 || ^3.0", "laravel/pint": "^1.0", - "phpstan/phpstan": "^1.10", + "phpstan/phpstan": "^1.10 || ^2.0", "phpunit/phpunit": "^9.0|^10.0" }, "autoload": { From 2695b301e46d89192fb1cca000885e50f9010f96 Mon Sep 17 00:00:00 2001 From: Davo Date: Mon, 18 Nov 2024 09:29:49 -0600 Subject: [PATCH 2/2] Update composer.json to phpstan 2 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 6c667f42..e5aa7412 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ "mockery/mockery": "^1.4", "nesbot/carbon": "^2.43 || ^3.0", "laravel/pint": "^1.0", - "phpstan/phpstan": "^1.10 || ^2.0", + "phpstan/phpstan": "^2.0", "phpunit/phpunit": "^9.0|^10.0" }, "autoload": {