1
0
mirror of https://github.com/chylex/Nextcloud-News.git synced 2025-05-07 01:34:06 +02:00

Bump phpstan/phpstan-doctrine from 1.3.16 to 1.3.18 ()

This commit is contained in:
dependabot[bot] 2022-10-21 14:35:55 +02:00 committed by GitHub
parent f5c48ce505
commit adb201dab2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 14 deletions

View File

@ -57,7 +57,7 @@
"phpunit/phpunit": "9.5.*", "phpunit/phpunit": "9.5.*",
"squizlabs/php_codesniffer": "^3.7.1", "squizlabs/php_codesniffer": "^3.7.1",
"phpstan/phpstan": "^1.8.9", "phpstan/phpstan": "^1.8.9",
"phpstan/phpstan-doctrine": "^1.3.16", "phpstan/phpstan-doctrine": "^1.3.18",
"phpstan/phpstan-strict-rules": "^1.4.4", "phpstan/phpstan-strict-rules": "^1.4.4",
"phpstan/phpstan-phpunit": "^1.0.0", "phpstan/phpstan-phpunit": "^1.0.0",
"phpstan/extension-installer": "^1.1.0", "phpstan/extension-installer": "^1.1.0",

26
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "b6a015bc50cd880a4db4cf8684f775fe", "content-hash": "dd76e3a3afe839bfe087f61319f17459",
"packages": [ "packages": [
{ {
"name": "arthurhoaro/favicon", "name": "arthurhoaro/favicon",
@ -1059,16 +1059,16 @@
}, },
{ {
"name": "phpstan/phpstan", "name": "phpstan/phpstan",
"version": "1.8.9", "version": "1.8.10",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpstan/phpstan.git", "url": "https://github.com/phpstan/phpstan.git",
"reference": "3a72d9d9f2528fbd50c2d8fcf155fd9f74ade3f2" "reference": "0c4459dc42c568b818b3f25186589f3acddc1823"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/3a72d9d9f2528fbd50c2d8fcf155fd9f74ade3f2", "url": "https://api.github.com/repos/phpstan/phpstan/zipball/0c4459dc42c568b818b3f25186589f3acddc1823",
"reference": "3a72d9d9f2528fbd50c2d8fcf155fd9f74ade3f2", "reference": "0c4459dc42c568b818b3f25186589f3acddc1823",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1098,7 +1098,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/phpstan/phpstan/issues", "issues": "https://github.com/phpstan/phpstan/issues",
"source": "https://github.com/phpstan/phpstan/tree/1.8.9" "source": "https://github.com/phpstan/phpstan/tree/1.8.10"
}, },
"funding": [ "funding": [
{ {
@ -1114,7 +1114,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2022-10-13T13:40:18+00:00" "time": "2022-10-17T14:23:35+00:00"
}, },
{ {
"name": "phpstan/phpstan-deprecation-rules", "name": "phpstan/phpstan-deprecation-rules",
@ -1168,16 +1168,16 @@
}, },
{ {
"name": "phpstan/phpstan-doctrine", "name": "phpstan/phpstan-doctrine",
"version": "1.3.16", "version": "1.3.18",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpstan/phpstan-doctrine.git", "url": "https://github.com/phpstan/phpstan-doctrine.git",
"reference": "2d1ddae7ef9a6263ba708538ef7d0fbe362e6e25" "reference": "b30c243c786428b4b72a8ef48e465e2ae20a6061"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/2d1ddae7ef9a6263ba708538ef7d0fbe362e6e25", "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/b30c243c786428b4b72a8ef48e465e2ae20a6061",
"reference": "2d1ddae7ef9a6263ba708538ef7d0fbe362e6e25", "reference": "b30c243c786428b4b72a8ef48e465e2ae20a6061",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1231,9 +1231,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/1.3.16" "source": "https://github.com/phpstan/phpstan-doctrine/tree/1.3.18"
}, },
"time": "2022-10-05T08:47:34+00:00" "time": "2022-10-17T14:03:44+00:00"
}, },
{ {
"name": "phpstan/phpstan-phpunit", "name": "phpstan/phpstan-phpunit",