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": {
|
2018-10-01 18:30:13 +02:00
|
|
|
"php": ">=7.1.0",
|
2018-08-07 03:18:22 +02:00
|
|
|
"ext-gettext": "*",
|
2018-08-11 23:46:28 +02:00
|
|
|
"ext-json": "*",
|
2018-08-29 21:55:32 +02:00
|
|
|
"ext-libxml": "*",
|
2018-08-11 23:46:28 +02:00
|
|
|
"ext-PDO": "*",
|
2018-08-29 21:55:32 +02:00
|
|
|
"ext-SimpleXML": "*",
|
|
|
|
"ext-xml": "*",
|
2018-10-07 14:53:52 +02:00
|
|
|
"doctrine/dbal": "^2.8",
|
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-10-24 13:35:31 +02:00
|
|
|
"illuminate/support": "5.5.*",
|
2018-08-25 21:16:20 +02:00
|
|
|
"nikic/fast-route": "^1.3",
|
2017-09-19 18:30:42 +02:00
|
|
|
"psr/container": "^1.0",
|
2018-08-07 03:18:22 +02:00
|
|
|
"psr/http-server-middleware": "^1.0",
|
2017-09-21 18:37:37 +02:00
|
|
|
"psr/log": "^1.0",
|
2018-09-05 13:40:03 +02:00
|
|
|
"swiftmailer/swiftmailer": "^6.1",
|
2017-09-21 18:37:37 +02:00
|
|
|
"symfony/http-foundation": "^3.3",
|
2018-01-18 19:01:34 +01:00
|
|
|
"symfony/psr-http-message-bridge": "^1.0",
|
2018-08-29 15:29:48 +02:00
|
|
|
"twig/extensions": "^1.5",
|
2018-08-26 02:54:52 +02:00
|
|
|
"twig/twig": "^2.5",
|
2018-01-18 19:01:34 +01:00
|
|
|
"zendframework/zend-diactoros": "^1.7"
|
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": {
|
2018-10-24 13:35:31 +02:00
|
|
|
"Engelsystem\\": "src/",
|
|
|
|
"Engelsystem\\Migrations\\": "db/migrations"
|
2017-01-21 23:07:20 +01:00
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"src/helpers.php"
|
|
|
|
]
|
2017-01-02 02:19:17 +01:00
|
|
|
}
|
|
|
|
}
|