Merge pull request #25366 from woocommerce/renovate/phpunit-phpunit-7.x

Update dependency phpunit/phpunit to v7.5.20
This commit is contained in:
Rodrigo Primo 2020-01-16 14:55:39 -03:00 committed by GitHub
commit f5a5cec28b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

View File

@ -15,7 +15,7 @@
"woocommerce/woocommerce-rest-api": "1.0.6"
},
"require-dev": {
"phpunit/phpunit": "7.5.18",
"phpunit/phpunit": "7.5.20",
"woocommerce/woocommerce-sniffs": "0.0.9"
},
"config": {

12
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "e8edf85437f4ee3362f0447d20314506",
"content-hash": "316f960abc40df62fbc75b77930323fc",
"packages": [
{
"name": "automattic/jetpack-autoloader",
@ -1213,16 +1213,16 @@
},
{
"name": "phpunit/phpunit",
"version": "7.5.18",
"version": "7.5.20",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "fcf6c4bfafaadc07785528b06385cce88935474d"
"reference": "9467db479d1b0487c99733bb1e7944d32deded2c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/fcf6c4bfafaadc07785528b06385cce88935474d",
"reference": "fcf6c4bfafaadc07785528b06385cce88935474d",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/9467db479d1b0487c99733bb1e7944d32deded2c",
"reference": "9467db479d1b0487c99733bb1e7944d32deded2c",
"shasum": ""
},
"require": {
@ -1293,7 +1293,7 @@
"testing",
"xunit"
],
"time": "2019-12-06T05:14:37+00:00"
"time": "2020-01-08T08:45:45+00:00"
},
{
"name": "sebastian/code-unit-reverse-lookup",