2017-01-02 02:19:17 +01:00
|
|
|
{
|
|
|
|
"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": {
|
2017-08-29 23:26:26 +02:00
|
|
|
"php": ">=7.0.0",
|
2017-09-21 18:37:37 +02:00
|
|
|
"erusev/parsedown": "^1.6",
|
2017-09-24 20:17:17 +02:00
|
|
|
"illuminate/container": "5.5.*",
|
2018-01-14 01:48:50 +01:00
|
|
|
"illuminate/database": "5.5.*",
|
2018-01-14 01:45:23 +01:00
|
|
|
"illuminate/support": "^5.5",
|
2017-09-19 18:30:42 +02:00
|
|
|
"psr/container": "^1.0",
|
2017-09-21 18:37:37 +02:00
|
|
|
"psr/log": "^1.0",
|
|
|
|
"symfony/http-foundation": "^3.3",
|
|
|
|
"twbs/bootstrap": "^3.3"
|
2017-01-20 21:12:19 +01:00
|
|
|
},
|
2017-07-17 18:54:06 +02:00
|
|
|
"require-dev": {
|
2017-11-24 15:08:43 +01:00
|
|
|
"filp/whoops": "^2.1",
|
|
|
|
"phpunit/phpunit": "^6.3",
|
|
|
|
"symfony/var-dumper": "^3.3"
|
2017-07-17 18:54:06 +02:00
|
|
|
},
|
2017-01-20 21:12:19 +01:00
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Engelsystem\\": "src/"
|
2017-01-21 23:07:20 +01:00
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"src/helpers.php"
|
|
|
|
]
|
2017-01-02 02:19:17 +01:00
|
|
|
}
|
|
|
|
}
|