Merge pull request #4838 from wallabag/dependabot/composer/phpstan/phpstan-doctrine-0.12.26

Bump phpstan/phpstan-doctrine from 0.12.25 to 0.12.26
This commit is contained in:
Jérémy Benoist 2020-12-14 09:07:25 +01:00 committed by GitHub
commit a6d22ca31e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 13 deletions

24
composer.lock generated
View File

@ -11489,16 +11489,16 @@
},
{
"name": "phpstan/phpstan-doctrine",
"version": "0.12.25",
"version": "0.12.26",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan-doctrine.git",
"reference": "1d32c427a1d8687b86f0ce5dd9a42e312e51256d"
"reference": "716ea5f101636cd6cf36bb7298a4fe8b62c6606d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/1d32c427a1d8687b86f0ce5dd9a42e312e51256d",
"reference": "1d32c427a1d8687b86f0ce5dd9a42e312e51256d",
"url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/716ea5f101636cd6cf36bb7298a4fe8b62c6606d",
"reference": "716ea5f101636cd6cf36bb7298a4fe8b62c6606d",
"shasum": ""
},
"require": {
@ -11513,20 +11513,18 @@
"doctrine/persistence": "<1.3"
},
"require-dev": {
"consistence/coding-standard": "^3.10",
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
"doctrine/annotations": "^1.11.0",
"doctrine/collections": "^1.0",
"doctrine/common": "^2.7 || ^3.0",
"doctrine/mongodb-odm": "^1.3 || ^2.1",
"doctrine/orm": "^2.5",
"doctrine/persistence": "^1.1 || ^2.0",
"phing/phing": "^2.16.0",
"phing/phing": "^2.16.3",
"php-parallel-lint/php-parallel-lint": "^1.2",
"phpstan/phpstan-phpunit": "^0.12",
"phpstan/phpstan-strict-rules": "^0.12",
"phpunit/phpunit": "^7.0",
"ramsey/uuid-doctrine": "^1.5.0",
"slevomat/coding-standard": "^6.4"
"phpstan/phpstan-phpunit": "^0.12.16",
"phpstan/phpstan-strict-rules": "^0.12.5",
"phpunit/phpunit": "^7.5.20",
"ramsey/uuid-doctrine": "^1.5.0"
},
"type": "phpstan-extension",
"extra": {
@ -11550,7 +11548,7 @@
"MIT"
],
"description": "Doctrine extensions for PHPStan",
"time": "2020-11-26T10:07:28+00:00"
"time": "2020-12-13T11:58:47+00:00"
},
{
"name": "phpstan/phpstan-phpunit",