mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-17 18:55:13 +00:00
Update PHP Code Sniffer to 2.3.3
This commit is contained in:
parent
4da73ea6b4
commit
00f17aa956
@ -52,7 +52,7 @@
|
|||||||
"phing/phing": "~2.7",
|
"phing/phing": "~2.7",
|
||||||
"phpunit/phpunit": "~4.0",
|
"phpunit/phpunit": "~4.0",
|
||||||
"sami/sami": "~2.0",
|
"sami/sami": "~2.0",
|
||||||
"squizlabs/php_codesniffer": "~1.5"
|
"squizlabs/php_codesniffer": "~2.0"
|
||||||
},
|
},
|
||||||
"suggest": {
|
"suggest": {
|
||||||
"ext-mcrypt": "Install the Mcrypt extension in order to speed up a wide variety of cryptographic operations.",
|
"ext-mcrypt": "Install the Mcrypt extension in order to speed up a wide variety of cryptographic operations.",
|
||||||
|
27
composer.lock
generated
27
composer.lock
generated
@ -1,10 +1,10 @@
|
|||||||
{
|
{
|
||||||
"_readme": [
|
"_readme": [
|
||||||
"This file locks the dependencies of your project to a known state",
|
"This file locks the dependencies of your project to a known state",
|
||||||
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"hash": "c3ab2e2443c6993fa0d240a3db7f6545",
|
"hash": "a6903cc16470e835846865fb57ea29f9",
|
||||||
"packages": [],
|
"packages": [],
|
||||||
"packages-dev": [
|
"packages-dev": [
|
||||||
{
|
{
|
||||||
@ -1201,32 +1201,31 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "squizlabs/php_codesniffer",
|
"name": "squizlabs/php_codesniffer",
|
||||||
"version": "1.5.6",
|
"version": "2.3.3",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
|
"url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
|
||||||
"reference": "6f3e42d311b882b25b4d409d23a289f4d3b803d5"
|
"reference": "c1a26c729508f73560c1a4f767f60b8ab6b4a666"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/6f3e42d311b882b25b4d409d23a289f4d3b803d5",
|
"url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/c1a26c729508f73560c1a4f767f60b8ab6b4a666",
|
||||||
"reference": "6f3e42d311b882b25b4d409d23a289f4d3b803d5",
|
"reference": "c1a26c729508f73560c1a4f767f60b8ab6b4a666",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"ext-tokenizer": "*",
|
"ext-tokenizer": "*",
|
||||||
|
"ext-xmlwriter": "*",
|
||||||
"php": ">=5.1.2"
|
"php": ">=5.1.2"
|
||||||
},
|
},
|
||||||
"suggest": {
|
|
||||||
"phpunit/php-timer": "dev-master"
|
|
||||||
},
|
|
||||||
"bin": [
|
"bin": [
|
||||||
"scripts/phpcs"
|
"scripts/phpcs",
|
||||||
|
"scripts/phpcbf"
|
||||||
],
|
],
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"extra": {
|
"extra": {
|
||||||
"branch-alias": {
|
"branch-alias": {
|
||||||
"dev-phpcs-fixer": "2.0.x-dev"
|
"dev-master": "2.0.x-dev"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
@ -1235,12 +1234,12 @@
|
|||||||
"CodeSniffer/CLI.php",
|
"CodeSniffer/CLI.php",
|
||||||
"CodeSniffer/Exception.php",
|
"CodeSniffer/Exception.php",
|
||||||
"CodeSniffer/File.php",
|
"CodeSniffer/File.php",
|
||||||
|
"CodeSniffer/Fixer.php",
|
||||||
"CodeSniffer/Report.php",
|
"CodeSniffer/Report.php",
|
||||||
"CodeSniffer/Reporting.php",
|
"CodeSniffer/Reporting.php",
|
||||||
"CodeSniffer/Sniff.php",
|
"CodeSniffer/Sniff.php",
|
||||||
"CodeSniffer/Tokens.php",
|
"CodeSniffer/Tokens.php",
|
||||||
"CodeSniffer/Reports/",
|
"CodeSniffer/Reports/",
|
||||||
"CodeSniffer/CommentParser/",
|
|
||||||
"CodeSniffer/Tokenizers/",
|
"CodeSniffer/Tokenizers/",
|
||||||
"CodeSniffer/DocGenerators/",
|
"CodeSniffer/DocGenerators/",
|
||||||
"CodeSniffer/Standards/AbstractPatternSniff.php",
|
"CodeSniffer/Standards/AbstractPatternSniff.php",
|
||||||
@ -1266,13 +1265,13 @@
|
|||||||
"role": "lead"
|
"role": "lead"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"description": "PHP_CodeSniffer tokenises PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
|
"description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
|
||||||
"homepage": "http://www.squizlabs.com/php-codesniffer",
|
"homepage": "http://www.squizlabs.com/php-codesniffer",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"phpcs",
|
"phpcs",
|
||||||
"standards"
|
"standards"
|
||||||
],
|
],
|
||||||
"time": "2014-12-04 22:32:15"
|
"time": "2015-06-24 03:16:23"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/console",
|
"name": "symfony/console",
|
||||||
|
Loading…
Reference in New Issue
Block a user