From fb724148f4880f6829fdd83204e6c44051ea3042 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 14:58:51 +0000 Subject: [PATCH] chore(deps-dev): update codeigniter/coding-standard requirement || 1.8.* Updates the requirements on [codeigniter/coding-standard](https://github.com/CodeIgniter/coding-standard) to permit the latest version. - [Release notes](https://github.com/CodeIgniter/coding-standard/releases) - [Changelog](https://github.com/CodeIgniter/coding-standard/blob/develop/CHANGELOG.md) - [Commits](https://github.com/CodeIgniter/coding-standard/compare/v1.7.0...v1.8.3) --- updated-dependencies: - dependency-name: codeigniter/coding-standard 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 c776fb168..4dbb5b2ad 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ "codeigniter4/settings": "^2.1" }, "require-dev": { - "codeigniter/coding-standard": "1.7.*", + "codeigniter/coding-standard": "1.7.* || 1.8.*", "codeigniter/phpstan-codeigniter": "^1.3", "codeigniter4/devkit": "^1.0", "codeigniter4/framework": ">=4.3.5 <4.5.0 || ^4.5.1",