allerta-vvf/server/composer.json

43 lines
1.2 KiB
JSON

{
"name": "allerta-vvf/allerta-vvf",
"description": "Un software di allertamento per i vvf",
"type": "project",
"repositories": [
{
"type": "vcs",
"url": "https://github.com/allerta-vvf/tiny-html-minifier"
},
{
"type": "vcs",
"url": "https://github.com/allerta-vvf/php-debugbar"
}
],
"require": {
"twig/twig": "^3.3.2",
"delight-im/auth": "^8.3.0",
"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": "dev-master",
"azuyalabs/yasumi": "^2.4",
"ministryofweb/php-osm-tiles": "^2.0",
"jenstornell/tiny-html-minifier": "dev-master",
"delight-im/db": "^1.3",
"webonyx/graphql-php": "^14.7"
},
"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"
}
}