summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-01-04 13:51:57 +0100
committerGitHub <noreply@github.com>2023-01-04 13:51:57 +0100
commit359db992be20e9dcfd6d29986f6aa5293d13b8d9 (patch)
tree31fa85d4eddce43c9a29c4e1f163e9c56836e30f
parent61ef08d6b842e9ec444d076cd14831a74ef29656 (diff)
Bump phpstan/phpstan from 1.9.4 to 1.9.6 (#2043)
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.9.4 to 1.9.6. - [Release notes](https://github.com/phpstan/phpstan/releases) - [Changelog](https://github.com/phpstan/phpstan/blob/1.9.x/CHANGELOG.md) - [Commits](https://github.com/phpstan/phpstan/compare/1.9.4...1.9.6) --- updated-dependencies: - dependency-name: phpstan/phpstan dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-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 c3cfb558d..85c7d0068 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.4",
+ "phpstan/phpstan": "^1.9.6",
"phpstan/phpstan-doctrine": "^1.3.27",
"phpstan/phpstan-strict-rules": "^1.4.4",
"phpstan/phpstan-phpunit": "^1.3.3",
diff --git a/composer.lock b/composer.lock
index 3c7a4f871..3c807ebda 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": "93cbf2308065df95bc7a835b8bb060aa",
+ "content-hash": "a9c0604fb66dfebe519bc2acca0d0f76",
"packages": [
{
"name": "arthurhoaro/favicon",
@@ -1354,16 +1354,16 @@
},
{
"name": "phpstan/phpstan",
- "version": "1.9.4",
+ "version": "1.9.6",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
- "reference": "d03bccee595e2146b7c9d174486b84f4dc61b0f2"
+ "reference": "ef38a25950e5d0e6c95eedf49d8a784272f8dc5e"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpstan/phpstan/zipball/d03bccee595e2146b7c9d174486b84f4dc61b0f2",
- "reference": "d03bccee595e2146b7c9d174486b84f4dc61b0f2",
+ "url": "https://api.github.com/repos/phpstan/phpstan/zipball/ef38a25950e5d0e6c95eedf49d8a784272f8dc5e",
+ "reference": "ef38a25950e5d0e6c95eedf49d8a784272f8dc5e",
"shasum": ""
},
"require": {
@@ -1393,7 +1393,7 @@
],
"support": {
"issues": "https://github.com/phpstan/phpstan/issues",
- "source": "https://github.com/phpstan/phpstan/tree/1.9.4"
+ "source": "https://github.com/phpstan/phpstan/tree/1.9.6"
},
"funding": [
{
@@ -1409,7 +1409,7 @@
"type": "tidelift"
}
],
- "time": "2022-12-17T13:33:52+00:00"
+ "time": "2023-01-03T13:40:32+00:00"
},
{
"name": "phpstan/phpstan-deprecation-rules",