update composer

This commit is contained in:
Dennis Eichhorn 2021-02-08 23:00:56 +01:00
parent da3c1ca936
commit d0c25c7e88

12
composer.lock generated
View File

@ -1343,16 +1343,16 @@
}, },
{ {
"name": "phpstan/phpstan", "name": "phpstan/phpstan",
"version": "0.12.72", "version": "0.12.74",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpstan/phpstan.git", "url": "https://github.com/phpstan/phpstan.git",
"reference": "ae32fb1c5e97979f424c3ccec4ee435a35754769" "reference": "bc5f9483c8f461c86653dcbd040cf0d2778c91a2"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/ae32fb1c5e97979f424c3ccec4ee435a35754769", "url": "https://api.github.com/repos/phpstan/phpstan/zipball/bc5f9483c8f461c86653dcbd040cf0d2778c91a2",
"reference": "ae32fb1c5e97979f424c3ccec4ee435a35754769", "reference": "bc5f9483c8f461c86653dcbd040cf0d2778c91a2",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1383,7 +1383,7 @@
"description": "PHPStan - PHP Static Analysis Tool", "description": "PHPStan - PHP Static Analysis Tool",
"support": { "support": {
"issues": "https://github.com/phpstan/phpstan/issues", "issues": "https://github.com/phpstan/phpstan/issues",
"source": "https://github.com/phpstan/phpstan/tree/0.12.72" "source": "https://github.com/phpstan/phpstan/tree/0.12.74"
}, },
"funding": [ "funding": [
{ {
@ -1399,7 +1399,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-02-06T18:34:03+00:00" "time": "2021-02-08T15:00:25+00:00"
}, },
{ {
"name": "phpunit/php-code-coverage", "name": "phpunit/php-code-coverage",