|
|
@@ -1836,19 +1836,20 @@
|
|
|
},
|
|
|
{
|
|
|
"name": "squizlabs/php_codesniffer",
|
|
|
- "version": "4.0.1",
|
|
|
+ "version": "4.0.2",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/PHPCSStandards/PHP_CodeSniffer.git",
|
|
|
- "reference": "0525c73950de35ded110cffafb9892946d7771b5"
|
|
|
+ "reference": "74ee2d4df09b70996c1e0fafca7079fc0bbb9ec0"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/0525c73950de35ded110cffafb9892946d7771b5",
|
|
|
- "reference": "0525c73950de35ded110cffafb9892946d7771b5",
|
|
|
+ "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/74ee2d4df09b70996c1e0fafca7079fc0bbb9ec0",
|
|
|
+ "reference": "74ee2d4df09b70996c1e0fafca7079fc0bbb9ec0",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
|
+ "ext-libxml": "*",
|
|
|
"ext-simplexml": "*",
|
|
|
"ext-tokenizer": "*",
|
|
|
"ext-xmlwriter": "*",
|
|
|
@@ -1857,6 +1858,10 @@
|
|
|
"require-dev": {
|
|
|
"phpunit/phpunit": "^8.4.0 || ^9.3.4 || ^10.5.32 || 11.3.3 - 11.5.28 || ^11.5.31"
|
|
|
},
|
|
|
+ "suggest": {
|
|
|
+ "ext-iconv": "For accurate character length calculation when the checked files contain multi-byte characters.",
|
|
|
+ "ext-pcntl": "For parallel processing support via the --parallel CLI option."
|
|
|
+ },
|
|
|
"bin": [
|
|
|
"bin/phpcbf",
|
|
|
"bin/phpcs"
|
|
|
@@ -1911,7 +1916,7 @@
|
|
|
"type": "thanks_dev"
|
|
|
}
|
|
|
],
|
|
|
- "time": "2025-11-10T16:43:36+00:00"
|
|
|
+ "time": "2026-08-06T01:00:52+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "theseer/tokenizer",
|
|
|
@@ -1966,7 +1971,7 @@
|
|
|
],
|
|
|
"aliases": [],
|
|
|
"minimum-stability": "stable",
|
|
|
- "stability-flags": [],
|
|
|
+ "stability-flags": {},
|
|
|
"prefer-stable": false,
|
|
|
"prefer-lowest": false,
|
|
|
"platform": {
|
|
|
@@ -2001,5 +2006,5 @@
|
|
|
"platform-overrides": {
|
|
|
"php": "8.1"
|
|
|
},
|
|
|
- "plugin-api-version": "2.6.0"
|
|
|
+ "plugin-api-version": "2.9.0"
|
|
|
}
|