summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-11-03 12:00:52 +0000
committerBenjamin Brahmer <info@b-brahmer.de>2022-11-03 15:58:33 +0100
commit720cad5da5a6c339f5a774a393c49ff9318160df (patch)
tree1291e870de27bed0a73ffd440804733c7b1177b6
parent4a3de069cae4187026816f6482b66cd6ee4b14ed (diff)
Bump phpstan/phpstan from 1.8.11 to 1.9.0
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.8.11 to 1.9.0. - [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.11...1.9.0) --- updated-dependencies: - dependency-name: phpstan/phpstan dependency-type: direct:development update-type: version-update:semver-minor ... 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 3d4b7d085..734314844 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.11",
+ "phpstan/phpstan": "^1.9.0",
"phpstan/phpstan-doctrine": "^1.3.21",
"phpstan/phpstan-strict-rules": "^1.4.4",
"phpstan/phpstan-phpunit": "^1.2.2",
diff --git a/composer.lock b/composer.lock
index b00b06214..3d7444857 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": "63c865fe5c2a9d507d58509d804b40f0",
+ "content-hash": "24f009c29538560f33a0ecd68a535029",
"packages": [
{
"name": "arthurhoaro/favicon",
@@ -1059,16 +1059,16 @@
},
{
"name": "phpstan/phpstan",
- "version": "1.8.11",
+ "version": "1.9.0",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
- "reference": "46e223dd68a620da18855c23046ddb00940b4014"
+ "reference": "e08de53a5eec983de78a787a88e72518cf8fe43a"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpstan/phpstan/zipball/46e223dd68a620da18855c23046ddb00940b4014",
- "reference": "46e223dd68a620da18855c23046ddb00940b4014",
+ "url": "https://api.github.com/repos/phpstan/phpstan/zipball/e08de53a5eec983de78a787a88e72518cf8fe43a",
+ "reference": "e08de53a5eec983de78a787a88e72518cf8fe43a",
"shasum": ""
},
"require": {
@@ -1098,7 +1098,7 @@
],
"support": {
"issues": "https://github.com/phpstan/phpstan/issues",
- "source": "https://github.com/phpstan/phpstan/tree/1.8.11"
+ "source": "https://github.com/phpstan/phpstan/tree/1.9.0"
},
"funding": [
{
@@ -1114,7 +1114,7 @@
"type": "tidelift"
}
],
- "time": "2022-10-24T15:45:13+00:00"
+ "time": "2022-11-03T07:26:48+00:00"
},
{
"name": "phpstan/phpstan-deprecation-rules",