mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-26 02:51:04 +00:00
Merge pull request #4486 from wallabag/dependabot/composer/phpstan/phpstan-doctrine-0.12.19
Bump phpstan/phpstan-doctrine from 0.12.17 to 0.12.19
This commit is contained in:
commit
18518d6a2a
1 changed files with 8 additions and 8 deletions
16
composer.lock
generated
16
composer.lock
generated
|
@ -11427,21 +11427,21 @@
|
|||
},
|
||||
{
|
||||
"name": "phpstan/phpstan-doctrine",
|
||||
"version": "0.12.17",
|
||||
"version": "0.12.19",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/phpstan/phpstan-doctrine.git",
|
||||
"reference": "5eed42b2815f100f25bd45fe8c1a9b01f3e41657"
|
||||
"reference": "78376cbf68e0c30c2ff16d6e38f3acf1fdd386b4"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/5eed42b2815f100f25bd45fe8c1a9b01f3e41657",
|
||||
"reference": "5eed42b2815f100f25bd45fe8c1a9b01f3e41657",
|
||||
"url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/78376cbf68e0c30c2ff16d6e38f3acf1fdd386b4",
|
||||
"reference": "78376cbf68e0c30c2ff16d6e38f3acf1fdd386b4",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": "~7.1",
|
||||
"phpstan/phpstan": "^0.12.26"
|
||||
"php": "^7.1 || ^8.0",
|
||||
"phpstan/phpstan": "^0.12.33"
|
||||
},
|
||||
"conflict": {
|
||||
"doctrine/collections": "<1.0",
|
||||
|
@ -11452,7 +11452,7 @@
|
|||
},
|
||||
"require-dev": {
|
||||
"consistence/coding-standard": "^3.0.1",
|
||||
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
|
||||
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
|
||||
"doctrine/collections": "^1.0",
|
||||
"doctrine/common": "^2.7 || ^3.0",
|
||||
"doctrine/mongodb-odm": "^1.3 || ^2.1",
|
||||
|
@ -11489,7 +11489,7 @@
|
|||
"MIT"
|
||||
],
|
||||
"description": "Doctrine extensions for PHPStan",
|
||||
"time": "2020-06-23T08:50:27+00:00"
|
||||
"time": "2020-07-21T14:46:27+00:00"
|
||||
},
|
||||
{
|
||||
"name": "phpstan/phpstan-phpunit",
|
||||
|
|
Loading…
Reference in a new issue