summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-06-02 12:03:46 +0000
committerBenjamin Brahmer <info@b-brahmer.de>2022-06-02 14:53:04 +0200
commit58516200444a0af9ce0c294de21d215370cb8dee (patch)
treee2b170532be9e824746178ff2f50bf0d8db59cca
parentcc445ac0382bc77c24ee4433503d6345416849af (diff)
Bump phpstan/phpstan-doctrine from 1.3.6 to 1.3.7
Bumps [phpstan/phpstan-doctrine](https://github.com/phpstan/phpstan-doctrine) from 1.3.6 to 1.3.7. - [Release notes](https://github.com/phpstan/phpstan-doctrine/releases) - [Commits](https://github.com/phpstan/phpstan-doctrine/compare/1.3.6...1.3.7) --- updated-dependencies: - dependency-name: phpstan/phpstan-doctrine dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--composer.lock14
1 files changed, 7 insertions, 7 deletions
diff --git a/composer.lock b/composer.lock
index 100d1d009..f4963b207 100644
--- a/composer.lock
+++ b/composer.lock
@@ -1344,21 +1344,21 @@
},
{
"name": "phpstan/phpstan-doctrine",
- "version": "1.3.6",
+ "version": "1.3.7",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan-doctrine.git",
- "reference": "317e47b31bb92df5b344ed208dd358a6099c8507"
+ "reference": "85339d71b2dde4871d84bc369002fa1a3b460b07"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/317e47b31bb92df5b344ed208dd358a6099c8507",
- "reference": "317e47b31bb92df5b344ed208dd358a6099c8507",
+ "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/85339d71b2dde4871d84bc369002fa1a3b460b07",
+ "reference": "85339d71b2dde4871d84bc369002fa1a3b460b07",
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0",
- "phpstan/phpstan": "^1.7.0"
+ "phpstan/phpstan": "^1.7.3"
},
"conflict": {
"doctrine/collections": "<1.0",
@@ -1406,9 +1406,9 @@
"description": "Doctrine extensions for PHPStan",
"support": {
"issues": "https://github.com/phpstan/phpstan-doctrine/issues",
- "source": "https://github.com/phpstan/phpstan-doctrine/tree/1.3.6"
+ "source": "https://github.com/phpstan/phpstan-doctrine/tree/1.3.7"
},
- "time": "2022-05-27T18:47:50+00:00"
+ "time": "2022-06-01T13:19:10+00:00"
},
{
"name": "phpstan/phpstan-phpunit",