Bump phpstan/phpstan-phpunit from 0.12.11 to 0.12.13

Bumps [phpstan/phpstan-phpunit](https://github.com/phpstan/phpstan-phpunit) from 0.12.11 to 0.12.13.
- [Release notes](https://github.com/phpstan/phpstan-phpunit/releases)
- [Commits](https://github.com/phpstan/phpstan-phpunit/compare/0.12.11...0.12.13)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-07-23 02:24:03 +00:00 committed by GitHub
parent 8a0dfd7fc0
commit 0141dc0671
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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",