Update dependency wp-coding-standards/wpcs to v1 (https://github.com/woocommerce/woocommerce-admin/pull/604)
This commit is contained in:
parent
9d5e0dceb6
commit
4728c7c9d6
|
@ -11,7 +11,7 @@
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"squizlabs/php_codesniffer": "*",
|
"squizlabs/php_codesniffer": "*",
|
||||||
"wp-coding-standards/wpcs": "0.14.1",
|
"wp-coding-standards/wpcs": "1.1.0",
|
||||||
"phpunit/phpunit": "6.5.13",
|
"phpunit/phpunit": "6.5.13",
|
||||||
"woocommerce/woocommerce-sniffs": "*",
|
"woocommerce/woocommerce-sniffs": "*",
|
||||||
"wimg/php-compatibility": "8.2.0",
|
"wimg/php-compatibility": "8.2.0",
|
||||||
|
|
|
@ -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": "4f56e2feb30efa128c61b9d0dd02bf66",
|
"content-hash": "d96eee18bb3e015826b3b55fbcd58516",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "composer/installers",
|
"name": "composer/installers",
|
||||||
|
@ -1803,24 +1803,27 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "wp-coding-standards/wpcs",
|
"name": "wp-coding-standards/wpcs",
|
||||||
"version": "0.14.1",
|
"version": "1.1.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards.git",
|
"url": "https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards.git",
|
||||||
"reference": "cf6b310caad735816caef7573295f8a534374706"
|
"reference": "46d42828ce7355d8b3776e3171f2bda892d179b4"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/WordPress-Coding-Standards/WordPress-Coding-Standards/zipball/cf6b310caad735816caef7573295f8a534374706",
|
"url": "https://api.github.com/repos/WordPress-Coding-Standards/WordPress-Coding-Standards/zipball/46d42828ce7355d8b3776e3171f2bda892d179b4",
|
||||||
"reference": "cf6b310caad735816caef7573295f8a534374706",
|
"reference": "46d42828ce7355d8b3776e3171f2bda892d179b4",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.3",
|
"php": ">=5.3",
|
||||||
"squizlabs/php_codesniffer": "^2.9.0 || ^3.0.2"
|
"squizlabs/php_codesniffer": "^2.9.0 || ^3.0.2"
|
||||||
},
|
},
|
||||||
|
"require-dev": {
|
||||||
|
"phpcompatibility/php-compatibility": "*"
|
||||||
|
},
|
||||||
"suggest": {
|
"suggest": {
|
||||||
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.3"
|
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.3 || This Composer plugin will sort out the PHPCS 'installed_paths' automatically."
|
||||||
},
|
},
|
||||||
"type": "phpcodesniffer-standard",
|
"type": "phpcodesniffer-standard",
|
||||||
"notification-url": "https://packagist.org/downloads/",
|
"notification-url": "https://packagist.org/downloads/",
|
||||||
|
@ -1839,7 +1842,7 @@
|
||||||
"standards",
|
"standards",
|
||||||
"wordpress"
|
"wordpress"
|
||||||
],
|
],
|
||||||
"time": "2018-02-16T01:57:48+00:00"
|
"time": "2018-09-10T17:04:05+00:00"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"aliases": [],
|
"aliases": [],
|
||||||
|
|
Loading…
Reference in New Issue