Bump phpstan/phpstan-doctrine from 1.3.60 to 1.3.61

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

---
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-02-12 03:43:43 +00:00 committed by GitHub
parent fde75cb02d
commit 693ff990f7
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.61",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan-doctrine.git",
"reference": "30cf38dda057a78180c4df1f6f41e33eb49c4eca"
"reference": "f3f1dae3551ce4b10f5e2fb2c24e3004e6c34fe1"
},
"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/f3f1dae3551ce4b10f5e2fb2c24e3004e6c34fe1",
"reference": "f3f1dae3551ce4b10f5e2fb2c24e3004e6c34fe1",
"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.61"
},
"time": "2024-02-08T09:33:18+00:00"
"time": "2024-02-09T13:43:08+00:00"
},
{
"name": "phpstan/phpstan-phpunit",