Update squizlabs/PHP_CodeSniffer

This commit is contained in:
grandeljay 2022-06-13 13:42:00 +02:00
parent e38691fe5e
commit 865236fa7e
3 changed files with 16 additions and 16 deletions

10
composer.lock generated
View file

@ -1449,16 +1449,16 @@
}, },
{ {
"name": "squizlabs/php_codesniffer", "name": "squizlabs/php_codesniffer",
"version": "3.6.2", "version": "3.7.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/squizlabs/PHP_CodeSniffer.git", "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
"reference": "5e4e71592f69da17871dba6e80dd51bce74a351a" "reference": "a2cd51b45bcaef9c1f2a4bda48f2dd2fa2b95563"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/5e4e71592f69da17871dba6e80dd51bce74a351a", "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/a2cd51b45bcaef9c1f2a4bda48f2dd2fa2b95563",
"reference": "5e4e71592f69da17871dba6e80dd51bce74a351a", "reference": "a2cd51b45bcaef9c1f2a4bda48f2dd2fa2b95563",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1501,7 +1501,7 @@
"source": "https://github.com/squizlabs/PHP_CodeSniffer", "source": "https://github.com/squizlabs/PHP_CodeSniffer",
"wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki" "wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki"
}, },
"time": "2021-12-12T21:44:58+00:00" "time": "2022-06-13T06:31:38+00:00"
} }
], ],
"aliases": [], "aliases": [],

View file

@ -1283,17 +1283,17 @@
}, },
{ {
"name": "squizlabs/php_codesniffer", "name": "squizlabs/php_codesniffer",
"version": "3.6.2", "version": "3.7.0",
"version_normalized": "3.6.2.0", "version_normalized": "3.7.0.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/squizlabs/PHP_CodeSniffer.git", "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
"reference": "5e4e71592f69da17871dba6e80dd51bce74a351a" "reference": "a2cd51b45bcaef9c1f2a4bda48f2dd2fa2b95563"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/5e4e71592f69da17871dba6e80dd51bce74a351a", "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/a2cd51b45bcaef9c1f2a4bda48f2dd2fa2b95563",
"reference": "5e4e71592f69da17871dba6e80dd51bce74a351a", "reference": "a2cd51b45bcaef9c1f2a4bda48f2dd2fa2b95563",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1305,7 +1305,7 @@
"require-dev": { "require-dev": {
"phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0" "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
}, },
"time": "2021-12-12T21:44:58+00:00", "time": "2022-06-13T06:31:38+00:00",
"bin": [ "bin": [
"bin/phpcs", "bin/phpcs",
"bin/phpcbf" "bin/phpcbf"

View file

@ -5,7 +5,7 @@
'type' => 'library', 'type' => 'library',
'install_path' => __DIR__ . '/../../', 'install_path' => __DIR__ . '/../../',
'aliases' => array(), 'aliases' => array(),
'reference' => 'cbdedfc7f48f7851b8bf5411f75a9df9f2ceae94', 'reference' => 'e38691fe5efc940251b1b92d3fe3438a3088f3a7',
'name' => '__root__', 'name' => '__root__',
'dev' => true, 'dev' => true,
), ),
@ -16,7 +16,7 @@
'type' => 'library', 'type' => 'library',
'install_path' => __DIR__ . '/../../', 'install_path' => __DIR__ . '/../../',
'aliases' => array(), 'aliases' => array(),
'reference' => 'cbdedfc7f48f7851b8bf5411f75a9df9f2ceae94', 'reference' => 'e38691fe5efc940251b1b92d3fe3438a3088f3a7',
'dev_requirement' => false, 'dev_requirement' => false,
), ),
'composer/ca-bundle' => array( 'composer/ca-bundle' => array(
@ -200,12 +200,12 @@
'dev_requirement' => false, 'dev_requirement' => false,
), ),
'squizlabs/php_codesniffer' => array( 'squizlabs/php_codesniffer' => array(
'pretty_version' => '3.6.2', 'pretty_version' => '3.7.0',
'version' => '3.6.2.0', 'version' => '3.7.0.0',
'type' => 'library', 'type' => 'library',
'install_path' => __DIR__ . '/../squizlabs/php_codesniffer', 'install_path' => __DIR__ . '/../squizlabs/php_codesniffer',
'aliases' => array(), 'aliases' => array(),
'reference' => '5e4e71592f69da17871dba6e80dd51bce74a351a', 'reference' => 'a2cd51b45bcaef9c1f2a4bda48f2dd2fa2b95563',
'dev_requirement' => true, 'dev_requirement' => true,
), ),
'symfony/deprecation-contracts' => array( 'symfony/deprecation-contracts' => array(