aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Luc SANCHEZ <4697568+ColonelMoutarde@users.noreply.github.com> 2023-02-22 21:50:09 +0100
committerGravatar GitHub <noreply@github.com> 2023-02-22 21:50:09 +0100
commit212ab5c9b3682cda3c668944857227c35007614c (patch)
treea60fb090c85ef967c5296e2bf148fe902e5efcfd
parente908222589916e24621f646939ed56efbcd8027c (diff)
Update of PhpStan lib to last fix version (#5109)
Co-authored-by: Luc <sanchezluc+freshrss@gmail.com>
-rw-r--r--composer.json2
-rw-r--r--composer.lock16
2 files changed, 9 insertions, 9 deletions
diff --git a/composer.json b/composer.json
index d6cac9e9c..2234a0e13 100644
--- a/composer.json
+++ b/composer.json
@@ -47,7 +47,7 @@
"ext-phar": "*",
"ext-tokenizer": "*",
"ext-xmlwriter": "*",
- "phpstan/phpstan": "~1.9.7",
+ "phpstan/phpstan": "~1.9.17",
"phpunit/phpunit": "^9",
"squizlabs/php_codesniffer": "^3.7"
},
diff --git a/composer.lock b/composer.lock
index a64c3cc2e..74a7155d8 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": "d8f96ca83672be5007207d38e14e1c29",
+ "content-hash": "4dcbcd3ba9c1dbed63612651a725dab8",
"packages": [],
"packages-dev": [
{
@@ -305,16 +305,16 @@
},
{
"name": "phpstan/phpstan",
- "version": "1.9.9",
+ "version": "1.9.17",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
- "reference": "f68d7cc3d0638a01bc6321cb826e4cae7fa6884d"
+ "reference": "204e459e7822f2c586463029f5ecec31bb45a1f2"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpstan/phpstan/zipball/f68d7cc3d0638a01bc6321cb826e4cae7fa6884d",
- "reference": "f68d7cc3d0638a01bc6321cb826e4cae7fa6884d",
+ "url": "https://api.github.com/repos/phpstan/phpstan/zipball/204e459e7822f2c586463029f5ecec31bb45a1f2",
+ "reference": "204e459e7822f2c586463029f5ecec31bb45a1f2",
"shasum": ""
},
"require": {
@@ -344,7 +344,7 @@
],
"support": {
"issues": "https://github.com/phpstan/phpstan/issues",
- "source": "https://github.com/phpstan/phpstan/tree/1.9.9"
+ "source": "https://github.com/phpstan/phpstan/tree/1.9.17"
},
"funding": [
{
@@ -360,7 +360,7 @@
"type": "tidelift"
}
],
- "time": "2023-01-11T14:39:22+00:00"
+ "time": "2023-02-08T12:25:00+00:00"
},
{
"name": "phpunit/php-code-coverage",
@@ -1885,5 +1885,5 @@
"ext-tokenizer": "*",
"ext-xmlwriter": "*"
},
- "plugin-api-version": "2.2.0"
+ "plugin-api-version": "2.3.0"
}