allerta-vvf/server/composer.json

29 lines
733 B
JSON
Raw Normal View History

2020-04-27 23:27:39 +02:00
{
2020-10-05 23:50:17 +02:00
"name": "allerta-vvf/allerta-vvf",
2020-04-27 23:27:39 +02:00
"description": "Un software di allertamento per i vvf",
"type": "project",
"require": {
"twig/twig": "^3.1.1",
"tracy/tracy": "^2.7.6",
2020-10-05 23:50:17 +02:00
"delight-im/auth": "^8.2.2",
"ulrichsg/getopt-php": "^3.4.0",
"nikic/fast-route": "^2.0@dev",
"spatie/array-to-xml": "^2.15",
"ezyang/htmlpurifier": "^4.13",
"netpromotion/profiler": "^1.3"
2020-04-27 23:27:39 +02:00
},
"license": "GPL-3.0-or-later",
"authors": [
{
"name": "Matteo Gheza",
"email": "matteo@matteogheza.it"
}
],
"minimum-stability": "stable",
2020-05-20 13:26:38 +02:00
"scripts": {
"test": [
"codecept run --steps"
]
2020-05-20 13:11:41 +02:00
}
}