composer.json
{
"name": "jeyroik/df-telegram",
"description": "Telegram application fo DeFlou",
"require": {
"jeyroik/df-applications": "4.*",
"jeyroik/df-triggers": "4.*",
"jeyroik/df-templates-html": "0.*"
},
"require-dev": {
"phpunit/phpunit": "^9",
"jeyroik/extas-snuffbox": "1.*"
},
"autoload": {
"psr-4": {
"deflou\\": "src/",
"tests\\": "tests/"
}
},
"scripts": {
"test": "vendor/bin/phpunit --testdox --coverage-clover=coverage.xml --whitelist=src tests"
}
}