summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-02-15 07:00:31 +0000
committerBenjamin Brahmer <info@b-brahmer.de>2021-02-15 08:26:49 +0100
commit77be8bce8d890162f9092463bc335f9fb3b980be (patch)
tree519d529f9e6ab583d41f35d7cdd9fd7ebd63581a
parenta54f45eaa31f1a08157cf70af2edef57ef6ee5de (diff)
Bump phpstan/phpstan from 0.12.75 to 0.12.76
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 0.12.75 to 0.12.76. - [Release notes](https://github.com/phpstan/phpstan/releases) - [Commits](https://github.com/phpstan/phpstan/compare/0.12.75...0.12.76) 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 e6edcfae1..b7e774957 100644
--- a/composer.lock
+++ b/composer.lock
@@ -1857,16 +1857,16 @@
},
{
"name": "phpstan/phpstan",
- "version": "0.12.75",
+ "version": "0.12.76",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
- "reference": "2e4738cd67e0163861a065180eff7eb5c8417d6e"
+ "reference": "7aaaf9a759a29795e8f46d48041af1c1f1b23d38"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpstan/phpstan/zipball/2e4738cd67e0163861a065180eff7eb5c8417d6e",
- "reference": "2e4738cd67e0163861a065180eff7eb5c8417d6e",
+ "url": "https://api.github.com/repos/phpstan/phpstan/zipball/7aaaf9a759a29795e8f46d48041af1c1f1b23d38",
+ "reference": "7aaaf9a759a29795e8f46d48041af1c1f1b23d38",
"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.75"
+ "source": "https://github.com/phpstan/phpstan/tree/0.12.76"
},
"funding": [
{
@@ -1913,7 +1913,7 @@
"type": "tidelift"
}
],
- "time": "2021-02-11T13:58:47+00:00"
+ "time": "2021-02-13T11:47:44+00:00"
},
{
"name": "phpunit/php-code-coverage",