1
0
mirror of https://github.com/fzaninotto/Faker.git synced 2025-04-20 23:41:50 +02:00

Merge pull request #2075 from localheinz/fix/phpunit

Fix: Update phpunit/phpunit
This commit is contained in:
Francois Zaninotto 2020-10-23 10:54:30 +02:00 committed by GitHub
commit a4a6420425
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 7 deletions

View File

@ -26,7 +26,7 @@
"require-dev": {
"ext-intl": "*",
"dealerdirect/phpcodesniffer-composer-installer": "~0.6.2",
"phpunit/phpunit": "^8.5.2",
"phpunit/phpunit": "^8.5.8",
"psalm/plugin-phpunit": "~0.9.0",
"slevomat/coding-standard": "^6.1.5",
"squizlabs/php_codesniffer": "^3.5.4",

22
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": "5bafc9e6e3c2761a3942534a2f1b6035",
"content-hash": "e7f38aba53170a7f6b0290fdbcc75426",
"packages": [],
"packages-dev": [
{
@ -1328,16 +1328,16 @@
},
{
"name": "phpunit/phpunit",
"version": "8.5.2",
"version": "8.5.8",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "018b6ac3c8ab20916db85fa91bf6465acb64d1e0"
"reference": "34c18baa6a44f1d1fbf0338907139e9dce95b997"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/018b6ac3c8ab20916db85fa91bf6465acb64d1e0",
"reference": "018b6ac3c8ab20916db85fa91bf6465acb64d1e0",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/34c18baa6a44f1d1fbf0338907139e9dce95b997",
"reference": "34c18baa6a44f1d1fbf0338907139e9dce95b997",
"shasum": ""
},
"require": {
@ -1407,7 +1407,17 @@
"testing",
"xunit"
],
"time": "2020-01-08T08:49:49+00:00"
"funding": [
{
"url": "https://phpunit.de/donate.html",
"type": "custom"
},
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2020-06-22T07:06:58+00:00"
},
{
"name": "psalm/plugin-phpunit",