fix phpstan/phpcs

This commit is contained in:
Dennis Eichhorn 2021-06-26 14:38:08 +02:00
parent eb1eae175f
commit d7deceb6e8
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
[ [
{ {
"type": "collection", "type": "collection",
"create_directory": true, "create_directory": true,
"name": "Organization", "name": "Organization",
"virtualPath": "/Modules", "virtualPath": "/Modules",
"user": 1 "user": 1

View File

@ -9,7 +9,7 @@
], ],
"require-dev": { "require-dev": {
"phpunit/phpunit": ">=9.4", "phpunit/phpunit": ">=9.4",
"friendsofphp/php-cs-fixer": ">=2.18", "friendsofphp/php-cs-fixer": ">=3.0",
"squizlabs/php_codesniffer": ">=3.5", "squizlabs/php_codesniffer": ">=3.5",
"phpmd/phpmd": ">=2.9", "phpmd/phpmd": ">=2.9",
"phpstan/phpstan": ">=0.12.58", "phpstan/phpstan": ">=0.12.58",