mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-22 17:11:07 +00:00
Merge pull request #7249 from wallabag/dependabot/composer/phpstan/phpstan-doctrine-1.3.60
Bump phpstan/phpstan-doctrine from 1.3.59 to 1.3.60
This commit is contained in:
commit
fde75cb02d
1 changed files with 16 additions and 15 deletions
31
composer.lock
generated
31
composer.lock
generated
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue