Bump phpstan/phpstan-doctrine from 0.12.28 to 0.12.30

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-01-19 03:20:34 +00:00 committed by GitHub
parent a8db5b3782
commit 9fe059fec1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

11
composer.lock generated
View file

@ -11545,16 +11545,16 @@
}, },
{ {
"name": "phpstan/phpstan-doctrine", "name": "phpstan/phpstan-doctrine",
"version": "0.12.28", "version": "0.12.30",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpstan/phpstan-doctrine.git", "url": "https://github.com/phpstan/phpstan-doctrine.git",
"reference": "723ed14e8f4fbdfa8c0fd7d9601f176444a004eb" "reference": "c4b910638ef416ad336aca596b4551a2db10b5f7"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/723ed14e8f4fbdfa8c0fd7d9601f176444a004eb", "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/c4b910638ef416ad336aca596b4551a2db10b5f7",
"reference": "723ed14e8f4fbdfa8c0fd7d9601f176444a004eb", "reference": "c4b910638ef416ad336aca596b4551a2db10b5f7",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -11572,6 +11572,7 @@
"doctrine/annotations": "^1.11.0", "doctrine/annotations": "^1.11.0",
"doctrine/collections": "^1.0", "doctrine/collections": "^1.0",
"doctrine/common": "^2.7 || ^3.0", "doctrine/common": "^2.7 || ^3.0",
"doctrine/dbal": "^2.11.0",
"doctrine/mongodb-odm": "^1.3 || ^2.1", "doctrine/mongodb-odm": "^1.3 || ^2.1",
"doctrine/orm": "^2.5", "doctrine/orm": "^2.5",
"doctrine/persistence": "^1.1 || ^2.0", "doctrine/persistence": "^1.1 || ^2.0",
@ -11604,7 +11605,7 @@
"MIT" "MIT"
], ],
"description": "Doctrine extensions for PHPStan", "description": "Doctrine extensions for PHPStan",
"time": "2021-01-14T10:53:06+00:00" "time": "2021-01-18T13:00:10+00:00"
}, },
{ {
"name": "phpstan/phpstan-phpunit", "name": "phpstan/phpstan-phpunit",