summaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json29
1 files changed, 29 insertions, 0 deletions
diff --git a/composer.json b/composer.json
new file mode 100644
index 00000000..7655275c
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,29 @@
+{
+ "name": "engelsystem/engelsystem",
+ "description": "Shift planning system for chaos events",
+ "type": "project",
+ "license": "GPL-2.0",
+ "authors": [
+ {
+ "name": "msquare",
+ "email": "msquare@notrademark.de"
+ },
+ {
+ "name": "MyIgel",
+ "email": "igor.scheller@igorshp.de"
+ }
+ ],
+ "require": {
+ "php": ">=5.4",
+ "erusev/parsedown": "1.6.*",
+ "twbs/bootstrap": "^3.3"
+ },
+ "autoload": {
+ "psr-4": {
+ "Engelsystem\\": "src/"
+ },
+ "files": [
+ "src/helpers.php"
+ ]
+ }
+}