allerta-vvf/backend/composer.json

39 lines
1.1 KiB
JSON

{
"name": "allerta-vvf/allerta-vvf",
"description": "Un software di allertamento per i vvf",
"type": "project",
"repositories": [
{
"type": "vcs",
"no-api": true,
"url": "https://github.com/allerta-vvf/PHP-Auth-JWT"
}
],
"require": {
"delight-im/auth": "dev-master",
"ulrichsg/getopt-php": "4.0.1",
"nikic/fast-route": "^2.0@dev",
"spatie/array-to-xml": "3.1.0",
"ezyang/htmlpurifier": "4.14.0",
"brick/phonenumber": "0.4.0",
"sentry/sdk": "3.1.1",
"azuyalabs/yasumi": "2.4.0",
"ministryofweb/php-osm-tiles": "2.0.0",
"delight-im/db": "1.3.1",
"phpfastcache/phpfastcache": "9.0.1",
"skrtdev/novagram": "1.10",
"league/mime-type-detection": "1.9.0"
},
"license": "GPL-3.0-or-later",
"authors": [
{
"name": "Matteo Gheza",
"email": "me@matteogheza.it"
}
],
"minimum-stability": "stable",
"require-dev": {
"pheromone/phpcs-security-audit": "2.0.1"
}
}