Merge pull request #6372 from wallabag/dependabot/composer/phpstan/phpstan-doctrine-1.3.37

Bump phpstan/phpstan-doctrine from 1.3.32 to 1.3.37
This commit is contained in:
Jérémy Benoist 2023-03-27 09:40:44 +02:00 committed by GitHub
commit 5e5102605b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

14
composer.lock generated
View file

@ -12782,21 +12782,21 @@
}, },
{ {
"name": "phpstan/phpstan-doctrine", "name": "phpstan/phpstan-doctrine",
"version": "1.3.32", "version": "1.3.37",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpstan/phpstan-doctrine.git", "url": "https://github.com/phpstan/phpstan-doctrine.git",
"reference": "4534559a8c08ab3648c6fa09289478780e190ae7" "reference": "62bd362b432fe29e175168689510ddd927b698f8"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/4534559a8c08ab3648c6fa09289478780e190ae7", "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/62bd362b432fe29e175168689510ddd927b698f8",
"reference": "4534559a8c08ab3648c6fa09289478780e190ae7", "reference": "62bd362b432fe29e175168689510ddd927b698f8",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^7.2 || ^8.0", "php": "^7.2 || ^8.0",
"phpstan/phpstan": "^1.9.11" "phpstan/phpstan": "^1.10"
}, },
"conflict": { "conflict": {
"doctrine/collections": "<1.0", "doctrine/collections": "<1.0",
@ -12846,9 +12846,9 @@
"description": "Doctrine extensions for PHPStan", "description": "Doctrine extensions for PHPStan",
"support": { "support": {
"issues": "https://github.com/phpstan/phpstan-doctrine/issues", "issues": "https://github.com/phpstan/phpstan-doctrine/issues",
"source": "https://github.com/phpstan/phpstan-doctrine/tree/1.3.32" "source": "https://github.com/phpstan/phpstan-doctrine/tree/1.3.37"
}, },
"time": "2023-01-12T13:39:08+00:00" "time": "2023-03-17T14:57:03+00:00"
}, },
{ {
"name": "phpstan/phpstan-phpunit", "name": "phpstan/phpstan-phpunit",