diff --git a/composer.json b/composer.json index be0b33f5..92176891 100644 --- a/composer.json +++ b/composer.json @@ -40,7 +40,7 @@ "phpstan/extension-installer": "^1.1.0", "phpstan/phpstan": "^1.4.2", "phpstan/phpstan-deprecation-rules": "^1.0.0", - "phpstan/phpstan-doctrine": "^1.1.1", + "phpstan/phpstan-doctrine": "^1.2.6", "phpstan/phpstan-phpunit": "^1.0.0", "phpstan/phpstan-strict-rules": "^1.1.0", "phpunit/phpunit": "^9.5.12", diff --git a/composer.lock b/composer.lock index df3f371e..9faa36c2 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "d127aa95fe96c7c51df853558fd8d4d9", + "content-hash": "9c8b8b22ad5e721ec3c62905efb618c3", "packages": [ { "name": "composer/package-versions-deprecated", @@ -4518,16 +4518,16 @@ }, { "name": "phpstan/phpstan-doctrine", - "version": "1.1.1", + "version": "1.2.6", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan-doctrine.git", - "reference": "830789b82e7e0fadbeca9ad55e7fb62c43fb69d1" + "reference": "7c11cd7125e033e9576f7cfa52bb57c16f44e03a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/830789b82e7e0fadbeca9ad55e7fb62c43fb69d1", - "reference": "830789b82e7e0fadbeca9ad55e7fb62c43fb69d1", + "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/7c11cd7125e033e9576f7cfa52bb57c16f44e03a", + "reference": "7c11cd7125e033e9576f7cfa52bb57c16f44e03a", "shasum": "" }, "require": { @@ -4545,11 +4545,11 @@ "doctrine/annotations": "^1.11.0", "doctrine/collections": "^1.6", "doctrine/common": "^2.7 || ^3.0", - "doctrine/dbal": "^2.13.7", + "doctrine/dbal": "^2.13.7 || ^3.0", "doctrine/lexer": "^1.2.1", "doctrine/mongodb-odm": "^1.3 || ^2.1", "doctrine/orm": "^2.11.0", - "doctrine/persistence": "^1.1 || ^2.0", + "doctrine/persistence": "^1.3.8 || ^2.2.1", "nesbot/carbon": "^2.49", "nikic/php-parser": "^4.13.2", "php-parallel-lint/php-parallel-lint": "^1.2", @@ -4562,7 +4562,7 @@ "type": "phpstan-extension", "extra": { "branch-alias": { - "dev-master": "1.1-dev" + "dev-master": "1.2-dev" }, "phpstan": { "includes": [ @@ -4583,9 +4583,9 @@ "description": "Doctrine extensions for PHPStan", "support": { "issues": "https://github.com/phpstan/phpstan-doctrine/issues", - "source": "https://github.com/phpstan/phpstan-doctrine/tree/1.1.1" + "source": "https://github.com/phpstan/phpstan-doctrine/tree/1.2.6" }, - "time": "2022-01-19T07:18:34+00:00" + "time": "2022-01-24T14:52:58+00:00" }, { "name": "phpstan/phpstan-phpunit",