From 0d4faaeb7b0f33df16e761f1677b5523812dbeea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 13:46:28 +0000 Subject: [PATCH] Update dms/coding-standard requirement from ^9 to ^9 || ^12 Updates the requirements on [dms/coding-standard](https://github.com/rdohms/dms-coding-standard) to permit the latest version. - [Release notes](https://github.com/rdohms/dms-coding-standard/releases) - [Commits](https://github.com/rdohms/dms-coding-standard/compare/v9.0.0...v12.0.0) --- updated-dependencies: - dependency-name: dms/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 52ad9dc..2630f0e 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ } ], "require-dev": { - "dms/coding-standard": "^9" + "dms/coding-standard": "^9 || ^12" }, "autoload": { "files": ["assertarraysubset-autoload.php"]