summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--composer.lock14
1 files changed, 7 insertions, 7 deletions
diff --git a/composer.lock b/composer.lock
index 501a34923..62969db84 100644
--- a/composer.lock
+++ b/composer.lock
@@ -1414,21 +1414,21 @@
},
{
"name": "phpstan/phpstan-deprecation-rules",
- "version": "1.1.1",
+ "version": "1.1.2",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan-deprecation-rules.git",
- "reference": "2c6792eda026d9c474c14aa018aed312686714db"
+ "reference": "bcc1e8cdf81c3da1a2ba9188ee94cd7e2a62e865"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpstan/phpstan-deprecation-rules/zipball/2c6792eda026d9c474c14aa018aed312686714db",
- "reference": "2c6792eda026d9c474c14aa018aed312686714db",
+ "url": "https://api.github.com/repos/phpstan/phpstan-deprecation-rules/zipball/bcc1e8cdf81c3da1a2ba9188ee94cd7e2a62e865",
+ "reference": "bcc1e8cdf81c3da1a2ba9188ee94cd7e2a62e865",
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0",
- "phpstan/phpstan": "^1.9.3"
+ "phpstan/phpstan": "^1.10"
},
"require-dev": {
"php-parallel-lint/php-parallel-lint": "^1.2",
@@ -1456,9 +1456,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.1"
+ "source": "https://github.com/phpstan/phpstan-deprecation-rules/tree/1.1.2"
},
- "time": "2022-12-13T14:26:20+00:00"
+ "time": "2023-01-17T16:14:21+00:00"
},
{
"name": "phpstan/phpstan-doctrine",