From 5f8a8522c84fb195be9e7b3ef50ae3a403e69c66 Mon Sep 17 00:00:00 2001 From: Abdul Malik Ikhsan Date: Wed, 21 Jan 2026 21:54:26 +0700 Subject: [PATCH] Bump to PHPStan ^2.1.36 --- composer.json | 2 +- composer.lock | 34 +++++++++++++++++----------------- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/composer.json b/composer.json index 27c21ba0..1bb55b44 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ "nette/robot-loader": "^4.1", "phpecs/phpecs": "^2.2", "phpstan/extension-installer": "^1.4.3", - "phpstan/phpstan": "2.1.34", + "phpstan/phpstan": "^2.1.36", "phpstan/phpstan-webmozart-assert": "^2.0", "phpunit/phpunit": "^12.5", "rector/jack": "^0.5.1", diff --git a/composer.lock b/composer.lock index 19f7b308..afc825a7 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": "94fd3e19bc4801f7211b69e1b1880ad2", + "content-hash": "c28e297a9e9c3396ba8e4b9985c94c16", "packages": [ { "name": "brick/math", @@ -2189,16 +2189,16 @@ }, { "name": "livewire/livewire", - "version": "v4.0.1", + "version": "v4.0.2", "source": { "type": "git", "url": "https://github.com/livewire/livewire.git", - "reference": "c7539589d5af82691bef17da17ce4e289269f8d9" + "reference": "57fd2f193072560f8615e513972db5fb9dc93501" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/livewire/livewire/zipball/c7539589d5af82691bef17da17ce4e289269f8d9", - "reference": "c7539589d5af82691bef17da17ce4e289269f8d9", + "url": "https://api.github.com/repos/livewire/livewire/zipball/57fd2f193072560f8615e513972db5fb9dc93501", + "reference": "57fd2f193072560f8615e513972db5fb9dc93501", "shasum": "" }, "require": { @@ -2253,7 +2253,7 @@ "description": "A front-end framework for Laravel.", "support": { "issues": "https://github.com/livewire/livewire/issues", - "source": "https://github.com/livewire/livewire/tree/v4.0.1" + "source": "https://github.com/livewire/livewire/tree/v4.0.2" }, "funding": [ { @@ -2261,7 +2261,7 @@ "type": "github" } ], - "time": "2026-01-14T18:40:41+00:00" + "time": "2026-01-21T09:09:58+00:00" }, { "name": "monolog/monolog", @@ -2847,11 +2847,11 @@ }, { "name": "phpstan/phpstan", - "version": "2.1.34", + "version": "2.1.36", "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/070ba754a949fcade788e16e8dc5a5935b7cf2ee", - "reference": "070ba754a949fcade788e16e8dc5a5935b7cf2ee", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/2132e5e2361d11d40af4c17faa16f043269a4cf3", + "reference": "2132e5e2361d11d40af4c17faa16f043269a4cf3", "shasum": "" }, "require": { @@ -2896,7 +2896,7 @@ "type": "github" } ], - "time": "2026-01-19T19:52:16+00:00" + "time": "2026-01-21T13:58:26+00:00" }, { "name": "psr/clock", @@ -3514,17 +3514,17 @@ "source": { "type": "git", "url": "https://github.com/rectorphp/rector.git", - "reference": "aae9e60f65ee2679e0997446348bf46ec84ce78d" + "reference": "9227d7a24b0f23ae941057509364f948d5da9ab2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rectorphp/rector/zipball/aae9e60f65ee2679e0997446348bf46ec84ce78d", - "reference": "aae9e60f65ee2679e0997446348bf46ec84ce78d", + "url": "https://api.github.com/repos/rectorphp/rector/zipball/9227d7a24b0f23ae941057509364f948d5da9ab2", + "reference": "9227d7a24b0f23ae941057509364f948d5da9ab2", "shasum": "" }, "require": { "php": "^7.4|^8.0", - "phpstan/phpstan": "2.1.34" + "phpstan/phpstan": "^2.1.36" }, "conflict": { "rector/rector-doctrine": "*", @@ -3559,7 +3559,7 @@ ], "support": { "issues": "https://github.com/rectorphp/rector/issues", - "source": "https://github.com/rectorphp/rector/tree/main" + "source": "https://github.com/rectorphp/rector/tree/2.3.4" }, "funding": [ { @@ -3567,7 +3567,7 @@ "type": "github" } ], - "time": "2026-01-21T11:08:56+00:00" + "time": "2026-01-21T14:49:03+00:00" }, { "name": "samsonasik/array-lookup",