summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-03-17 14:39:55 +0100
committerGitHub <noreply@github.com>2023-03-17 14:39:55 +0100
commitbd07a093c3817774646b635b554583b8d6255866 (patch)
treeb4b8db16d8ff10abbab75fe9fb240fc75a7541a2
parent8ecada5b62f543e32088f929a02476bb828d04a6 (diff)
Build(deps-dev): Bump phpstan/phpstan from 1.10.6 to 1.10.7 (#2161)
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.10.6 to 1.10.7. - [Release notes](https://github.com/phpstan/phpstan/releases) - [Changelog](https://github.com/phpstan/phpstan/blob/1.10.x/CHANGELOG.md) - [Commits](https://github.com/phpstan/phpstan/compare/1.10.6...1.10.7) --- updated-dependencies: - dependency-name: phpstan/phpstan dependency-type: direct:development update-type: version-update:semver-patch ... 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.lock17
2 files changed, 11 insertions, 8 deletions
diff --git a/composer.json b/composer.json
index eed3ca81f..955bfc4c1 100644
--- a/composer.json
+++ b/composer.json
@@ -56,7 +56,7 @@
"require-dev": {
"phpunit/phpunit": "9.6.*",
"squizlabs/php_codesniffer": "^3.7.2",
- "phpstan/phpstan": "^1.10.6",
+ "phpstan/phpstan": "^1.10.7",
"phpstan/phpstan-doctrine": "^1.3.36",
"phpstan/phpstan-strict-rules": "^1.5.0",
"phpstan/phpstan-phpunit": "^1.3.10",
diff --git a/composer.lock b/composer.lock
index 14b1dbdd9..d2b8a2672 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": "4ef4d245e54b4a37bb83eeb8a45e0075",
+ "content-hash": "6d2d9a87a8fe7f1c2010b4b431090a34",
"packages": [
{
"name": "arthurhoaro/favicon",
@@ -1355,16 +1355,16 @@
},
{
"name": "phpstan/phpstan",
- "version": "1.10.6",
+ "version": "1.10.7",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
- "reference": "50d089a3e0904b0fe7e2cf2d4fd37d427d64235a"
+ "reference": "b10ceb526d9607903c5b2673f1fc8775dbe48975"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpstan/phpstan/zipball/50d089a3e0904b0fe7e2cf2d4fd37d427d64235a",
- "reference": "50d089a3e0904b0fe7e2cf2d4fd37d427d64235a",
+ "url": "https://api.github.com/repos/phpstan/phpstan/zipball/b10ceb526d9607903c5b2673f1fc8775dbe48975",
+ "reference": "b10ceb526d9607903c5b2673f1fc8775dbe48975",
"shasum": ""
},
"require": {
@@ -1393,8 +1393,11 @@
"static analysis"
],
"support": {
+ "docs": "https://phpstan.org/user-guide/getting-started",
+ "forum": "https://github.com/phpstan/phpstan/discussions",
"issues": "https://github.com/phpstan/phpstan/issues",
- "source": "https://github.com/phpstan/phpstan/tree/1.10.6"
+ "security": "https://github.com/phpstan/phpstan/security/policy",
+ "source": "https://github.com/phpstan/phpstan-src"
},
"funding": [
{
@@ -1410,7 +1413,7 @@
"type": "tidelift"
}
],
- "time": "2023-03-09T16:55:12+00:00"
+ "time": "2023-03-16T15:24:20+00:00"
},
{
"name": "phpstan/phpstan-deprecation-rules",