engelsystem/composer.json

22 lines
490 B
JSON
Raw Normal View History

{
"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",
2017-01-02 03:15:57 +01:00
"erusev/parsedown": "1.6.*",
"twbs/bootstrap": "^3.3"
}
}