summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-12-14 13:45:09 +0100
committerGitHub <noreply@github.com>2022-12-14 13:45:09 +0100
commit4616bf67503cf043430c9aac7003d47ec647761d (patch)
tree154e8ce4a03883b31f99b7f063ef6dff50798d62
parent799b8b25a85895e06bef283c1cbc06eca4d0b963 (diff)
Bump phpstan/phpstan-deprecation-rules from 1.1.0 to 1.1.1 (#2021)
Bumps [phpstan/phpstan-deprecation-rules](https://github.com/phpstan/phpstan-deprecation-rules) from 1.1.0 to 1.1.1. - [Release notes](https://github.com/phpstan/phpstan-deprecation-rules/releases) - [Commits](https://github.com/phpstan/phpstan-deprecation-rules/compare/1.1.0...1.1.1) --- updated-dependencies: - dependency-name: phpstan/phpstan-deprecation-rules dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--composer.lock12
1 files changed, 6 insertions, 6 deletions
diff --git a/composer.lock b/composer.lock
index db8048360..37f1bc8d2 100644
--- a/composer.lock
+++ b/composer.lock
@@ -1412,16 +1412,16 @@
},
{
"name": "phpstan/phpstan-deprecation-rules",
- "version": "1.1.0",
+ "version": "1.1.1",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan-deprecation-rules.git",
- "reference": "f6e02de43f10c3f7c5ef86c125d9eedef94558cf"
+ "reference": "2c6792eda026d9c474c14aa018aed312686714db"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpstan/phpstan-deprecation-rules/zipball/f6e02de43f10c3f7c5ef86c125d9eedef94558cf",
- "reference": "f6e02de43f10c3f7c5ef86c125d9eedef94558cf",
+ "url": "https://api.github.com/repos/phpstan/phpstan-deprecation-rules/zipball/2c6792eda026d9c474c14aa018aed312686714db",
+ "reference": "2c6792eda026d9c474c14aa018aed312686714db",
"shasum": ""
},
"require": {
@@ -1454,9 +1454,9 @@
"description": "PHPStan rules for detecting usage of deprecated classes, methods, properties, constants and traits.",
"support": {
"issues": "https://github.com/phpstan/phpstan-deprecation-rules/issues",
- "source": "https://github.com/phpstan/phpstan-deprecation-rules/tree/1.1.0"
+ "source": "https://github.com/phpstan/phpstan-deprecation-rules/tree/1.1.1"
},
- "time": "2022-12-07T16:49:11+00:00"
+ "time": "2022-12-13T14:26:20+00:00"
},
{
"name": "phpstan/phpstan-doctrine",