update composer and fix tests and add gitignore

This commit is contained in:
Dennis Eichhorn 2020-07-31 15:44:06 +02:00
parent 8914c2cf2b
commit 7887d887f8

27
composer.lock generated
View File

@ -4,25 +4,28 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"content-hash": "943cdc6b4dd082d9d7079c9b46957493",
"content-hash": "8af87791382cfd074a7221f35b4678a2",
"packages": [],
"packages-dev": [
{
"name": "phpstan/phpstan",
"version": "0.12.13",
"version": "0.12.34",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
"reference": "d74fb5ce1ab9f24a7128db90e99dec82440975c3"
"reference": "ad75388d71fb0b4a954f71a852fd989915a51cb7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/d74fb5ce1ab9f24a7128db90e99dec82440975c3",
"reference": "d74fb5ce1ab9f24a7128db90e99dec82440975c3",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/ad75388d71fb0b4a954f71a852fd989915a51cb7",
"reference": "ad75388d71fb0b4a954f71a852fd989915a51cb7",
"shasum": ""
},
"require": {
"php": "^7.1"
"php": "^7.1|^8.0"
},
"conflict": {
"phpstan/phpstan-shim": "*"
},
"bin": [
"phpstan",
@ -44,20 +47,20 @@
"MIT"
],
"description": "PHPStan - PHP Static Analysis Tool",
"time": "2020-03-02T13:08:55+00:00"
"time": "2020-07-30T15:31:10+00:00"
},
{
"name": "squizlabs/php_codesniffer",
"version": "3.5.4",
"version": "3.5.5",
"source": {
"type": "git",
"url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
"reference": "dceec07328401de6211037abbb18bda423677e26"
"reference": "73e2e7f57d958e7228fce50dc0c61f58f017f9f6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/dceec07328401de6211037abbb18bda423677e26",
"reference": "dceec07328401de6211037abbb18bda423677e26",
"url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/73e2e7f57d958e7228fce50dc0c61f58f017f9f6",
"reference": "73e2e7f57d958e7228fce50dc0c61f58f017f9f6",
"shasum": ""
},
"require": {
@ -95,7 +98,7 @@
"phpcs",
"standards"
],
"time": "2020-01-30T22:20:29+00:00"
"time": "2020-04-17T01:09:41+00:00"
}
],
"aliases": [],