engelsystem/composer.json

41 lines
994 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": ">=7.0.0",
"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.*",
"illuminate/support": "^5.5",
2017-09-19 18:30:42 +02:00
"psr/container": "^1.0",
"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/"
},
"files": [
"src/helpers.php"
]
}
}