From 00f9a4e14a3c356d92fe14d4f6efe3b50adb1762 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Oct 2022 22:29:44 +0000 Subject: [PATCH] Update cakephp/cakephp-codesniffer requirement from ^4.0 to ^4.0 || ^5.0 Updates the requirements on [cakephp/cakephp-codesniffer](https://github.com/cakephp/cakephp-codesniffer) to permit the latest version. - [Release notes](https://github.com/cakephp/cakephp-codesniffer/releases) - [Commits](https://github.com/cakephp/cakephp-codesniffer/compare/4.0.0...5.0.0) --- updated-dependencies: - dependency-name: cakephp/cakephp-codesniffer 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 2575cda2d2a..59e9348feb4 100644 --- a/composer.json +++ b/composer.json @@ -55,7 +55,7 @@ "cakephp/validation": "self.version" }, "require-dev": { - "cakephp/cakephp-codesniffer": "^4.0", + "cakephp/cakephp-codesniffer": "^4.0 || ^5.0", "mikey179/vfsstream": "^1.6", "paragonie/csp-builder": "^2.3", "phpunit/phpunit": "^8.5 || ^9.3"