diff --git a/composer.lock b/composer.lock index db2fd1a12..ca631dffd 100644 --- a/composer.lock +++ b/composer.lock @@ -11427,21 +11427,21 @@ }, { "name": "phpstan/phpstan-doctrine", - "version": "0.12.17", + "version": "0.12.19", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan-doctrine.git", - "reference": "5eed42b2815f100f25bd45fe8c1a9b01f3e41657" + "reference": "78376cbf68e0c30c2ff16d6e38f3acf1fdd386b4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/5eed42b2815f100f25bd45fe8c1a9b01f3e41657", - "reference": "5eed42b2815f100f25bd45fe8c1a9b01f3e41657", + "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/78376cbf68e0c30c2ff16d6e38f3acf1fdd386b4", + "reference": "78376cbf68e0c30c2ff16d6e38f3acf1fdd386b4", "shasum": "" }, "require": { - "php": "~7.1", - "phpstan/phpstan": "^0.12.26" + "php": "^7.1 || ^8.0", + "phpstan/phpstan": "^0.12.33" }, "conflict": { "doctrine/collections": "<1.0", @@ -11452,7 +11452,7 @@ }, "require-dev": { "consistence/coding-standard": "^3.0.1", - "dealerdirect/phpcodesniffer-composer-installer": "^0.4.4", + "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0", "doctrine/collections": "^1.0", "doctrine/common": "^2.7 || ^3.0", "doctrine/mongodb-odm": "^1.3 || ^2.1", @@ -11489,7 +11489,7 @@ "MIT" ], "description": "Doctrine extensions for PHPStan", - "time": "2020-06-23T08:50:27+00:00" + "time": "2020-07-21T14:46:27+00:00" }, { "name": "phpstan/phpstan-phpunit",