update composer and fix bugs

This commit is contained in:
Dennis Eichhorn 2020-12-05 19:39:48 +01:00
parent 84f32b4c94
commit 2a8dddead6
2 changed files with 1287 additions and 1151 deletions

View File

@ -8,13 +8,11 @@
}
],
"require-dev": {
"phpunit/phpunit": "^9.4",
"squizlabs/php_codesniffer": "^3.5",
"phpmd/phpmd": "^2.6",
"phpstan/phpstan": "^0.12.18",
"phan/phan": "^1.1.5",
"friendsofphp/php-cs-fixer": "^2.16.1",
"johnkary/phpunit-speedtrap": "^3.1"
"phpunit/phpunit": ">=9.4",
"squizlabs/php_codesniffer": ">=3.5",
"phpmd/phpmd": ">=2.9",
"phpstan/phpstan": ">=0.12.58",
"phan/phan": ">=3.2.6"
},
"minimum-stability": "dev",
"prefer-stable": true

2426
composer.lock generated

File diff suppressed because it is too large Load Diff