summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-09-08 12:04:58 +0000
committerBenjamin Brahmer <info@b-brahmer.de>2022-09-08 14:32:14 +0200
commitdb27490788d299660e5170c38844b6c4e3345da9 (patch)
tree34063c9ec049fdf1a67a3e4f0cd1fe7826a7636b
parentf7013224e2b04fb1962a3d7edb269a69dd32380e (diff)
Bump phpstan/phpstan from 1.8.4 to 1.8.5
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.8.4 to 1.8.5. - [Release notes](https://github.com/phpstan/phpstan/releases) - [Changelog](https://github.com/phpstan/phpstan/blob/1.8.x/CHANGELOG.md) - [Commits](https://github.com/phpstan/phpstan/compare/1.8.4...1.8.5) --- updated-dependencies: - dependency-name: phpstan/phpstan dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@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 b865e8e12..16edadf5b 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.8.4",
+ "phpstan/phpstan": "^1.8.5",
"phpstan/phpstan-doctrine": "^1.3.13",
"phpstan/phpstan-strict-rules": "^1.4.3",
"phpstan/phpstan-phpunit": "^1.0.0",
diff --git a/composer.lock b/composer.lock
index e23736516..391d5c1be 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": "09b22ea2b4273c529891cf2d3de839f2",
+ "content-hash": "e5d3b23adbef3d78255af80a80f0f9ec",
"packages": [
{
"name": "arthurhoaro/favicon",
@@ -1049,16 +1049,16 @@
},
{
"name": "phpstan/phpstan",
- "version": "1.8.4",
+ "version": "1.8.5",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
- "reference": "eed4c9da531f6ebb4787235b6fb486e2c20f34e5"
+ "reference": "f6598a5ff12ca4499a836815e08b4d77a2ddeb20"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpstan/phpstan/zipball/eed4c9da531f6ebb4787235b6fb486e2c20f34e5",
- "reference": "eed4c9da531f6ebb4787235b6fb486e2c20f34e5",
+ "url": "https://api.github.com/repos/phpstan/phpstan/zipball/f6598a5ff12ca4499a836815e08b4d77a2ddeb20",
+ "reference": "f6598a5ff12ca4499a836815e08b4d77a2ddeb20",
"shasum": ""
},
"require": {
@@ -1088,7 +1088,7 @@
],
"support": {
"issues": "https://github.com/phpstan/phpstan/issues",
- "source": "https://github.com/phpstan/phpstan/tree/1.8.4"
+ "source": "https://github.com/phpstan/phpstan/tree/1.8.5"
},
"funding": [
{
@@ -1104,7 +1104,7 @@
"type": "tidelift"
}
],
- "time": "2022-09-03T13:08:04+00:00"
+ "time": "2022-09-07T16:05:32+00:00"
},
{
"name": "phpstan/phpstan-deprecation-rules",