summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-01-12 06:23:27 +0000
committerBenjamin Brahmer <info@b-brahmer.de>2021-01-12 08:57:37 +0100
commit7cc22415a03889d5de3b90018bdc38ab2995e4f3 (patch)
treeb2cfdef974ff1319c1e1ce1bcc0d6267ed0774e2
parent8de3ad77fc9e445353cd0861931b2215d9f24859 (diff)
Bump phpstan/phpstan from 0.12.65 to 0.12.66
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 0.12.65 to 0.12.66. - [Release notes](https://github.com/phpstan/phpstan/releases) - [Commits](https://github.com/phpstan/phpstan/compare/0.12.65...0.12.66) 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 5ebbff54f..073f3ac07 100644
--- a/composer.lock
+++ b/composer.lock
@@ -1658,16 +1658,16 @@
},
{
"name": "phpstan/phpstan",
- "version": "0.12.65",
+ "version": "0.12.66",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
- "reference": "1c7658668b28f8d647a8b874372acf14c4352688"
+ "reference": "4110a2425c6bd53acbdfcda07885e87b66e9ba3e"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpstan/phpstan/zipball/1c7658668b28f8d647a8b874372acf14c4352688",
- "reference": "1c7658668b28f8d647a8b874372acf14c4352688",
+ "url": "https://api.github.com/repos/phpstan/phpstan/zipball/4110a2425c6bd53acbdfcda07885e87b66e9ba3e",
+ "reference": "4110a2425c6bd53acbdfcda07885e87b66e9ba3e",
"shasum": ""
},
"require": {
@@ -1698,7 +1698,7 @@
"description": "PHPStan - PHP Static Analysis Tool",
"support": {
"issues": "https://github.com/phpstan/phpstan/issues",
- "source": "https://github.com/phpstan/phpstan/tree/0.12.65"
+ "source": "https://github.com/phpstan/phpstan/tree/0.12.66"
},
"funding": [
{
@@ -1714,7 +1714,7 @@
"type": "tidelift"
}
],
- "time": "2021-01-06T16:51:10+00:00"
+ "time": "2021-01-11T16:43:15+00:00"
},
{
"name": "phpunit/php-code-coverage",