From 0fea7e8e58c31228e6737b1159238149d1fb82b8 Mon Sep 17 00:00:00 2001 From: Claudio Sanches Date: Wed, 28 Oct 2020 16:31:43 -0300 Subject: [PATCH] Updated phpcs and phpunit composer.lock (#28096) * Fix build on Travis --- .travis.yml | 3 +++ README.md | 2 +- bin/composer/phpunit/composer.lock | 37 +++++++++++++++++++++++++++++- 3 files changed, 40 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 10acbba2fe2..1b804ddae43 100644 --- a/.travis.yml +++ b/.travis.yml @@ -89,3 +89,6 @@ branches: - master - /^\d+\.\d+(\.\d+)?(-\S*)?$/ - /^release\// + +before_install: + - composer self-update --1 diff --git a/README.md b/README.md index 91334b368fa..d0ced2c5c07 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Latest Stable Version WordPress.org downloads WordPress.org rating -Build Status +Build Status Scrutinizer Code Quality codecov

diff --git a/bin/composer/phpunit/composer.lock b/bin/composer/phpunit/composer.lock index 6c547721de9..85fb5cd406b 100644 --- a/bin/composer/phpunit/composer.lock +++ b/bin/composer/phpunit/composer.lock @@ -61,6 +61,20 @@ "constructor", "instantiate" ], + "funding": [ + { + "url": "https://www.doctrine-project.org/sponsorship.html", + "type": "custom" + }, + { + "url": "https://www.patreon.com/phpdoctrine", + "type": "patreon" + }, + { + "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator", + "type": "tidelift" + } + ], "time": "2020-05-29T17:27:14+00:00" }, { @@ -109,6 +123,12 @@ "object", "object graph" ], + "funding": [ + { + "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy", + "type": "tidelift" + } + ], "time": "2020-06-29T13:22:24+00:00" }, { @@ -1387,6 +1407,20 @@ "polyfill", "portable" ], + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], "time": "2020-10-23T14:02:19+00:00" }, { @@ -1488,5 +1522,6 @@ "platform-dev": [], "platform-overrides": { "php": "7.1" - } + }, + "plugin-api-version": "1.1.0" }