phpstan update

This commit is contained in:
Pierre Rudloff 2021-02-07 12:42:03 +01:00
parent 50fe879f16
commit 36ba147430
4 changed files with 27 additions and 11 deletions

14
composer.lock generated
View file

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "d67f3db130b0bdbf050c34630c130cab",
"content-hash": "92c9a9ffac023cb7e7d0d1603a3e0d65",
"packages": [
{
"name": "aura/session",
@ -5247,20 +5247,20 @@
},
{
"name": "phpstan/phpstan",
"version": "0.12.25",
"version": "0.12.72",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
"reference": "9619551d68b2d4c0d681a8df73f3c847c798ee64"
"reference": "ae32fb1c5e97979f424c3ccec4ee435a35754769"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/9619551d68b2d4c0d681a8df73f3c847c798ee64",
"reference": "9619551d68b2d4c0d681a8df73f3c847c798ee64",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/ae32fb1c5e97979f424c3ccec4ee435a35754769",
"reference": "ae32fb1c5e97979f424c3ccec4ee435a35754769",
"shasum": ""
},
"require": {
"php": "^7.1"
"php": "^7.1|^8.0"
},
"conflict": {
"phpstan/phpstan-shim": "*"
@ -5285,7 +5285,7 @@
"MIT"
],
"description": "PHPStan - PHP Static Analysis Tool",
"time": "2020-05-10T20:36:16+00:00"
"time": "2021-02-06T18:34:03+00:00"
},
{
"name": "phpunit/php-code-coverage",