Bump phpstan/phpstan-doctrine from 1.3.53 to 1.3.54

Bumps [phpstan/phpstan-doctrine](https://github.com/phpstan/phpstan-doctrine) from 1.3.53 to 1.3.54.
- [Release notes](https://github.com/phpstan/phpstan-doctrine/releases)
- [Commits](https://github.com/phpstan/phpstan-doctrine/compare/1.3.53...1.3.54)

---
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>
This commit is contained in:
dependabot[bot] 2024-01-08 03:45:08 +00:00 committed by GitHub
parent 139129f46f
commit 74a5c6d779
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

26
composer.lock generated
View file

@ -16789,16 +16789,16 @@
},
{
"name": "phpstan/phpstan",
"version": "1.10.51",
"version": "1.10.54",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
"reference": "5082fa72dc13944578806ca1196a385818d8b077"
"reference": "3e25f279dada0adc14ffd7bad09af2e2fc3523bb"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/5082fa72dc13944578806ca1196a385818d8b077",
"reference": "5082fa72dc13944578806ca1196a385818d8b077",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/3e25f279dada0adc14ffd7bad09af2e2fc3523bb",
"reference": "3e25f279dada0adc14ffd7bad09af2e2fc3523bb",
"shasum": ""
},
"require": {
@ -16847,25 +16847,25 @@
"type": "tidelift"
}
],
"time": "2024-01-04T21:16:30+00:00"
"time": "2024-01-05T15:50:47+00:00"
},
{
"name": "phpstan/phpstan-doctrine",
"version": "1.3.53",
"version": "1.3.54",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan-doctrine.git",
"reference": "85def57e5db6ac6c8a512200c0cfadf7b6621b10"
"reference": "f9555a2d54d685efd7003ae33c15e3d19d7d0c36"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/85def57e5db6ac6c8a512200c0cfadf7b6621b10",
"reference": "85def57e5db6ac6c8a512200c0cfadf7b6621b10",
"url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/f9555a2d54d685efd7003ae33c15e3d19d7d0c36",
"reference": "f9555a2d54d685efd7003ae33c15e3d19d7d0c36",
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0",
"phpstan/phpstan": "^1.10.12"
"phpstan/phpstan": "^1.10.48"
},
"conflict": {
"doctrine/collections": "<1.0",
@ -16882,7 +16882,7 @@
"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",
"doctrine/orm": "^2.14.0",
"doctrine/persistence": "^1.3.8 || ^2.2.1",
"gedmo/doctrine-extensions": "^3.8",
"nesbot/carbon": "^2.49",
@ -16915,9 +16915,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.53"
"source": "https://github.com/phpstan/phpstan-doctrine/tree/1.3.54"
},
"time": "2023-11-21T10:31:58+00:00"
"time": "2024-01-05T15:44:44+00:00"
},
{
"name": "phpstan/phpstan-phpunit",