Update composer.lock

This commit is contained in:
2025-11-25 01:27:42 +03:00
parent 646b15a64d
commit 54b0060c7a

50
composer.lock generated
View File

@@ -8,29 +8,29 @@
"packages": [ "packages": [
{ {
"name": "dealerdirect/phpcodesniffer-composer-installer", "name": "dealerdirect/phpcodesniffer-composer-installer",
"version": "v1.1.2", "version": "v1.2.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/PHPCSStandards/composer-installer.git", "url": "https://github.com/PHPCSStandards/composer-installer.git",
"reference": "e9cf5e4bbf7eeaf9ef5db34938942602838fc2b1" "reference": "845eb62303d2ca9b289ef216356568ccc075ffd1"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/PHPCSStandards/composer-installer/zipball/e9cf5e4bbf7eeaf9ef5db34938942602838fc2b1", "url": "https://api.github.com/repos/PHPCSStandards/composer-installer/zipball/845eb62303d2ca9b289ef216356568ccc075ffd1",
"reference": "e9cf5e4bbf7eeaf9ef5db34938942602838fc2b1", "reference": "845eb62303d2ca9b289ef216356568ccc075ffd1",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"composer-plugin-api": "^2.2", "composer-plugin-api": "^2.2",
"php": ">=5.4", "php": ">=5.4",
"squizlabs/php_codesniffer": "^2.0 || ^3.1.0 || ^4.0" "squizlabs/php_codesniffer": "^3.1.0 || ^4.0"
}, },
"require-dev": { "require-dev": {
"composer/composer": "^2.2", "composer/composer": "^2.2",
"ext-json": "*", "ext-json": "*",
"ext-zip": "*", "ext-zip": "*",
"php-parallel-lint/php-parallel-lint": "^1.4.0", "php-parallel-lint/php-parallel-lint": "^1.4.0",
"phpcompatibility/php-compatibility": "^9.0", "phpcompatibility/php-compatibility": "^9.0 || ^10.0.0@dev",
"yoast/phpunit-polyfills": "^1.0" "yoast/phpunit-polyfills": "^1.0"
}, },
"type": "composer-plugin", "type": "composer-plugin",
@@ -100,7 +100,7 @@
"type": "thanks_dev" "type": "thanks_dev"
} }
], ],
"time": "2025-07-17T20:45:56+00:00" "time": "2025-11-11T04:32:07+00:00"
}, },
{ {
"name": "phpstan/phpdoc-parser", "name": "phpstan/phpdoc-parser",
@@ -151,32 +151,32 @@
}, },
{ {
"name": "slevomat/coding-standard", "name": "slevomat/coding-standard",
"version": "8.24.0", "version": "8.25.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/slevomat/coding-standard.git", "url": "https://github.com/slevomat/coding-standard.git",
"reference": "08e7989c0351f3f38b82172838195c35d9819efa" "reference": "3ce4dafb4fe2493715f397f21772988ef2122e20"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/slevomat/coding-standard/zipball/08e7989c0351f3f38b82172838195c35d9819efa", "url": "https://api.github.com/repos/slevomat/coding-standard/zipball/3ce4dafb4fe2493715f397f21772988ef2122e20",
"reference": "08e7989c0351f3f38b82172838195c35d9819efa", "reference": "3ce4dafb4fe2493715f397f21772988ef2122e20",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.6.2 || ^0.7 || ^1.1.2", "dealerdirect/phpcodesniffer-composer-installer": "^0.6.2 || ^0.7 || ^1.2.0",
"php": "^7.4 || ^8.0", "php": "^7.4 || ^8.0",
"phpstan/phpdoc-parser": "^2.3.0", "phpstan/phpdoc-parser": "^2.3.0",
"squizlabs/php_codesniffer": "^4.0.0" "squizlabs/php_codesniffer": "^4.0.1"
}, },
"require-dev": { "require-dev": {
"phing/phing": "3.0.1|3.1.0", "phing/phing": "3.0.1|3.1.0",
"php-parallel-lint/php-parallel-lint": "1.4.0", "php-parallel-lint/php-parallel-lint": "1.4.0",
"phpstan/phpstan": "2.1.29", "phpstan/phpstan": "2.1.32",
"phpstan/phpstan-deprecation-rules": "2.0.3", "phpstan/phpstan-deprecation-rules": "2.0.3",
"phpstan/phpstan-phpunit": "2.0.7", "phpstan/phpstan-phpunit": "2.0.8",
"phpstan/phpstan-strict-rules": "2.0.6", "phpstan/phpstan-strict-rules": "2.0.7",
"phpunit/phpunit": "9.6.8|10.5.48|11.4.4|11.5.36|12.3.14" "phpunit/phpunit": "9.6.8|10.5.48|11.4.4|11.5.36|12.4.4"
}, },
"type": "phpcodesniffer-standard", "type": "phpcodesniffer-standard",
"extra": { "extra": {
@@ -200,7 +200,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/slevomat/coding-standard/issues", "issues": "https://github.com/slevomat/coding-standard/issues",
"source": "https://github.com/slevomat/coding-standard/tree/8.24.0" "source": "https://github.com/slevomat/coding-standard/tree/8.25.0"
}, },
"funding": [ "funding": [
{ {
@@ -212,20 +212,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2025-09-25T21:37:40+00:00" "time": "2025-11-22T10:33:53+00:00"
}, },
{ {
"name": "squizlabs/php_codesniffer", "name": "squizlabs/php_codesniffer",
"version": "4.0.0", "version": "4.0.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/PHPCSStandards/PHP_CodeSniffer.git", "url": "https://github.com/PHPCSStandards/PHP_CodeSniffer.git",
"reference": "06113cfdaf117fc2165f9cd040bd0f17fcd5242d" "reference": "0525c73950de35ded110cffafb9892946d7771b5"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/06113cfdaf117fc2165f9cd040bd0f17fcd5242d", "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/0525c73950de35ded110cffafb9892946d7771b5",
"reference": "06113cfdaf117fc2165f9cd040bd0f17fcd5242d", "reference": "0525c73950de35ded110cffafb9892946d7771b5",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -291,7 +291,7 @@
"type": "thanks_dev" "type": "thanks_dev"
} }
], ],
"time": "2025-09-15T11:28:58+00:00" "time": "2025-11-10T16:43:36+00:00"
} }
], ],
"packages-dev": [], "packages-dev": [],
@@ -302,5 +302,5 @@
"prefer-lowest": false, "prefer-lowest": false,
"platform": {}, "platform": {},
"platform-dev": {}, "platform-dev": {},
"plugin-api-version": "2.6.0" "plugin-api-version": "2.9.0"
} }