engelsystem/composer.json

33 lines
704 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.6.4",
2017-01-02 03:15:57 +01:00
"erusev/parsedown": "1.6.*",
"twbs/bootstrap": "^3.3"
2017-01-20 21:12:19 +01:00
},
2017-07-17 18:54:06 +02:00
"require-dev": {
"phpunit/phpunit": "^6.2"
},
2017-01-20 21:12:19 +01:00
"autoload": {
"psr-4": {
"Engelsystem\\": "src/"
},
"files": [
"src/helpers.php"
]
}
}