summaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json36
1 files changed, 36 insertions, 0 deletions
diff --git a/composer.json b/composer.json
new file mode 100644
index 00000000..a8f0b0d6
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,36 @@
+{
+ "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": ">=7.0.0",
+ "erusev/parsedown": "^1.6",
+ "illuminate/container": "5.5.*",
+ "psr/container": "^1.0",
+ "psr/log": "^1.0",
+ "symfony/http-foundation": "^3.3",
+ "twbs/bootstrap": "^3.3"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^6.3"
+ },
+ "autoload": {
+ "psr-4": {
+ "Engelsystem\\": "src/"
+ },
+ "files": [
+ "src/helpers.php"
+ ]
+ }
+}