summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-01-07 06:34:20 +0000
committerBenjamin Brahmer <info@b-brahmer.de>2021-01-07 07:58:01 +0100
commit5e64f644bf24ddc0b9e887261fbb6b6a930b265d (patch)
tree47d4c44c3411d57de69a22b1426be80fa992a64d
parent6aeb8a48fd94b0adbb468f577da4cdfb7a209178 (diff)
Bump phpstan/phpstan from 0.12.64 to 0.12.65
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 0.12.64 to 0.12.65. - [Release notes](https://github.com/phpstan/phpstan/releases) - [Commits](https://github.com/phpstan/phpstan/compare/0.12.64...0.12.65) 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 f1e50de55..ffc9ea8d9 100644
--- a/composer.lock
+++ b/composer.lock
@@ -942,16 +942,16 @@
},
{
"name": "phpstan/phpstan",
- "version": "0.12.64",
+ "version": "0.12.65",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
- "reference": "23eb1cb7ae125f45f1d0e48051bcf67a9a9b08aa"
+ "reference": "1c7658668b28f8d647a8b874372acf14c4352688"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpstan/phpstan/zipball/23eb1cb7ae125f45f1d0e48051bcf67a9a9b08aa",
- "reference": "23eb1cb7ae125f45f1d0e48051bcf67a9a9b08aa",
+ "url": "https://api.github.com/repos/phpstan/phpstan/zipball/1c7658668b28f8d647a8b874372acf14c4352688",
+ "reference": "1c7658668b28f8d647a8b874372acf14c4352688",
"shasum": ""
},
"require": {
@@ -982,7 +982,7 @@
"description": "PHPStan - PHP Static Analysis Tool",
"support": {
"issues": "https://github.com/phpstan/phpstan/issues",
- "source": "https://github.com/phpstan/phpstan/tree/0.12.64"
+ "source": "https://github.com/phpstan/phpstan/tree/0.12.65"
},
"funding": [
{
@@ -998,7 +998,7 @@
"type": "tidelift"
}
],
- "time": "2020-12-21T11:59:02+00:00"
+ "time": "2021-01-06T16:51:10+00:00"
},
{
"name": "phpunit/php-code-coverage",