From 0954c8ac82bdef802cd73d7eb8a84028f681f7cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 4 Aug 2024 01:34:29 +0000 Subject: [PATCH] Update syntatis/coding-standard requirement from ^1.3 to ^1.4 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.3.0...v1.4.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 3794eec..0122229 100644 --- a/composer.json +++ b/composer.json @@ -37,7 +37,7 @@ "phpunit/phpunit": "^6.5 || ^7.5 || ^7.5 || ^9.6 || ^10.5 || ^11", "rector/rector": "0.17.10", "roots/wordpress": "^6.6", - "syntatis/coding-standard": "^1.3", + "syntatis/coding-standard": "^1.4", "wp-phpunit/wp-phpunit": "^6.6", "yoast/phpunit-polyfills": "^2.0" },