From d63699d8ddad0c9fd5c141ee71c66d0d64b70e32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 27 Oct 2024 13:44:17 +0000 Subject: [PATCH] Update syntatis/coding-standard requirement from ^1.4 to ^1.5 Updates the requirements on [syntatis/coding-standard](https://github.com/syntatis/phpcs-ruleset) to permit the latest version. - [Release notes](https://github.com/syntatis/phpcs-ruleset/releases) - [Commits](https://github.com/syntatis/phpcs-ruleset/compare/v1.4.0...v1.5.0) --- updated-dependencies: - dependency-name: syntatis/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 4f35f0e..527b1e4 100644 --- a/composer.json +++ b/composer.json @@ -48,7 +48,7 @@ "phpunit/phpunit": "^9.6", "roots/wordpress": "^6.6", "symfony/var-dumper": "^5.4", - "syntatis/coding-standard": "^1.4", + "syntatis/coding-standard": "^1.5", "szepeviktor/phpstan-wordpress": "^1.3", "wp-phpunit/wp-phpunit": "^6.6", "yoast/phpunit-polyfills": "^3.0"