aboutsummaryrefslogtreecommitdiffstats
path: root/mayor-orig/mayor-base/www/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'mayor-orig/mayor-base/www/composer.json')
-rw-r--r--mayor-orig/mayor-base/www/composer.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/mayor-orig/mayor-base/www/composer.json b/mayor-orig/mayor-base/www/composer.json
new file mode 100644
index 00000000..c31bbb16
--- /dev/null
+++ b/mayor-orig/mayor-base/www/composer.json
@@ -0,0 +1,17 @@
+{
+ "name": "mayor/mayor",
+ "description": "MaYoR elektronikus napló",
+ "type": "project",
+ "license": "GPL-2.0-or-later",
+ "authors": [
+ {
+ "name": "MaYoR Support",
+ "email": "support@mayor.hu"
+ }
+ ],
+ "require": {
+ "monolog/monolog": "^1.25",
+ "rollbar/rollbar": "^1",
+ "sentry/sentry": "^1.0"
+ }
+}