summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-02-02 06:08:40 +0000
committerSean Molenaar <SMillerDev@users.noreply.github.com>2021-02-02 09:29:15 +0100
commit1ee63f3ba0c15e02fece1da6e746059505b3dfbc (patch)
tree6739606a38be403998013b6ebc7365ebf6cb0bb1
parent53442da6a6b309754f7c4c94c0cc2073cad691f3 (diff)
Bump phpstan/phpstan from 0.12.70 to 0.12.71
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 0.12.70 to 0.12.71. - [Release notes](https://github.com/phpstan/phpstan/releases) - [Commits](https://github.com/phpstan/phpstan/compare/0.12.70...0.12.71) Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--composer.lock12
1 files changed, 6 insertions, 6 deletions
diff --git a/composer.lock b/composer.lock
index e86fc5fc7..4484e7438 100644
--- a/composer.lock
+++ b/composer.lock
@@ -2807,16 +2807,16 @@
},
{
"name": "phpstan/phpstan",
- "version": "0.12.70",
+ "version": "0.12.71",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
- "reference": "07f0ef37f5f876e8cee44cc8ea0ec3fe80d499ee"
+ "reference": "d508fa3b0ecc5fc91ac70c6c7ac2862f968ba2b5"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpstan/phpstan/zipball/07f0ef37f5f876e8cee44cc8ea0ec3fe80d499ee",
- "reference": "07f0ef37f5f876e8cee44cc8ea0ec3fe80d499ee",
+ "url": "https://api.github.com/repos/phpstan/phpstan/zipball/d508fa3b0ecc5fc91ac70c6c7ac2862f968ba2b5",
+ "reference": "d508fa3b0ecc5fc91ac70c6c7ac2862f968ba2b5",
"shasum": ""
},
"require": {
@@ -2847,7 +2847,7 @@
"description": "PHPStan - PHP Static Analysis Tool",
"support": {
"issues": "https://github.com/phpstan/phpstan/issues",
- "source": "https://github.com/phpstan/phpstan/tree/0.12.70"
+ "source": "https://github.com/phpstan/phpstan/tree/0.12.71"
},
"funding": [
{
@@ -2863,7 +2863,7 @@
"type": "tidelift"
}
],
- "time": "2021-01-27T17:06:47+00:00"
+ "time": "2021-02-01T18:24:00+00:00"
},
{
"name": "phpunit/php-code-coverage",