allerta-vvf/server/composer.json

28 lines
756 B
JSON

{
"name": "allerta-vvf/allerta-vvf",
"description": "Un software di allertamento per i vvf",
"type": "project",
"require": {
"twig/twig": "^3.2.1",
"delight-im/auth": "^8.2.2",
"ulrichsg/getopt-php": "^3.4.0",
"nikic/fast-route": "^2.0@dev",
"spatie/array-to-xml": "^2.16",
"ezyang/htmlpurifier": "^4.13",
"brick/phonenumber": "^0.2.2",
"sentry/sdk": "^3.1",
"maximebf/debugbar": "^1.16"
},
"license": "GPL-3.0-or-later",
"authors": [
{
"name": "Matteo Gheza",
"email": "matteo@matteogheza.it"
}
],
"minimum-stability": "stable",
"require-dev": {
"pheromone/phpcs-security-audit": "^2.0"
}
}