summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-04-26 12:03:41 +0000
committerSean Molenaar <SMillerDev@users.noreply.github.com>2022-04-26 14:09:28 +0200
commit32e11f1675eb1aad768a55e7ceae21c5fe1079be (patch)
tree8dada6af99a2a50df6421120d5d2c2d71670ae6b
parent835f295ece1c12af50a6485a6e8339ab1fbc1089 (diff)
Bump phpstan/phpstan-strict-rules from 1.1.0 to 1.2.0
Bumps [phpstan/phpstan-strict-rules](https://github.com/phpstan/phpstan-strict-rules) from 1.1.0 to 1.2.0. - [Release notes](https://github.com/phpstan/phpstan-strict-rules/releases) - [Commits](https://github.com/phpstan/phpstan-strict-rules/compare/1.1.0...1.2.0) --- updated-dependencies: - dependency-name: phpstan/phpstan-strict-rules dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--composer.lock31
1 files changed, 14 insertions, 17 deletions
diff --git a/composer.lock b/composer.lock
index 249036787..03d021708 100644
--- a/composer.lock
+++ b/composer.lock
@@ -1285,16 +1285,16 @@
},
{
"name": "phpstan/phpstan",
- "version": "1.5.7",
+ "version": "1.6.0",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
- "reference": "7fb7e2e1e9f3d59a26a413b2d3d5e47f0edb75ac"
+ "reference": "b480ba2ae0699a72d43a340c20b9c00ede91ee3e"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpstan/phpstan/zipball/7fb7e2e1e9f3d59a26a413b2d3d5e47f0edb75ac",
- "reference": "7fb7e2e1e9f3d59a26a413b2d3d5e47f0edb75ac",
+ "url": "https://api.github.com/repos/phpstan/phpstan/zipball/b480ba2ae0699a72d43a340c20b9c00ede91ee3e",
+ "reference": "b480ba2ae0699a72d43a340c20b9c00ede91ee3e",
"shasum": ""
},
"require": {
@@ -1320,7 +1320,7 @@
"description": "PHPStan - PHP Static Analysis Tool",
"support": {
"issues": "https://github.com/phpstan/phpstan/issues",
- "source": "https://github.com/phpstan/phpstan/tree/1.5.7"
+ "source": "https://github.com/phpstan/phpstan/tree/1.6.0"
},
"funding": [
{
@@ -1340,7 +1340,7 @@
"type": "tidelift"
}
],
- "time": "2022-04-20T12:20:27+00:00"
+ "time": "2022-04-26T05:43:03+00:00"
},
{
"name": "phpstan/phpstan-doctrine",
@@ -1464,21 +1464,21 @@
},
{
"name": "phpstan/phpstan-strict-rules",
- "version": "1.1.0",
+ "version": "1.2.0",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan-strict-rules.git",
- "reference": "e12d55f74a8cca18c6e684c6450767e055ba7717"
+ "reference": "afbe1e3235c51ee3f10ba4c8b32449099016ea02"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpstan/phpstan-strict-rules/zipball/e12d55f74a8cca18c6e684c6450767e055ba7717",
- "reference": "e12d55f74a8cca18c6e684c6450767e055ba7717",
+ "url": "https://api.github.com/repos/phpstan/phpstan-strict-rules/zipball/afbe1e3235c51ee3f10ba4c8b32449099016ea02",
+ "reference": "afbe1e3235c51ee3f10ba4c8b32449099016ea02",
"shasum": ""
},
"require": {
- "php": "^7.1 || ^8.0",
- "phpstan/phpstan": "^1.2.0"
+ "php": "^7.2 || ^8.0",
+ "phpstan/phpstan": "^1.6.0"
},
"require-dev": {
"nikic/php-parser": "^4.13.0",
@@ -1488,9 +1488,6 @@
},
"type": "phpstan-extension",
"extra": {
- "branch-alias": {
- "dev-master": "1.0-dev"
- },
"phpstan": {
"includes": [
"rules.neon"
@@ -1509,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.1.0"
+ "source": "https://github.com/phpstan/phpstan-strict-rules/tree/1.2.0"
},
- "time": "2021-11-18T09:30:29+00:00"
+ "time": "2022-04-21T13:07:43+00:00"
},
{
"name": "phpunit/php-code-coverage",