diff --git a/composer.json b/composer.json index 095fa5f4..37909c9f 100644 --- a/composer.json +++ b/composer.json @@ -41,7 +41,7 @@ "phpstan/extension-installer": "^1.1.0", "phpstan/phpstan": "^1.5.0", "phpstan/phpstan-deprecation-rules": "^1.0.0", - "phpstan/phpstan-doctrine": "^1.2.11", + "phpstan/phpstan-doctrine": "^1.3.0", "phpstan/phpstan-phpunit": "^1.1.0", "phpstan/phpstan-strict-rules": "^1.1.0", "phpunit/phpunit": "^9.5.19", diff --git a/composer.lock b/composer.lock index b459c58d..72c06cf8 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": "ad85bee0f1de44b5203ae33f4de3a109", + "content-hash": "e68d56b54e0e154ebaa07b74ba4c1857", "packages": [ { "name": "composer/package-versions-deprecated", @@ -4407,16 +4407,16 @@ }, { "name": "phpstan/phpstan", - "version": "1.5.1", + "version": "1.5.2", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "cc67578d9afd0f5f2545067285613d7a529aefac" + "reference": "f32e95f571c9587b4e14be05253ae56fedd00b2c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/cc67578d9afd0f5f2545067285613d7a529aefac", - "reference": "cc67578d9afd0f5f2545067285613d7a529aefac", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/f32e95f571c9587b4e14be05253ae56fedd00b2c", + "reference": "f32e95f571c9587b4e14be05253ae56fedd00b2c", "shasum": "" }, "require": { @@ -4442,7 +4442,7 @@ "description": "PHPStan - PHP Static Analysis Tool", "support": { "issues": "https://github.com/phpstan/phpstan/issues", - "source": "https://github.com/phpstan/phpstan/tree/1.5.1" + "source": "https://github.com/phpstan/phpstan/tree/1.5.2" }, "funding": [ { @@ -4462,7 +4462,7 @@ "type": "tidelift" } ], - "time": "2022-03-28T15:34:48+00:00" + "time": "2022-03-29T07:34:36+00:00" }, { "name": "phpstan/phpstan-deprecation-rules", @@ -4516,21 +4516,21 @@ }, { "name": "phpstan/phpstan-doctrine", - "version": "1.2.11", + "version": "1.3.0", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan-doctrine.git", - "reference": "580737eff27e48c1924bc019fa43343626242e91" + "reference": "17ad9bcd472d67881480e2ca7f915d360d1f3c6b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/580737eff27e48c1924bc019fa43343626242e91", - "reference": "580737eff27e48c1924bc019fa43343626242e91", + "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/17ad9bcd472d67881480e2ca7f915d360d1f3c6b", + "reference": "17ad9bcd472d67881480e2ca7f915d360d1f3c6b", "shasum": "" }, "require": { - "php": "^7.1 || ^8.0", - "phpstan/phpstan": "^1.4.1" + "php": "^7.2 || ^8.0", + "phpstan/phpstan": "^1.5" }, "conflict": { "doctrine/collections": "<1.0", @@ -4543,7 +4543,7 @@ "doctrine/annotations": "^1.11.0", "doctrine/collections": "^1.6", "doctrine/common": "^2.7 || ^3.0", - "doctrine/dbal": "^2.13.7 || ^3.0", + "doctrine/dbal": "^2.13.8 || ^3.3.3", "doctrine/lexer": "^1.2.1", "doctrine/mongodb-odm": "^1.3 || ^2.1", "doctrine/orm": "^2.11.0", @@ -4559,9 +4559,6 @@ }, "type": "phpstan-extension", "extra": { - "branch-alias": { - "dev-master": "1.2-dev" - }, "phpstan": { "includes": [ "extension.neon", @@ -4581,9 +4578,9 @@ "description": "Doctrine extensions for PHPStan", "support": { "issues": "https://github.com/phpstan/phpstan-doctrine/issues", - "source": "https://github.com/phpstan/phpstan-doctrine/tree/1.2.11" + "source": "https://github.com/phpstan/phpstan-doctrine/tree/1.3.0" }, - "time": "2022-02-23T15:14:45+00:00" + "time": "2022-03-29T07:00:35+00:00" }, { "name": "phpstan/phpstan-phpunit",