From aa291dc298f26fcf116db3d3af199c356b1f28cd Mon Sep 17 00:00:00 2001 From: Dalibor Korpar Date: Fri, 14 Aug 2026 16:34:15 +0200 Subject: [PATCH] chore: upgrade contributte/qa to 0.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps contributte/qa from ^v0.3 to ^v0.4 (v0.3.2 => v0.4.0), which pulls in squizlabs/php_codesniffer 3.13.6. That PHPCS release warns about the comma-separated string syntax for array properties, deprecated since 3.3.0 and removed in 4.0, which our ruleset used for the TypeNameMatchesFileName rootNamespaces property. Rewrite it using nodes. No source changes were needed — the v0.4 ruleset flags nothing in src/ or tests/. Co-Authored-By: Claude Opus 5 --- composer.json | 2 +- ruleset.xml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 393edec..05764ce 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "nette/application": "^3.0" }, "require-dev": { - "contributte/qa": "^v0.3", + "contributte/qa": "^v0.4", "phpunit/phpunit": "^11.5", "phpstan/phpstan": "^2.2", "phpstan/phpstan-deprecation-rules": "^2.0", diff --git a/ruleset.xml b/ruleset.xml index b1fd514..75819fb 100644 --- a/ruleset.xml +++ b/ruleset.xml @@ -16,10 +16,10 @@ - + + + +