Мелочи по конфигу composer

pull/15/head
Anthony Axenov 2021-12-18 14:09:07 +08:00
parent 573af15bac
commit b4cc0fec53
1 changed files with 4 additions and 0 deletions

View File

@ -75,5 +75,9 @@
"scripts": {
"test": "vendor/bin/phpunit --colors=always",
"coverage": "php -dxdebug.mode=coverage vendor/bin/phpunit --coverage-html .coverage"
},
"config": {
"optimize-autoloader": true,
"sort-packages": true
}
}