Bump irstea/phpunit-shim from 7.5.20 to 8.5.2 (#3296)

This commit is contained in:
dependabot-preview[bot] 2020-02-06 12:50:51 +00:00 committed by GitHub
parent e12618c705
commit 54ccc330d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 6 deletions

View File

@ -37,7 +37,7 @@
}, },
"require-dev": { "require-dev": {
"phpstan/phpstan": "^0.12.8", "phpstan/phpstan": "^0.12.8",
"irstea/phpunit-shim": "^7.5" "irstea/phpunit-shim": "^8.5"
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {

11
composer.lock generated
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": "1294d03ca688653618a4f1d58f5e4ec3", "content-hash": "d8245ae04afc2a5b7a3c8f52ccd4f892",
"packages": [ "packages": [
{ {
"name": "adhocore/json-comment", "name": "adhocore/json-comment",
@ -382,11 +382,11 @@
"packages-dev": [ "packages-dev": [
{ {
"name": "irstea/phpunit-shim", "name": "irstea/phpunit-shim",
"version": "7.5.20", "version": "8.5.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://gitlab.irstea.fr/pole-is/tools/phpunit-shim.git", "url": "https://gitlab.irstea.fr/pole-is/tools/phpunit-shim.git",
"reference": "81cd2d11e12165fddd2731033187dce4fbe8e013" "reference": "39b6155954d6caec1110a9e78582c4816ab247bc"
}, },
"require": { "require": {
"ext-dom": "*", "ext-dom": "*",
@ -394,7 +394,8 @@
"ext-libxml": "*", "ext-libxml": "*",
"ext-mbstring": "*", "ext-mbstring": "*",
"ext-xml": "*", "ext-xml": "*",
"php": "^7.1" "ext-xmlwriter": "*",
"php": "^7.2"
}, },
"replace": { "replace": {
"phpunit/phpunit": "self.version" "phpunit/phpunit": "self.version"
@ -426,7 +427,7 @@
"testing", "testing",
"xunit" "xunit"
], ],
"time": "2020-01-09T03:20:19+00:00" "time": "2020-01-09T03:20:20+00:00"
}, },
{ {
"name": "phpstan/phpstan", "name": "phpstan/phpstan",