Merge pull request #4485 from wallabag/dependabot/composer/phpstan/phpstan-phpunit-0.12.13

Bump phpstan/phpstan-phpunit from 0.12.11 to 0.12.13
This commit is contained in:
Jérémy Benoist 2020-07-23 05:04:43 +02:00 committed by GitHub
commit bc330894e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 8 deletions

16
composer.lock generated
View File

@ -11493,28 +11493,28 @@
},
{
"name": "phpstan/phpstan-phpunit",
"version": "0.12.11",
"version": "0.12.13",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan-phpunit.git",
"reference": "ab783a8ea634ea23305a8818c4750603e714489b"
"reference": "92fb18f91ded4981e24862cc34fb19eeced64099"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan-phpunit/zipball/ab783a8ea634ea23305a8818c4750603e714489b",
"reference": "ab783a8ea634ea23305a8818c4750603e714489b",
"url": "https://api.github.com/repos/phpstan/phpstan-phpunit/zipball/92fb18f91ded4981e24862cc34fb19eeced64099",
"reference": "92fb18f91ded4981e24862cc34fb19eeced64099",
"shasum": ""
},
"require": {
"php": "~7.1",
"phpstan/phpstan": "^0.12.20"
"php": "^7.1 || ^8.0",
"phpstan/phpstan": "^0.12.33"
},
"conflict": {
"phpunit/phpunit": "<7.0"
},
"require-dev": {
"consistence/coding-standard": "^3.5",
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
"ergebnis/composer-normalize": "^2.0.2",
"jakub-onderka/php-parallel-lint": "^1.0",
"phing/phing": "^2.16.0",
@ -11545,7 +11545,7 @@
"MIT"
],
"description": "PHPUnit extensions and rules for PHPStan",
"time": "2020-06-01T16:43:31+00:00"
"time": "2020-07-21T14:48:45+00:00"
},
{
"name": "phpstan/phpstan-symfony",