1
0
mirror of https://github.com/chylex/Nextcloud-News.git synced 2025-04-24 17:15:50 +02:00

Bump phpstan/phpstan-doctrine from 0.12.33 to 0.12.34

Bumps [phpstan/phpstan-doctrine](https://github.com/phpstan/phpstan-doctrine) from 0.12.33 to 0.12.34.
- [Release notes](https://github.com/phpstan/phpstan-doctrine/releases)
- [Commits](https://github.com/phpstan/phpstan-doctrine/compare/0.12.33...0.12.34)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-05-18 05:47:31 +00:00 committed by Sean Molenaar
parent 07f0a89558
commit 271b6ee3c9

31
composer.lock generated
View File

@ -1355,16 +1355,16 @@
},
{
"name": "phpstan/phpstan",
"version": "0.12.87",
"version": "0.12.88",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
"reference": "d464e00776afb711f419faffa96826dc02e4d145"
"reference": "464d1a81af49409c41074aa6640ed0c4cbd9bb68"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/d464e00776afb711f419faffa96826dc02e4d145",
"reference": "d464e00776afb711f419faffa96826dc02e4d145",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/464d1a81af49409c41074aa6640ed0c4cbd9bb68",
"reference": "464d1a81af49409c41074aa6640ed0c4cbd9bb68",
"shasum": ""
},
"require": {
@ -1395,7 +1395,7 @@
"description": "PHPStan - PHP Static Analysis Tool",
"support": {
"issues": "https://github.com/phpstan/phpstan/issues",
"source": "https://github.com/phpstan/phpstan/tree/0.12.87"
"source": "https://github.com/phpstan/phpstan/tree/0.12.88"
},
"funding": [
{
@ -1411,25 +1411,25 @@
"type": "tidelift"
}
],
"time": "2021-05-12T15:17:52+00:00"
"time": "2021-05-17T12:24:49+00:00"
},
{
"name": "phpstan/phpstan-doctrine",
"version": "0.12.33",
"version": "0.12.34",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan-doctrine.git",
"reference": "b76c21e7b85498399ba4a0147920ff413503e77a"
"reference": "9d798be80c14aa2ce870edbc71d91504b474d634"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/b76c21e7b85498399ba4a0147920ff413503e77a",
"reference": "b76c21e7b85498399ba4a0147920ff413503e77a",
"url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/9d798be80c14aa2ce870edbc71d91504b474d634",
"reference": "9d798be80c14aa2ce870edbc71d91504b474d634",
"shasum": ""
},
"require": {
"php": "^7.1 || ^8.0",
"phpstan/phpstan": "^0.12.56"
"phpstan/phpstan": "^0.12.82"
},
"conflict": {
"doctrine/collections": "<1.0",
@ -1442,15 +1442,14 @@
"doctrine/annotations": "^1.11.0",
"doctrine/collections": "^1.6",
"doctrine/common": "^2.7 || ^3.0",
"doctrine/dbal": "^2.11.0",
"doctrine/dbal": "^2.13.1",
"doctrine/mongodb-odm": "^1.3 || ^2.1",
"doctrine/orm": "^2.5",
"doctrine/persistence": "^1.1 || ^2.0",
"phing/phing": "^2.16.3",
"php-parallel-lint/php-parallel-lint": "^1.2",
"phpstan/phpstan-phpunit": "^0.12.16",
"phpstan/phpstan-strict-rules": "^0.12.5",
"phpunit/phpunit": "^7.5.20",
"phpunit/phpunit": "^9.5",
"ramsey/uuid-doctrine": "^1.5.0"
},
"type": "phpstan-extension",
@ -1477,9 +1476,9 @@
"description": "Doctrine extensions for PHPStan",
"support": {
"issues": "https://github.com/phpstan/phpstan-doctrine/issues",
"source": "https://github.com/phpstan/phpstan-doctrine/tree/0.12.33"
"source": "https://github.com/phpstan/phpstan-doctrine/tree/0.12.34"
},
"time": "2021-03-07T12:28:23+00:00"
"time": "2021-05-17T12:19:18+00:00"
},
{
"name": "phpstan/phpstan-phpunit",