mirror of
https://github.com/wallabag/wallabag.git
synced 2025-01-11 09:25:25 +00:00
Bump phpstan/phpstan-doctrine from 0.12.25 to 0.12.26
Bumps [phpstan/phpstan-doctrine](https://github.com/phpstan/phpstan-doctrine) from 0.12.25 to 0.12.26. - [Release notes](https://github.com/phpstan/phpstan-doctrine/releases) - [Commits](https://github.com/phpstan/phpstan-doctrine/compare/0.12.25...0.12.26) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
657a6c43a3
commit
5afe8ed150
1 changed files with 11 additions and 13 deletions
24
composer.lock
generated
24
composer.lock
generated
|
@ -11489,16 +11489,16 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "phpstan/phpstan-doctrine",
|
"name": "phpstan/phpstan-doctrine",
|
||||||
"version": "0.12.25",
|
"version": "0.12.26",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/phpstan/phpstan-doctrine.git",
|
"url": "https://github.com/phpstan/phpstan-doctrine.git",
|
||||||
"reference": "1d32c427a1d8687b86f0ce5dd9a42e312e51256d"
|
"reference": "716ea5f101636cd6cf36bb7298a4fe8b62c6606d"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/1d32c427a1d8687b86f0ce5dd9a42e312e51256d",
|
"url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/716ea5f101636cd6cf36bb7298a4fe8b62c6606d",
|
||||||
"reference": "1d32c427a1d8687b86f0ce5dd9a42e312e51256d",
|
"reference": "716ea5f101636cd6cf36bb7298a4fe8b62c6606d",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
@ -11513,20 +11513,18 @@
|
||||||
"doctrine/persistence": "<1.3"
|
"doctrine/persistence": "<1.3"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"consistence/coding-standard": "^3.10",
|
"doctrine/annotations": "^1.11.0",
|
||||||
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
|
|
||||||
"doctrine/collections": "^1.0",
|
"doctrine/collections": "^1.0",
|
||||||
"doctrine/common": "^2.7 || ^3.0",
|
"doctrine/common": "^2.7 || ^3.0",
|
||||||
"doctrine/mongodb-odm": "^1.3 || ^2.1",
|
"doctrine/mongodb-odm": "^1.3 || ^2.1",
|
||||||
"doctrine/orm": "^2.5",
|
"doctrine/orm": "^2.5",
|
||||||
"doctrine/persistence": "^1.1 || ^2.0",
|
"doctrine/persistence": "^1.1 || ^2.0",
|
||||||
"phing/phing": "^2.16.0",
|
"phing/phing": "^2.16.3",
|
||||||
"php-parallel-lint/php-parallel-lint": "^1.2",
|
"php-parallel-lint/php-parallel-lint": "^1.2",
|
||||||
"phpstan/phpstan-phpunit": "^0.12",
|
"phpstan/phpstan-phpunit": "^0.12.16",
|
||||||
"phpstan/phpstan-strict-rules": "^0.12",
|
"phpstan/phpstan-strict-rules": "^0.12.5",
|
||||||
"phpunit/phpunit": "^7.0",
|
"phpunit/phpunit": "^7.5.20",
|
||||||
"ramsey/uuid-doctrine": "^1.5.0",
|
"ramsey/uuid-doctrine": "^1.5.0"
|
||||||
"slevomat/coding-standard": "^6.4"
|
|
||||||
},
|
},
|
||||||
"type": "phpstan-extension",
|
"type": "phpstan-extension",
|
||||||
"extra": {
|
"extra": {
|
||||||
|
@ -11550,7 +11548,7 @@
|
||||||
"MIT"
|
"MIT"
|
||||||
],
|
],
|
||||||
"description": "Doctrine extensions for PHPStan",
|
"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",
|
"name": "phpstan/phpstan-phpunit",
|
||||||
|
|
Loading…
Reference in a new issue