summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-01-28 06:18:22 +0000
committerSean Molenaar <SMillerDev@users.noreply.github.com>2021-01-28 09:15:37 +0100
commit6102875b9da3888d928292bc26dafecdb123c1ca (patch)
tree2549e1a259fb9c34c4fd69cc5ba4be1236ff7134
parentcb10dd1d83262d2b851ff9370a04162692853a77 (diff)
Bump phpstan/phpstan from 0.12.69 to 0.12.70
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 0.12.69 to 0.12.70. - [Release notes](https://github.com/phpstan/phpstan/releases) - [Commits](https://github.com/phpstan/phpstan/compare/0.12.69...0.12.70) 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 761348c63..3a82029ed 100644
--- a/composer.lock
+++ b/composer.lock
@@ -2807,16 +2807,16 @@
},
{
"name": "phpstan/phpstan",
- "version": "0.12.69",
+ "version": "0.12.70",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
- "reference": "8f436ea35241da33487fd0d38b4bc3e6dfe30ea8"
+ "reference": "07f0ef37f5f876e8cee44cc8ea0ec3fe80d499ee"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpstan/phpstan/zipball/8f436ea35241da33487fd0d38b4bc3e6dfe30ea8",
- "reference": "8f436ea35241da33487fd0d38b4bc3e6dfe30ea8",
+ "url": "https://api.github.com/repos/phpstan/phpstan/zipball/07f0ef37f5f876e8cee44cc8ea0ec3fe80d499ee",
+ "reference": "07f0ef37f5f876e8cee44cc8ea0ec3fe80d499ee",
"shasum": ""
},
"require": {
@@ -2847,7 +2847,7 @@
"description": "PHPStan - PHP Static Analysis Tool",
"support": {
"issues": "https://github.com/phpstan/phpstan/issues",
- "source": "https://github.com/phpstan/phpstan/tree/0.12.69"
+ "source": "https://github.com/phpstan/phpstan/tree/0.12.70"
},
"funding": [
{
@@ -2863,7 +2863,7 @@
"type": "tidelift"
}
],
- "time": "2021-01-24T14:55:37+00:00"
+ "time": "2021-01-27T17:06:47+00:00"
},
{
"name": "phpunit/php-code-coverage",