mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-27 03:21:01 +00:00
Merge pull request #4684 from wallabag/dependabot/composer/phpstan/phpstan-doctrine-0.12.22
Bump phpstan/phpstan-doctrine from 0.12.21 to 0.12.22
This commit is contained in:
commit
3e5f12a1ef
1 changed files with 7 additions and 7 deletions
14
composer.lock
generated
14
composer.lock
generated
|
@ -11576,16 +11576,16 @@
|
|||
},
|
||||
{
|
||||
"name": "phpstan/phpstan-doctrine",
|
||||
"version": "0.12.21",
|
||||
"version": "0.12.22",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/phpstan/phpstan-doctrine.git",
|
||||
"reference": "6e76d431376d7fc00f26d4bd59d6f60201c79334"
|
||||
"reference": "a4966eee1fb42383e752e9c84bd5b7b07b01e57a"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/6e76d431376d7fc00f26d4bd59d6f60201c79334",
|
||||
"reference": "6e76d431376d7fc00f26d4bd59d6f60201c79334",
|
||||
"url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/a4966eee1fb42383e752e9c84bd5b7b07b01e57a",
|
||||
"reference": "a4966eee1fb42383e752e9c84bd5b7b07b01e57a",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -11600,7 +11600,7 @@
|
|||
"doctrine/persistence": "<1.3"
|
||||
},
|
||||
"require-dev": {
|
||||
"consistence/coding-standard": "^3.0.1",
|
||||
"consistence/coding-standard": "^3.10",
|
||||
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
|
||||
"doctrine/collections": "^1.0",
|
||||
"doctrine/common": "^2.7 || ^3.0",
|
||||
|
@ -11614,7 +11614,7 @@
|
|||
"phpstan/phpstan-strict-rules": "^0.12",
|
||||
"phpunit/phpunit": "^7.0",
|
||||
"ramsey/uuid-doctrine": "^1.5.0",
|
||||
"slevomat/coding-standard": "^4.5.2"
|
||||
"slevomat/coding-standard": "^6.4"
|
||||
},
|
||||
"type": "phpstan-extension",
|
||||
"extra": {
|
||||
|
@ -11638,7 +11638,7 @@
|
|||
"MIT"
|
||||
],
|
||||
"description": "Doctrine extensions for PHPStan",
|
||||
"time": "2020-10-14T16:25:45+00:00"
|
||||
"time": "2020-10-24T20:53:39+00:00"
|
||||
},
|
||||
{
|
||||
"name": "phpstan/phpstan-phpunit",
|
||||
|
|
Loading…
Reference in a new issue