This commit is contained in:
2025-10-22 20:04:26 +03:00
parent aac509b2d4
commit f9d48896ff
2 changed files with 9 additions and 9 deletions

View File

@@ -27,7 +27,7 @@
<!-- All SlevomatCodingStandard snifs https://github.com/slevomat/coding-standard?tab=readme-ov-file#fixing-errors-automatically -->
<rule ref="vendor/slevomat/coding-standard/SlevomatCodingStandard/ruleset.xml">
<rule ref="SlevomatCodingStandard">
<!-- sniffs to exclude -->
<exclude name="SlevomatCodingStandard.Arrays.AlphabeticallySortedByKeys.IncorrectKeyOrder" />

16
composer.lock generated
View File

@@ -151,16 +151,16 @@
},
{
"name": "slevomat/coding-standard",
"version": "8.23.0",
"version": "8.24.0",
"source": {
"type": "git",
"url": "https://github.com/slevomat/coding-standard.git",
"reference": "ba476e9c5dd52107acb17e33a70034d65f380847"
"reference": "08e7989c0351f3f38b82172838195c35d9819efa"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/slevomat/coding-standard/zipball/ba476e9c5dd52107acb17e33a70034d65f380847",
"reference": "ba476e9c5dd52107acb17e33a70034d65f380847",
"url": "https://api.github.com/repos/slevomat/coding-standard/zipball/08e7989c0351f3f38b82172838195c35d9819efa",
"reference": "08e7989c0351f3f38b82172838195c35d9819efa",
"shasum": ""
},
"require": {
@@ -172,11 +172,11 @@
"require-dev": {
"phing/phing": "3.0.1|3.1.0",
"php-parallel-lint/php-parallel-lint": "1.4.0",
"phpstan/phpstan": "2.1.26",
"phpstan/phpstan": "2.1.29",
"phpstan/phpstan-deprecation-rules": "2.0.3",
"phpstan/phpstan-phpunit": "2.0.7",
"phpstan/phpstan-strict-rules": "2.0.6",
"phpunit/phpunit": "9.6.8|10.5.48|11.4.4|11.5.36|12.3.11"
"phpunit/phpunit": "9.6.8|10.5.48|11.4.4|11.5.36|12.3.14"
},
"type": "phpcodesniffer-standard",
"extra": {
@@ -200,7 +200,7 @@
],
"support": {
"issues": "https://github.com/slevomat/coding-standard/issues",
"source": "https://github.com/slevomat/coding-standard/tree/8.23.0"
"source": "https://github.com/slevomat/coding-standard/tree/8.24.0"
},
"funding": [
{
@@ -212,7 +212,7 @@
"type": "tidelift"
}
],
"time": "2025-09-17T09:18:54+00:00"
"time": "2025-09-25T21:37:40+00:00"
},
{
"name": "squizlabs/php_codesniffer",