Bump phpstan/phpstan-doctrine from 0.12.21 to 0.12.22

Bumps [phpstan/phpstan-doctrine](https://github.com/phpstan/phpstan-doctrine) from 0.12.21 to 0.12.22.
- [Release notes](https://github.com/phpstan/phpstan-doctrine/releases)
- [Commits](https://github.com/phpstan/phpstan-doctrine/compare/0.12.21...0.12.22)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2020-10-26 03:41:38 +00:00 committed by GitHub
parent d72b1dec23
commit bb90120980
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

14
composer.lock generated
View file

@ -11576,16 +11576,16 @@
},
{
"name": "phpstan/phpstan-doctrine",
"version": "0.12.21",
"version": "0.12.22",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan-doctrine.git",
"reference": "6e76d431376d7fc00f26d4bd59d6f60201c79334"
"reference": "a4966eee1fb42383e752e9c84bd5b7b07b01e57a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/6e76d431376d7fc00f26d4bd59d6f60201c79334",
"reference": "6e76d431376d7fc00f26d4bd59d6f60201c79334",
"url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/a4966eee1fb42383e752e9c84bd5b7b07b01e57a",
"reference": "a4966eee1fb42383e752e9c84bd5b7b07b01e57a",
"shasum": ""
},
"require": {
@ -11600,7 +11600,7 @@
"doctrine/persistence": "<1.3"
},
"require-dev": {
"consistence/coding-standard": "^3.0.1",
"consistence/coding-standard": "^3.10",
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
"doctrine/collections": "^1.0",
"doctrine/common": "^2.7 || ^3.0",
@ -11614,7 +11614,7 @@
"phpstan/phpstan-strict-rules": "^0.12",
"phpunit/phpunit": "^7.0",
"ramsey/uuid-doctrine": "^1.5.0",
"slevomat/coding-standard": "^4.5.2"
"slevomat/coding-standard": "^6.4"
},
"type": "phpstan-extension",
"extra": {
@ -11638,7 +11638,7 @@
"MIT"
],
"description": "Doctrine extensions for PHPStan",
"time": "2020-10-14T16:25:45+00:00"
"time": "2020-10-24T20:53:39+00:00"
},
{
"name": "phpstan/phpstan-phpunit",