Update dependency woocommerce/woocommerce-sniffs to v0.0.7 (https://github.com/woocommerce/woocommerce-blocks/pull/961)

This commit is contained in:
renovate[bot] 2019-09-13 23:50:00 +02:00 committed by Albert Juhé Lluveras
parent 7425c125c2
commit 8e99b67c08
2 changed files with 32 additions and 30 deletions

View File

@ -17,7 +17,7 @@
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "6.5.14", "phpunit/phpunit": "6.5.14",
"woocommerce/woocommerce-sniffs": "0.0.6" "woocommerce/woocommerce-sniffs": "0.0.7"
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {

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": "d663fb8b701064b250da0e7a2a1b49ab", "content-hash": "14d894e5243d73a375a03082215f605d",
"packages": [ "packages": [
{ {
"name": "automattic/jetpack-autoloader", "name": "automattic/jetpack-autoloader",
@ -206,9 +206,9 @@
"authors": [ "authors": [
{ {
"name": "Franck Nijhof", "name": "Franck Nijhof",
"role": "Developer / IT Manager",
"email": "franck.nijhof@dealerdirect.com", "email": "franck.nijhof@dealerdirect.com",
"homepage": "http://www.frenck.nl" "homepage": "http://www.frenck.nl",
"role": "Developer / IT Manager"
} }
], ],
"description": "PHP_CodeSniffer Standards Composer Installer Plugin", "description": "PHP_CodeSniffer Standards Composer Installer Plugin",
@ -374,18 +374,18 @@
"authors": [ "authors": [
{ {
"name": "Arne Blankerts", "name": "Arne Blankerts",
"role": "Developer", "email": "arne@blankerts.de",
"email": "arne@blankerts.de" "role": "Developer"
}, },
{ {
"name": "Sebastian Heuer", "name": "Sebastian Heuer",
"role": "Developer", "email": "sebastian@phpeople.de",
"email": "sebastian@phpeople.de" "role": "Developer"
}, },
{ {
"name": "Sebastian Bergmann", "name": "Sebastian Bergmann",
"role": "Developer", "email": "sebastian@phpunit.de",
"email": "sebastian@phpunit.de" "role": "Developer"
} }
], ],
"description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)", "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
@ -440,16 +440,16 @@
}, },
{ {
"name": "phpcompatibility/php-compatibility", "name": "phpcompatibility/php-compatibility",
"version": "9.3.0", "version": "9.3.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/PHPCompatibility/PHPCompatibility.git", "url": "https://github.com/PHPCompatibility/PHPCompatibility.git",
"reference": "06cc8d2c2ed62a70f52963dbdf5eaa1ec0fe34c5" "reference": "9999344e47e7af6b00e1a898eacc4e4368fb7196"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibility/zipball/06cc8d2c2ed62a70f52963dbdf5eaa1ec0fe34c5", "url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibility/zipball/9999344e47e7af6b00e1a898eacc4e4368fb7196",
"reference": "06cc8d2c2ed62a70f52963dbdf5eaa1ec0fe34c5", "reference": "9999344e47e7af6b00e1a898eacc4e4368fb7196",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -494,7 +494,7 @@
"phpcs", "phpcs",
"standards" "standards"
], ],
"time": "2019-08-28T15:29:06+00:00" "time": "2019-09-05T18:36:49+00:00"
}, },
{ {
"name": "phpcompatibility/phpcompatibility-paragonie", "name": "phpcompatibility/phpcompatibility-paragonie",
@ -1966,23 +1966,23 @@
}, },
{ {
"name": "woocommerce/woocommerce-sniffs", "name": "woocommerce/woocommerce-sniffs",
"version": "0.0.6", "version": "0.0.7",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/woocommerce/woocommerce-sniffs.git", "url": "https://github.com/woocommerce/woocommerce-sniffs.git",
"reference": "a3032bdddd60c71d1330f591e1a9128e115f81ee" "reference": "ca80d02513adeea6f05a433bd6e1c29494f88ab1"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/woocommerce/woocommerce-sniffs/zipball/a3032bdddd60c71d1330f591e1a9128e115f81ee", "url": "https://api.github.com/repos/woocommerce/woocommerce-sniffs/zipball/ca80d02513adeea6f05a433bd6e1c29494f88ab1",
"reference": "a3032bdddd60c71d1330f591e1a9128e115f81ee", "reference": "ca80d02513adeea6f05a433bd6e1c29494f88ab1",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.5.0", "dealerdirect/phpcodesniffer-composer-installer": "^0.5.0",
"php": ">=7.0", "php": ">=7.0",
"phpcompatibility/phpcompatibility-wp": "2.0.0", "phpcompatibility/phpcompatibility-wp": "2.0.0",
"wp-coding-standards/wpcs": "^1.2" "wp-coding-standards/wpcs": "^2.1"
}, },
"type": "phpcodesniffer-standard", "type": "phpcodesniffer-standard",
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
@ -2002,31 +2002,33 @@
"woocommerce", "woocommerce",
"wordpress" "wordpress"
], ],
"time": "2019-03-11T15:30:23+00:00" "time": "2019-08-23T20:34:20+00:00"
}, },
{ {
"name": "wp-coding-standards/wpcs", "name": "wp-coding-standards/wpcs",
"version": "1.2.1", "version": "2.1.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/WordPress/WordPress-Coding-Standards.git", "url": "https://github.com/WordPress/WordPress-Coding-Standards.git",
"reference": "f328bcafd97377e8e5e5d7b244d5ddbf301a3a5c" "reference": "bd9c33152115e6741e3510ff7189605b35167908"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/WordPress/WordPress-Coding-Standards/zipball/f328bcafd97377e8e5e5d7b244d5ddbf301a3a5c", "url": "https://api.github.com/repos/WordPress/WordPress-Coding-Standards/zipball/bd9c33152115e6741e3510ff7189605b35167908",
"reference": "f328bcafd97377e8e5e5d7b244d5ddbf301a3a5c", "reference": "bd9c33152115e6741e3510ff7189605b35167908",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3", "php": ">=5.4",
"squizlabs/php_codesniffer": "^2.9.0 || ^3.0.2" "squizlabs/php_codesniffer": "^3.3.1"
}, },
"require-dev": { "require-dev": {
"phpcompatibility/php-compatibility": "^9.0" "dealerdirect/phpcodesniffer-composer-installer": "^0.5.0",
"phpcompatibility/php-compatibility": "^9.0",
"phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
}, },
"suggest": { "suggest": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.3 || This Composer plugin will sort out the PHPCS 'installed_paths' automatically." "dealerdirect/phpcodesniffer-composer-installer": "^0.5.0 || 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/",
@ -2045,7 +2047,7 @@
"standards", "standards",
"wordpress" "wordpress"
], ],
"time": "2018-12-18T09:43:51+00:00" "time": "2019-05-21T02:50:00+00:00"
} }
], ],
"aliases": [], "aliases": [],