allerta-vvf/server/composer.json

46 lines
1.3 KiB
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",
2021-04-28 14:53:57 +02:00
"repositories": [
{
"type": "vcs",
2021-05-30 13:52:33 +02:00
"no-api": true,
2021-04-28 14:53:57 +02:00
"url": "https://github.com/allerta-vvf/tiny-html-minifier"
2021-05-27 23:47:47 +02:00
},
{
"type": "vcs",
2021-05-30 13:52:33 +02:00
"no-api": true,
2021-05-27 23:47:47 +02:00
"url": "https://github.com/allerta-vvf/php-debugbar"
2021-04-28 14:53:57 +02:00
}
],
2020-04-27 23:27:39 +02:00
"require": {
2021-06-11 11:06:13 +02:00
"twig/twig": "3.3.2",
"delight-im/auth": "8.3.0",
"ulrichsg/getopt-php": "4.0.0",
"nikic/fast-route": "^2.0@dev",
"spatie/array-to-xml": "2.16.0",
2021-06-11 11:06:13 +02:00
"ezyang/htmlpurifier": "4.13.0",
"brick/phonenumber": "0.2.2",
"sentry/sdk": "3.1.0",
2021-05-27 23:47:47 +02:00
"maximebf/debugbar": "dev-master",
2021-06-11 11:06:13 +02:00
"azuyalabs/yasumi": "2.4.0",
"ministryofweb/php-osm-tiles": "2.0.0",
"jenstornell/tiny-html-minifier": "dev-master",
2021-06-11 11:06:13 +02:00
"delight-im/db": "1.3.1",
2021-06-23 23:20:51 +02:00
"webonyx/graphql-php": "14.9.0",
"phpfastcache/phpfastcache": "^8.0"
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-11-13 18:57:47 +01:00
"require-dev": {
2021-06-11 11:06:13 +02:00
"pheromone/phpcs-security-audit": "2.0.1"
2020-05-20 13:11:41 +02:00
}
}