summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-02-08 08:09:03 +0100
committerGitHub <noreply@github.com>2023-02-08 08:09:03 +0100
commitf05999b84e1f9e0608b83120a90bff27eb8cacb1 (patch)
treeeef2fed89b1e93e1a9d6226a319953bc71070968
parent7739ad15e92af38a0dd51d83fe265ba9ef89a968 (diff)
Bump phpstan/phpstan from 1.9.14 to 1.9.16 (#2089)
-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 9eda9d0c2..7f442c3d2 100644
--- a/composer.json
+++ b/composer.json
@@ -56,7 +56,7 @@
"require-dev": {
"phpunit/phpunit": "9.5.*",
"squizlabs/php_codesniffer": "^3.7.1",
- "phpstan/phpstan": "^1.9.14",
+ "phpstan/phpstan": "^1.9.16",
"phpstan/phpstan-doctrine": "^1.3.32",
"phpstan/phpstan-strict-rules": "^1.4.5",
"phpstan/phpstan-phpunit": "^1.3.3",
diff --git a/composer.lock b/composer.lock
index cffbaf7bc..4291f05fe 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": "ef78570de5a74f2897085ba3b65bec55",
+ "content-hash": "35318035cd04bce2281e901ad4965a4d",
"packages": [
{
"name": "arthurhoaro/favicon",
@@ -1354,16 +1354,16 @@
},
{
"name": "phpstan/phpstan",
- "version": "1.9.14",
+ "version": "1.9.16",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
- "reference": "e5fcc96289cf737304286a9b505fbed091f02e58"
+ "reference": "922e2689bb180575d0f57de0443c431a5a698e8f"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpstan/phpstan/zipball/e5fcc96289cf737304286a9b505fbed091f02e58",
- "reference": "e5fcc96289cf737304286a9b505fbed091f02e58",
+ "url": "https://api.github.com/repos/phpstan/phpstan/zipball/922e2689bb180575d0f57de0443c431a5a698e8f",
+ "reference": "922e2689bb180575d0f57de0443c431a5a698e8f",
"shasum": ""
},
"require": {
@@ -1393,7 +1393,7 @@
],
"support": {
"issues": "https://github.com/phpstan/phpstan/issues",
- "source": "https://github.com/phpstan/phpstan/tree/1.9.14"
+ "source": "https://github.com/phpstan/phpstan/tree/1.9.16"
},
"funding": [
{
@@ -1409,7 +1409,7 @@
"type": "tidelift"
}
],
- "time": "2023-01-19T10:47:09+00:00"
+ "time": "2023-02-07T10:42:21+00:00"
},
{
"name": "phpstan/phpstan-deprecation-rules",