1
0
mirror of https://github.com/chylex/Nextcloud-News.git synced 2025-05-06 07:34:06 +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", "name": "phpstan/phpstan",
"version": "0.12.87", "version": "0.12.88",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpstan/phpstan.git", "url": "https://github.com/phpstan/phpstan.git",
"reference": "d464e00776afb711f419faffa96826dc02e4d145" "reference": "464d1a81af49409c41074aa6640ed0c4cbd9bb68"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/d464e00776afb711f419faffa96826dc02e4d145", "url": "https://api.github.com/repos/phpstan/phpstan/zipball/464d1a81af49409c41074aa6640ed0c4cbd9bb68",
"reference": "d464e00776afb711f419faffa96826dc02e4d145", "reference": "464d1a81af49409c41074aa6640ed0c4cbd9bb68",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1395,7 +1395,7 @@
"description": "PHPStan - PHP Static Analysis Tool", "description": "PHPStan - PHP Static Analysis Tool",
"support": { "support": {
"issues": "https://github.com/phpstan/phpstan/issues", "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": [ "funding": [
{ {
@ -1411,25 +1411,25 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-05-12T15:17:52+00:00" "time": "2021-05-17T12:24:49+00:00"
}, },
{ {
"name": "phpstan/phpstan-doctrine", "name": "phpstan/phpstan-doctrine",
"version": "0.12.33", "version": "0.12.34",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpstan/phpstan-doctrine.git", "url": "https://github.com/phpstan/phpstan-doctrine.git",
"reference": "b76c21e7b85498399ba4a0147920ff413503e77a" "reference": "9d798be80c14aa2ce870edbc71d91504b474d634"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/b76c21e7b85498399ba4a0147920ff413503e77a", "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/9d798be80c14aa2ce870edbc71d91504b474d634",
"reference": "b76c21e7b85498399ba4a0147920ff413503e77a", "reference": "9d798be80c14aa2ce870edbc71d91504b474d634",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^7.1 || ^8.0", "php": "^7.1 || ^8.0",
"phpstan/phpstan": "^0.12.56" "phpstan/phpstan": "^0.12.82"
}, },
"conflict": { "conflict": {
"doctrine/collections": "<1.0", "doctrine/collections": "<1.0",
@ -1442,15 +1442,14 @@
"doctrine/annotations": "^1.11.0", "doctrine/annotations": "^1.11.0",
"doctrine/collections": "^1.6", "doctrine/collections": "^1.6",
"doctrine/common": "^2.7 || ^3.0", "doctrine/common": "^2.7 || ^3.0",
"doctrine/dbal": "^2.11.0", "doctrine/dbal": "^2.13.1",
"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.3",
"php-parallel-lint/php-parallel-lint": "^1.2", "php-parallel-lint/php-parallel-lint": "^1.2",
"phpstan/phpstan-phpunit": "^0.12.16", "phpstan/phpstan-phpunit": "^0.12.16",
"phpstan/phpstan-strict-rules": "^0.12.5", "phpstan/phpstan-strict-rules": "^0.12.5",
"phpunit/phpunit": "^7.5.20", "phpunit/phpunit": "^9.5",
"ramsey/uuid-doctrine": "^1.5.0" "ramsey/uuid-doctrine": "^1.5.0"
}, },
"type": "phpstan-extension", "type": "phpstan-extension",
@ -1477,9 +1476,9 @@
"description": "Doctrine extensions for PHPStan", "description": "Doctrine extensions for PHPStan",
"support": { "support": {
"issues": "https://github.com/phpstan/phpstan-doctrine/issues", "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", "name": "phpstan/phpstan-phpunit",