Merge pull request #6820 from wallabag/dependabot/composer/phpstan/phpstan-doctrine-1.3.41

Bump phpstan/phpstan-doctrine from 1.3.40 to 1.3.41
This commit is contained in:
Nicolas Lœuillet 2023-08-09 07:54:32 +02:00 committed by GitHub
commit 70452cfc3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

16
composer.lock generated
View File

@ -13004,16 +13004,16 @@
}, },
{ {
"name": "phpstan/phpstan-doctrine", "name": "phpstan/phpstan-doctrine",
"version": "1.3.40", "version": "1.3.41",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpstan/phpstan-doctrine.git", "url": "https://github.com/phpstan/phpstan-doctrine.git",
"reference": "f741919a720af6f84249abc62befeb15eee7bc88" "reference": "69aaa52dd8b7c8f0c806f81cea2afe5f87ca838b"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/f741919a720af6f84249abc62befeb15eee7bc88", "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/69aaa52dd8b7c8f0c806f81cea2afe5f87ca838b",
"reference": "f741919a720af6f84249abc62befeb15eee7bc88", "reference": "69aaa52dd8b7c8f0c806f81cea2afe5f87ca838b",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -13041,8 +13041,8 @@
"nesbot/carbon": "^2.49", "nesbot/carbon": "^2.49",
"nikic/php-parser": "^4.13.2", "nikic/php-parser": "^4.13.2",
"php-parallel-lint/php-parallel-lint": "^1.2", "php-parallel-lint/php-parallel-lint": "^1.2",
"phpstan/phpstan-phpunit": "^1.0", "phpstan/phpstan-phpunit": "^1.3.13",
"phpstan/phpstan-strict-rules": "^1.0", "phpstan/phpstan-strict-rules": "^1.5.1",
"phpunit/phpunit": "^9.5.10", "phpunit/phpunit": "^9.5.10",
"ramsey/uuid-doctrine": "^1.5.0", "ramsey/uuid-doctrine": "^1.5.0",
"symfony/cache": "^4.4.35" "symfony/cache": "^4.4.35"
@ -13068,9 +13068,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.40" "source": "https://github.com/phpstan/phpstan-doctrine/tree/1.3.41"
}, },
"time": "2023-05-11T11:26:04+00:00" "time": "2023-08-08T07:47:54+00:00"
}, },
{ {
"name": "phpstan/phpstan-phpunit", "name": "phpstan/phpstan-phpunit",