summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2020-12-22 06:01:02 +0000
committeranoy <anoymouserver@users.noreply.github.com>2020-12-22 12:52:03 +0100
commit4e4541efb0d8fd8843dac7381fd82dde65290ddb (patch)
tree8f32ba066a6e7f1feb4bf4827813557442ae3561
parente268ccb6665a1a596ccc84cb395777d69010d9db (diff)
Bump phpstan/phpstan from 0.12.63 to 0.12.64
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 0.12.63 to 0.12.64. - [Release notes](https://github.com/phpstan/phpstan/releases) - [Commits](https://github.com/phpstan/phpstan/compare/0.12.63...0.12.64) 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 e4f6caa71..924f443d3 100644
--- a/composer.lock
+++ b/composer.lock
@@ -942,16 +942,16 @@
},
{
"name": "phpstan/phpstan",
- "version": "0.12.63",
+ "version": "0.12.64",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
- "reference": "c97ec4754bd53099a06c24847bd2870b99966b6a"
+ "reference": "23eb1cb7ae125f45f1d0e48051bcf67a9a9b08aa"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpstan/phpstan/zipball/c97ec4754bd53099a06c24847bd2870b99966b6a",
- "reference": "c97ec4754bd53099a06c24847bd2870b99966b6a",
+ "url": "https://api.github.com/repos/phpstan/phpstan/zipball/23eb1cb7ae125f45f1d0e48051bcf67a9a9b08aa",
+ "reference": "23eb1cb7ae125f45f1d0e48051bcf67a9a9b08aa",
"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.63"
+ "source": "https://github.com/phpstan/phpstan/tree/0.12.64"
},
"funding": [
{
@@ -998,7 +998,7 @@
"type": "tidelift"
}
],
- "time": "2020-12-15T16:37:16+00:00"
+ "time": "2020-12-21T11:59:02+00:00"
},
{
"name": "phpunit/php-code-coverage",