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"
|
|
|
|
}
|
|
|
|
],
|
2019-11-12 22:24:18 +01:00
|
|
|
"scripts": {
|
|
|
|
"phpcs": "phpcs -p",
|
|
|
|
"phpcbf": "phpcbf -p"
|
|
|
|
},
|
2017-01-02 02:19:17 +01:00
|
|
|
"require": {
|
2019-11-30 01:52:27 +01:00
|
|
|
"php": ">=7.2.0",
|
2018-08-11 23:46:28 +02:00
|
|
|
"ext-json": "*",
|
2018-08-29 21:55:32 +02:00
|
|
|
"ext-libxml": "*",
|
2019-03-16 19:56:58 +01:00
|
|
|
"ext-mbstring": "*",
|
2018-08-11 23:46:28 +02:00
|
|
|
"ext-PDO": "*",
|
2018-08-29 21:55:32 +02:00
|
|
|
"ext-SimpleXML": "*",
|
|
|
|
"ext-xml": "*",
|
2019-05-31 17:09:50 +02:00
|
|
|
"doctrine/dbal": "^2.9",
|
|
|
|
"erusev/parsedown": "^1.7",
|
2019-07-08 01:47:01 +02:00
|
|
|
"gettext/gettext": "^4.6",
|
2019-05-31 17:09:50 +02:00
|
|
|
"illuminate/container": "5.8.*",
|
|
|
|
"illuminate/database": "5.8.*",
|
|
|
|
"illuminate/support": "5.8.*",
|
2018-08-25 21:16:20 +02:00
|
|
|
"nikic/fast-route": "^1.3",
|
2019-04-17 10:09:50 +02:00
|
|
|
"nyholm/psr7": "^1.1",
|
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",
|
2019-05-31 17:09:50 +02:00
|
|
|
"psr/log": "^1.1",
|
2019-07-10 13:34:15 +02:00
|
|
|
"respect/validation": "^1.1",
|
2019-05-31 17:09:50 +02:00
|
|
|
"swiftmailer/swiftmailer": "^6.2",
|
|
|
|
"symfony/http-foundation": "^4.3",
|
|
|
|
"symfony/psr-http-message-bridge": "^1.2",
|
2019-11-29 19:38:28 +01:00
|
|
|
"twig/twig": "^3.0",
|
2019-05-31 17:09:50 +02:00
|
|
|
"vlucas/phpdotenv": "^3.3"
|
2017-01-20 21:12:19 +01:00
|
|
|
},
|
2017-07-17 18:54:06 +02:00
|
|
|
"require-dev": {
|
2019-04-24 10:45:00 +02:00
|
|
|
"dms/phpunit-arraysubset-asserts": "^0.1.0",
|
2019-05-31 17:09:50 +02:00
|
|
|
"filp/whoops": "^2.3",
|
2019-04-24 10:45:00 +02:00
|
|
|
"phpunit/phpunit": "^8.1",
|
2019-11-10 23:26:23 +01:00
|
|
|
"squizlabs/php_codesniffer": "^3.5",
|
2019-05-31 17:09:50 +02:00
|
|
|
"symfony/var-dumper": "^4.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
|
|
|
}
|
|
|
|
}
|