summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-10-14 12:02:48 +0000
committerBenjamin Brahmer <info@b-brahmer.de>2022-10-14 20:47:03 +0200
commit09541309bfd3886a0726259dcbfab0ad60ecb05c (patch)
tree0ede26dcd546c7cccb610783a0f2c19cc1e30ead
parentad425d0bfcfda828c8e61ece63e7855edfee6262 (diff)
Bump phpstan/phpstan from 1.8.8 to 1.8.9
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.8.8 to 1.8.9. - [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.8.8...1.8.9) --- 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 5b50c28b0..223d8478b 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.8",
+ "phpstan/phpstan": "^1.8.9",
"phpstan/phpstan-doctrine": "^1.3.16",
"phpstan/phpstan-strict-rules": "^1.4.4",
"phpstan/phpstan-phpunit": "^1.0.0",
diff --git a/composer.lock b/composer.lock
index 43d0637d7..c7f9654c6 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": "908aaeca21f788d28bf6505da2d83404",
+ "content-hash": "b6a015bc50cd880a4db4cf8684f775fe",
"packages": [
{
"name": "arthurhoaro/favicon",
@@ -1059,16 +1059,16 @@
},
{
"name": "phpstan/phpstan",
- "version": "1.8.8",
+ "version": "1.8.9",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
- "reference": "08310ce271984587e2a4cda94e1ac66510a6ea07"
+ "reference": "3a72d9d9f2528fbd50c2d8fcf155fd9f74ade3f2"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpstan/phpstan/zipball/08310ce271984587e2a4cda94e1ac66510a6ea07",
- "reference": "08310ce271984587e2a4cda94e1ac66510a6ea07",
+ "url": "https://api.github.com/repos/phpstan/phpstan/zipball/3a72d9d9f2528fbd50c2d8fcf155fd9f74ade3f2",
+ "reference": "3a72d9d9f2528fbd50c2d8fcf155fd9f74ade3f2",
"shasum": ""
},
"require": {
@@ -1098,7 +1098,7 @@
],
"support": {
"issues": "https://github.com/phpstan/phpstan/issues",
- "source": "https://github.com/phpstan/phpstan/tree/1.8.8"
+ "source": "https://github.com/phpstan/phpstan/tree/1.8.9"
},
"funding": [
{
@@ -1114,7 +1114,7 @@
"type": "tidelift"
}
],
- "time": "2022-10-06T12:51:57+00:00"
+ "time": "2022-10-13T13:40:18+00:00"
},
{
"name": "phpstan/phpstan-deprecation-rules",