allerta-vvf/server/composer.json

29 lines
733 B
JSON

{
"name": "allerta-vvf/allerta-vvf",
"description": "Un software di allertamento per i vvf",
"type": "project",
"require": {
"twig/twig": "^3.0.5",
"tracy/tracy": "^2.7.5",
"delight-im/auth": "^8.2.2",
"ulrichsg/getopt-php": "^3.4.0",
"nikic/fast-route": "^2.0@dev",
"spatie/array-to-xml": "^2.14",
"ezyang/htmlpurifier": "^4.13",
"netpromotion/profiler": "^1.3"
},
"license": "GPL-3.0-or-later",
"authors": [
{
"name": "Matteo Gheza",
"email": "matteo@matteogheza.it"
}
],
"minimum-stability": "stable",
"scripts": {
"test": [
"codecept run --steps"
]
}
}