Merge pull request #7253 from wallabag/dependabot/composer/phpstan/phpstan-doctrine-1.3.62

This commit is contained in:
Jérémy Benoist 2024-02-13 07:12:19 +01:00 committed by GitHub
commit a9f15c9020
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

13
composer.lock generated
View file

@ -17040,16 +17040,16 @@
},
{
"name": "phpstan/phpstan-doctrine",
"version": "1.3.60",
"version": "1.3.62",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan-doctrine.git",
"reference": "30cf38dda057a78180c4df1f6f41e33eb49c4eca"
"reference": "f3abbd8e93e12fed8091be3aeec216b06bed0950"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/30cf38dda057a78180c4df1f6f41e33eb49c4eca",
"reference": "30cf38dda057a78180c4df1f6f41e33eb49c4eca",
"url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/f3abbd8e93e12fed8091be3aeec216b06bed0950",
"reference": "f3abbd8e93e12fed8091be3aeec216b06bed0950",
"shasum": ""
},
"require": {
@ -17066,6 +17066,7 @@
"require-dev": {
"cache/array-adapter": "^1.1",
"composer/semver": "^3.3.2",
"cweagans/composer-patches": "^1.7.3",
"doctrine/annotations": "^1.11 || ^2.0",
"doctrine/collections": "^1.6 || ^2.1",
"doctrine/common": "^2.7 || ^3.0",
@ -17105,9 +17106,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.60"
"source": "https://github.com/phpstan/phpstan-doctrine/tree/1.3.62"
},
"time": "2024-02-08T09:33:18+00:00"
"time": "2024-02-12T11:52:17+00:00"
},
{
"name": "phpstan/phpstan-phpunit",