allerta-vvf/server/composer.json

34 lines
934 B
JSON

{
"name": "matteo/allerta",
"description": "Un software di allertamento per i vvf",
"type": "project",
"require": {
"twig/twig": "3.x-dev",
"tracy/tracy": "^2.7@dev",
"delight-im/auth": "dev-master",
"ulrichsg/getopt-php": "dev-master"
},
"license": "GPL-3.0-or-later",
"authors": [
{
"name": "Matteo Gheza",
"email": "matteo@matteogheza.it"
}
],
"minimum-stability": "dev",
"require-dev": {
"codeception/codeception": "4.x-dev",
"codeception/module-asserts": "*",
"codeception/module-phpbrowser": "^1.0.0",
"codeception/phpbuiltinserver": "*",
"phpunit/phpunit": "6.*",
"captbaritone/mailcatcher-codeception-module": "*",
"nathanmac/datetime-codeception-module": "~1.0"
},
"scripts": {
"test": [
"codecept run --steps"
]
}
}