listen ansichten verbessert
This commit is contained in:
@@ -22,7 +22,8 @@
|
||||
"mintyphp/debugger": "*",
|
||||
"phpunit/phpunit": "*",
|
||||
"phpstan/phpstan": "^1.9",
|
||||
"icanhazstring/composer-unused": "^0.9.6"
|
||||
"icanhazstring/composer-unused": "^0.9.6",
|
||||
"friendsofphp/php-cs-fixer": "^3.66"
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4": {
|
||||
@@ -33,5 +34,9 @@
|
||||
"psr-4": {
|
||||
"MintyPHP\\": "lib/"
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
"cs:check": "php-cs-fixer fix --config=.php-cs-fixer.dist.php --dry-run --diff --verbose",
|
||||
"cs:fix": "php-cs-fixer fix --config=.php-cs-fixer.dist.php --verbose"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user