engelsystem/composer.json

55 lines
1.5 KiB
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.1.0",
2018-08-07 03:18:22 +02:00
"ext-gettext": "*",
2018-08-11 23:46:28 +02:00
"ext-json": "*",
"ext-libxml": "*",
2018-08-11 23:46:28 +02:00
"ext-PDO": "*",
"ext-SimpleXML": "*",
"ext-xml": "*",
"doctrine/dbal": "^2.8",
"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.*",
"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",
"psr/log": "^1.0",
"swiftmailer/swiftmailer": "^6.1",
"symfony/http-foundation": "^3.3",
"symfony/psr-http-message-bridge": "^1.0",
"twig/extensions": "^1.5",
"twig/twig": "^2.5",
"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"
},
"files": [
"src/helpers.php"
]
}
}