Bump phpstan/phpstan-doctrine from 1.3.59 to 1.3.60

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

---
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-09 03:48:24 +00:00 committed by GitHub
parent 91a882b23c
commit ea72f4ec6a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

31
composer.lock generated
View file

@ -17040,16 +17040,16 @@
},
{
"name": "phpstan/phpstan-doctrine",
"version": "1.3.59",
"version": "1.3.60",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan-doctrine.git",
"reference": "9534fcd0b6906c62594146b506acadeabd3a99b3"
"reference": "30cf38dda057a78180c4df1f6f41e33eb49c4eca"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/9534fcd0b6906c62594146b506acadeabd3a99b3",
"reference": "9534fcd0b6906c62594146b506acadeabd3a99b3",
"url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/30cf38dda057a78180c4df1f6f41e33eb49c4eca",
"reference": "30cf38dda057a78180c4df1f6f41e33eb49c4eca",
"shasum": ""
},
"require": {
@ -17064,24 +17064,25 @@
"doctrine/persistence": "<1.3"
},
"require-dev": {
"cache/array-adapter": "^1.1",
"composer/semver": "^3.3.2",
"doctrine/annotations": "^1.11.0",
"doctrine/collections": "^1.6",
"doctrine/annotations": "^1.11 || ^2.0",
"doctrine/collections": "^1.6 || ^2.1",
"doctrine/common": "^2.7 || ^3.0",
"doctrine/dbal": "^2.13.8 || ^3.3.3",
"doctrine/lexer": "^1.2.1",
"doctrine/mongodb-odm": "^1.3 || ^2.1",
"doctrine/orm": "^2.14.0",
"doctrine/persistence": "^1.3.8 || ^2.2.1",
"doctrine/lexer": "^2.0 || ^3.0",
"doctrine/mongodb-odm": "^1.3 || ^2.4.3",
"doctrine/orm": "^2.16.0",
"doctrine/persistence": "^2.2.1 || ^3.2",
"gedmo/doctrine-extensions": "^3.8",
"nesbot/carbon": "^2.49",
"nikic/php-parser": "^4.13.2",
"php-parallel-lint/php-parallel-lint": "^1.2",
"phpstan/phpstan-phpunit": "^1.3.13",
"phpstan/phpstan-strict-rules": "^1.5.1",
"phpunit/phpunit": "^9.5.10",
"ramsey/uuid-doctrine": "^1.5.0",
"symfony/cache": "^4.4.35"
"phpunit/phpunit": "^9.6.16",
"ramsey/uuid": "^4.2",
"symfony/cache": "^5.4"
},
"type": "phpstan-extension",
"extra": {
@ -17104,9 +17105,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.59"
"source": "https://github.com/phpstan/phpstan-doctrine/tree/1.3.60"
},
"time": "2024-01-18T09:41:35+00:00"
"time": "2024-02-08T09:33:18+00:00"
},
{
"name": "phpstan/phpstan-phpunit",