From 4da9d4c7c0eb0ee30e3adb44987d111437dfe305 Mon Sep 17 00:00:00 2001 From: Michael Rosenberger Date: Sun, 25 Nov 2018 23:00:03 +0100 Subject: [PATCH] Adds first composer.json file --- composer.json | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 composer.json diff --git a/composer.json b/composer.json new file mode 100644 index 00000000..a242bd24 --- /dev/null +++ b/composer.json @@ -0,0 +1,41 @@ +{ + "name": "froxlor/froxlor", + "description": "The server administration software for your needs. Developed by experienced server administrators, this panel simplifies the effort of managing your hosting platform.", + "keywords": ["server", "administration", "php"], + "homepage": "https://www.froxlor.org", + "license": "GPL-2.0-or-later", + "authors": [ + { + "name": "Michael Kaufmann", + "email": "team@froxlor.org", + "role": "Lead Developer" + }, + { + "name": "Robert Förster", + "email": "team@froxlor.org", + "role": "Package Maintainer" + } + ], + "support": { + "email": "team@froxlor.org", + "issues": "https://github.com/Froxlor/Froxlor/issues", + "forum": "https://forum.froxlor.org/", + "wiki": "https://github.com/Froxlor/Froxlor/wiki", + "irc": "irc://chat.freenode.net/froxlor", + "source": "https://github.com/Froxlor/Froxlor", + "docs": "https://github.com/Froxlor/Froxlor/wiki" + }, + "require" : { + "php" : ">=5.3", + "ext-pdo": "*", + "ext-pdo_mysql": "*", + "ext-xml": "*", + "ext-mbstring": "*", + "ext-curl": "*", + "ext-json": "*" + }, + "suggest": { + "ext-bcmath": "*", + "ext-zip": "*" + } +} \ No newline at end of file