Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/news.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--composer.json2
-rw-r--r--composer.lock14
2 files changed, 8 insertions, 8 deletions
diff --git a/composer.json b/composer.json
index 010769dce..403578d34 100644
--- a/composer.json
+++ b/composer.json
@@ -57,7 +57,7 @@
"phpunit/phpunit": "9.5.*",
"squizlabs/php_codesniffer": "^3.7.1",
"phpstan/phpstan": "^1.8.11",
- "phpstan/phpstan-doctrine": "^1.3.19",
+ "phpstan/phpstan-doctrine": "^1.3.21",
"phpstan/phpstan-strict-rules": "^1.4.4",
"phpstan/phpstan-phpunit": "^1.1.3",
"phpstan/extension-installer": "^1.2.0",
diff --git a/composer.lock b/composer.lock
index 86804d734..3fd377d16 100644
--- a/composer.lock
+++ b/composer.lock
@@ -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": "cf66997c0967fa3fa2147d5c544f446b",
+ "content-hash": "1e38e836071c7abd68d64a9e214e6d03",
"packages": [
{
"name": "arthurhoaro/favicon",
@@ -1168,16 +1168,16 @@
},
{
"name": "phpstan/phpstan-doctrine",
- "version": "1.3.19",
+ "version": "1.3.21",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan-doctrine.git",
- "reference": "45b6fe98ec8b624ef7869683f27ec780d5cb7cf0"
+ "reference": "3243a3876ad465ed905332f4e6878bfe1ecbea69"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/45b6fe98ec8b624ef7869683f27ec780d5cb7cf0",
- "reference": "45b6fe98ec8b624ef7869683f27ec780d5cb7cf0",
+ "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/3243a3876ad465ed905332f4e6878bfe1ecbea69",
+ "reference": "3243a3876ad465ed905332f4e6878bfe1ecbea69",
"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.19"
+ "source": "https://github.com/phpstan/phpstan-doctrine/tree/1.3.21"
},
- "time": "2022-10-25T11:34:22+00:00"
+ "time": "2022-10-26T08:50:00+00:00"
},
{
"name": "phpstan/phpstan-phpunit",