summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-04-03 15:11:31 +0000
committerGitHub <noreply@github.com>2023-04-03 15:11:31 +0000
commit97487a75eed6f74bce91c079e4a0f78120d9e5a5 (patch)
tree7b524d51ee0d793661692c3e6e9faa56c1f433f0
parent487e209aae306047114f236bf39346500397f6a2 (diff)
Build(deps-dev): Bump phpstan/phpstan from 1.10.9 to 1.10.10 (#2182)
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.10.9 to 1.10.10. - [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.9...1.10.10) --- 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.lock12
2 files changed, 7 insertions, 7 deletions
diff --git a/composer.json b/composer.json
index 1a53f379f..e2988a3e0 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.9",
+ "phpstan/phpstan": "^1.10.10",
"phpstan/phpstan-doctrine": "^1.3.37",
"phpstan/phpstan-strict-rules": "^1.5.1",
"phpstan/phpstan-phpunit": "^1.3.11",
diff --git a/composer.lock b/composer.lock
index 8a714f965..a322e03a7 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": "f5d6f86b2547c9f039e50c6a15ebf98e",
+ "content-hash": "b8355df47ea7460f46f2297d9cf60348",
"packages": [
{
"name": "arthurhoaro/favicon",
@@ -1355,16 +1355,16 @@
},
{
"name": "phpstan/phpstan",
- "version": "1.10.9",
+ "version": "1.10.10",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
- "reference": "9b13dafe3d66693d20fe5729c3dde1d31bb64703"
+ "reference": "f1e22c9b17a879987f8743d81533250a5fff47f9"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpstan/phpstan/zipball/9b13dafe3d66693d20fe5729c3dde1d31bb64703",
- "reference": "9b13dafe3d66693d20fe5729c3dde1d31bb64703",
+ "url": "https://api.github.com/repos/phpstan/phpstan/zipball/f1e22c9b17a879987f8743d81533250a5fff47f9",
+ "reference": "f1e22c9b17a879987f8743d81533250a5fff47f9",
"shasum": ""
},
"require": {
@@ -1413,7 +1413,7 @@
"type": "tidelift"
}
],
- "time": "2023-03-30T08:58:01+00:00"
+ "time": "2023-04-01T17:06:15+00:00"
},
{
"name": "phpstan/phpstan-deprecation-rules",