summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-04-28 12:03:36 +0000
committerSean Molenaar <SMillerDev@users.noreply.github.com>2022-04-28 14:33:23 +0200
commit397eba14d92144f463ee3b879b43a790d62a2bc8 (patch)
tree2059640058dd8ea4b2e63cf951907f7ef9ad5c19
parent1500072ffc532c6abb01aaff9d5d0ad1d41b11ef (diff)
Bump phpstan/phpstan-strict-rules from 1.2.0 to 1.2.1
Bumps [phpstan/phpstan-strict-rules](https://github.com/phpstan/phpstan-strict-rules) from 1.2.0 to 1.2.1. - [Release notes](https://github.com/phpstan/phpstan-strict-rules/releases) - [Commits](https://github.com/phpstan/phpstan-strict-rules/compare/1.2.0...1.2.1) --- updated-dependencies: - dependency-name: phpstan/phpstan-strict-rules dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--composer.lock14
1 files changed, 7 insertions, 7 deletions
diff --git a/composer.lock b/composer.lock
index 962621dc0..c030b3f4e 100644
--- a/composer.lock
+++ b/composer.lock
@@ -1464,21 +1464,21 @@
},
{
"name": "phpstan/phpstan-strict-rules",
- "version": "1.2.0",
+ "version": "1.2.1",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan-strict-rules.git",
- "reference": "afbe1e3235c51ee3f10ba4c8b32449099016ea02"
+ "reference": "f3ca6464eae640a556c69a02b3b77a2507475d2f"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpstan/phpstan-strict-rules/zipball/afbe1e3235c51ee3f10ba4c8b32449099016ea02",
- "reference": "afbe1e3235c51ee3f10ba4c8b32449099016ea02",
+ "url": "https://api.github.com/repos/phpstan/phpstan-strict-rules/zipball/f3ca6464eae640a556c69a02b3b77a2507475d2f",
+ "reference": "f3ca6464eae640a556c69a02b3b77a2507475d2f",
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0",
- "phpstan/phpstan": "^1.6.0"
+ "phpstan/phpstan": "^1.6.3"
},
"require-dev": {
"nikic/php-parser": "^4.13.0",
@@ -1506,9 +1506,9 @@
"description": "Extra strict and opinionated rules for PHPStan",
"support": {
"issues": "https://github.com/phpstan/phpstan-strict-rules/issues",
- "source": "https://github.com/phpstan/phpstan-strict-rules/tree/1.2.0"
+ "source": "https://github.com/phpstan/phpstan-strict-rules/tree/1.2.1"
},
- "time": "2022-04-21T13:07:43+00:00"
+ "time": "2022-04-28T07:20:18+00:00"
},
{
"name": "phpunit/php-code-coverage",