mirror of https://github.com/wallabag/wallabag.git
Merge pull request #4955 from wallabag/dependabot/composer/phpstan/phpstan-doctrine-0.12.30
This commit is contained in:
commit
395e700ff8
|
@ -11545,16 +11545,16 @@
|
|||
},
|
||||
{
|
||||
"name": "phpstan/phpstan-doctrine",
|
||||
"version": "0.12.28",
|
||||
"version": "0.12.30",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/phpstan/phpstan-doctrine.git",
|
||||
"reference": "723ed14e8f4fbdfa8c0fd7d9601f176444a004eb"
|
||||
"reference": "c4b910638ef416ad336aca596b4551a2db10b5f7"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/723ed14e8f4fbdfa8c0fd7d9601f176444a004eb",
|
||||
"reference": "723ed14e8f4fbdfa8c0fd7d9601f176444a004eb",
|
||||
"url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/c4b910638ef416ad336aca596b4551a2db10b5f7",
|
||||
"reference": "c4b910638ef416ad336aca596b4551a2db10b5f7",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -11572,6 +11572,7 @@
|
|||
"doctrine/annotations": "^1.11.0",
|
||||
"doctrine/collections": "^1.0",
|
||||
"doctrine/common": "^2.7 || ^3.0",
|
||||
"doctrine/dbal": "^2.11.0",
|
||||
"doctrine/mongodb-odm": "^1.3 || ^2.1",
|
||||
"doctrine/orm": "^2.5",
|
||||
"doctrine/persistence": "^1.1 || ^2.0",
|
||||
|
@ -11604,7 +11605,7 @@
|
|||
"MIT"
|
||||
],
|
||||
"description": "Doctrine extensions for PHPStan",
|
||||
"time": "2021-01-14T10:53:06+00:00"
|
||||
"time": "2021-01-18T13:00:10+00:00"
|
||||
},
|
||||
{
|
||||
"name": "phpstan/phpstan-phpunit",
|
||||
|
|
Loading…
Reference in New Issue