chore(deps)!: update squizlabs/php_codesniffer (3.10.3 → 4.0.0) (#9)

This commit is contained in:
renovate[bot]
2025-09-18 19:39:48 +03:00
committed by GitHub
parent 2b3a8ddf5f
commit f41ca45f8d
2 changed files with 14 additions and 15 deletions

View File

@@ -14,7 +14,7 @@
} }
}, },
"require-dev": { "require-dev": {
"squizlabs/php_codesniffer": "^3.10", "squizlabs/php_codesniffer": "^4.0",
"ivuorinen/markdowndocs": "^4.0", "ivuorinen/markdowndocs": "^4.0",
"phpstan/phpstan": "^2.0" "phpstan/phpstan": "^2.0"
}, },

27
composer.lock generated
View File

@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "6434bd75127b7d2397b17e3ed50f36a8", "content-hash": "83075a3e4a40fbf6e58d914985fd4ed9",
"packages": [ "packages": [
{ {
"name": "guzzlehttp/guzzle", "name": "guzzlehttp/guzzle",
@@ -844,37 +844,32 @@
}, },
{ {
"name": "squizlabs/php_codesniffer", "name": "squizlabs/php_codesniffer",
"version": "3.10.3", "version": "4.0.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/PHPCSStandards/PHP_CodeSniffer.git", "url": "https://github.com/PHPCSStandards/PHP_CodeSniffer.git",
"reference": "62d32998e820bddc40f99f8251958aed187a5c9c" "reference": "06113cfdaf117fc2165f9cd040bd0f17fcd5242d"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/62d32998e820bddc40f99f8251958aed187a5c9c", "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/06113cfdaf117fc2165f9cd040bd0f17fcd5242d",
"reference": "62d32998e820bddc40f99f8251958aed187a5c9c", "reference": "06113cfdaf117fc2165f9cd040bd0f17fcd5242d",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-simplexml": "*", "ext-simplexml": "*",
"ext-tokenizer": "*", "ext-tokenizer": "*",
"ext-xmlwriter": "*", "ext-xmlwriter": "*",
"php": ">=5.4.0" "php": ">=7.2.0"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.3.4" "phpunit/phpunit": "^8.4.0 || ^9.3.4 || ^10.5.32 || 11.3.3 - 11.5.28 || ^11.5.31"
}, },
"bin": [ "bin": [
"bin/phpcbf", "bin/phpcbf",
"bin/phpcs" "bin/phpcs"
], ],
"type": "library", "type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.x-dev"
}
},
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "license": [
"BSD-3-Clause" "BSD-3-Clause"
@@ -893,7 +888,7 @@
"homepage": "https://github.com/PHPCSStandards/PHP_CodeSniffer/graphs/contributors" "homepage": "https://github.com/PHPCSStandards/PHP_CodeSniffer/graphs/contributors"
} }
], ],
"description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.", "description": "PHP_CodeSniffer tokenizes PHP files and detects violations of a defined set of coding standards.",
"homepage": "https://github.com/PHPCSStandards/PHP_CodeSniffer", "homepage": "https://github.com/PHPCSStandards/PHP_CodeSniffer",
"keywords": [ "keywords": [
"phpcs", "phpcs",
@@ -918,9 +913,13 @@
{ {
"url": "https://opencollective.com/php_codesniffer", "url": "https://opencollective.com/php_codesniffer",
"type": "open_collective" "type": "open_collective"
},
{
"url": "https://thanks.dev/u/gh/phpcsstandards",
"type": "thanks_dev"
} }
], ],
"time": "2024-09-18T10:38:58+00:00" "time": "2025-09-15T11:28:58+00:00"
}, },
{ {
"name": "symfony/console", "name": "symfony/console",