summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-02-12 06:08:21 +0000
committerSean Molenaar <SMillerDev@users.noreply.github.com>2021-02-12 07:24:22 +0100
commit8c92434358712d2eb7f23406126072bc42e2a9fe (patch)
tree53c9e04bb1a27992b3b55be444588f49934cc664
parentbeba34f746183fd5dc2e63217acc5cba9ab60bd0 (diff)
Bump phpstan/phpstan from 0.12.74 to 0.12.75
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 0.12.74 to 0.12.75. - [Release notes](https://github.com/phpstan/phpstan/releases) - [Commits](https://github.com/phpstan/phpstan/compare/0.12.74...0.12.75) 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 c2d576d46..169490c66 100644
--- a/composer.lock
+++ b/composer.lock
@@ -1857,16 +1857,16 @@
},
{
"name": "phpstan/phpstan",
- "version": "0.12.74",
+ "version": "0.12.75",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
- "reference": "bc5f9483c8f461c86653dcbd040cf0d2778c91a2"
+ "reference": "2e4738cd67e0163861a065180eff7eb5c8417d6e"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpstan/phpstan/zipball/bc5f9483c8f461c86653dcbd040cf0d2778c91a2",
- "reference": "bc5f9483c8f461c86653dcbd040cf0d2778c91a2",
+ "url": "https://api.github.com/repos/phpstan/phpstan/zipball/2e4738cd67e0163861a065180eff7eb5c8417d6e",
+ "reference": "2e4738cd67e0163861a065180eff7eb5c8417d6e",
"shasum": ""
},
"require": {
@@ -1897,7 +1897,7 @@
"description": "PHPStan - PHP Static Analysis Tool",
"support": {
"issues": "https://github.com/phpstan/phpstan/issues",
- "source": "https://github.com/phpstan/phpstan/tree/0.12.74"
+ "source": "https://github.com/phpstan/phpstan/tree/0.12.75"
},
"funding": [
{
@@ -1913,7 +1913,7 @@
"type": "tidelift"
}
],
- "time": "2021-02-08T15:00:25+00:00"
+ "time": "2021-02-11T13:58:47+00:00"
},
{
"name": "phpunit/php-code-coverage",