From eb08eba895105ec1885754ae3109f4dab0c8d774 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 15:22:59 +0000 Subject: [PATCH] chore(deps-dev): update codeigniter/phpstan-codeigniter requirement Updates the requirements on [codeigniter/phpstan-codeigniter](https://github.com/CodeIgniter/phpstan-codeigniter) to permit the latest version. Updates `codeigniter/phpstan-codeigniter` to 2.1.0 - [Release notes](https://github.com/CodeIgniter/phpstan-codeigniter/releases) - [Changelog](https://github.com/CodeIgniter/phpstan-codeigniter/blob/2.x/CHANGELOG.md) - [Commits](https://github.com/CodeIgniter/phpstan-codeigniter/compare/v1.5.0...v2.1.0) --- updated-dependencies: - dependency-name: codeigniter/phpstan-codeigniter dependency-version: 2.1.0 dependency-type: direct:development dependency-group: composer-dependencies ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3d257784b2f0..b3a5a6d513ea 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ }, "require-dev": { "boundwize/structarmed": "0.13.4", - "codeigniter/phpstan-codeigniter": "^1.5", + "codeigniter/phpstan-codeigniter": "^2.1", "fakerphp/faker": "^1.24", "kint-php/kint": "^6.1", "mikey179/vfsstream": "^1.6.12",