mirror of
https://github.com/chylex/Nextcloud-News.git
synced 2025-04-25 02:15:47 +02:00
Bump phpstan/phpstan-doctrine from 1.3.16 to 1.3.18 (#1940)
This commit is contained in:
parent
f5c48ce505
commit
adb201dab2
@ -57,7 +57,7 @@
|
||||
"phpunit/phpunit": "9.5.*",
|
||||
"squizlabs/php_codesniffer": "^3.7.1",
|
||||
"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-phpunit": "^1.0.0",
|
||||
"phpstan/extension-installer": "^1.1.0",
|
||||
|
26
composer.lock
generated
26
composer.lock
generated
@ -4,7 +4,7 @@
|
||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "b6a015bc50cd880a4db4cf8684f775fe",
|
||||
"content-hash": "dd76e3a3afe839bfe087f61319f17459",
|
||||
"packages": [
|
||||
{
|
||||
"name": "arthurhoaro/favicon",
|
||||
@ -1059,16 +1059,16 @@
|
||||
},
|
||||
{
|
||||
"name": "phpstan/phpstan",
|
||||
"version": "1.8.9",
|
||||
"version": "1.8.10",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/phpstan/phpstan.git",
|
||||
"reference": "3a72d9d9f2528fbd50c2d8fcf155fd9f74ade3f2"
|
||||
"reference": "0c4459dc42c568b818b3f25186589f3acddc1823"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/3a72d9d9f2528fbd50c2d8fcf155fd9f74ade3f2",
|
||||
"reference": "3a72d9d9f2528fbd50c2d8fcf155fd9f74ade3f2",
|
||||
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/0c4459dc42c568b818b3f25186589f3acddc1823",
|
||||
"reference": "0c4459dc42c568b818b3f25186589f3acddc1823",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -1098,7 +1098,7 @@
|
||||
],
|
||||
"support": {
|
||||
"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": [
|
||||
{
|
||||
@ -1114,7 +1114,7 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2022-10-13T13:40:18+00:00"
|
||||
"time": "2022-10-17T14:23:35+00:00"
|
||||
},
|
||||
{
|
||||
"name": "phpstan/phpstan-deprecation-rules",
|
||||
@ -1168,16 +1168,16 @@
|
||||
},
|
||||
{
|
||||
"name": "phpstan/phpstan-doctrine",
|
||||
"version": "1.3.16",
|
||||
"version": "1.3.18",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/phpstan/phpstan-doctrine.git",
|
||||
"reference": "2d1ddae7ef9a6263ba708538ef7d0fbe362e6e25"
|
||||
"reference": "b30c243c786428b4b72a8ef48e465e2ae20a6061"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/2d1ddae7ef9a6263ba708538ef7d0fbe362e6e25",
|
||||
"reference": "2d1ddae7ef9a6263ba708538ef7d0fbe362e6e25",
|
||||
"url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/b30c243c786428b4b72a8ef48e465e2ae20a6061",
|
||||
"reference": "b30c243c786428b4b72a8ef48e465e2ae20a6061",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -1231,9 +1231,9 @@
|
||||
"description": "Doctrine extensions for PHPStan",
|
||||
"support": {
|
||||
"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",
|
||||
|
Loading…
Reference in New Issue
Block a user