mirror of
https://github.com/werkraum-media/events.git
synced 2024-11-10 00:36:10 +01:00
43 lines
1.1 KiB
JSON
43 lines
1.1 KiB
JSON
{
|
|
"name": "wrm/events",
|
|
"type": "typo3-cms-extension",
|
|
"license": "GPL-2.0-or-later",
|
|
"description": "Extension to manage Destination Data managed events",
|
|
"authors": [
|
|
{
|
|
"name": "Dirk Koritnik",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": "~7.2.0 || ~7.3.0 || ~7.4.0",
|
|
"typo3/cms-core": "^10.4",
|
|
"typo3/cms-extbase": "^10.4",
|
|
"typo3/cms-fluid": "^10.4",
|
|
"typo3/cms-frontend": "^10.4"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Wrm\\Events\\": "Classes"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"Wrm\\Events\\Tests\\": "Tests"
|
|
}
|
|
},
|
|
"extra": {
|
|
"typo3/cms": {
|
|
"cms-package-dir": "{$vendor-dir}/typo3/cms",
|
|
"extension-key": "events",
|
|
"web-dir": ".Build/web"
|
|
}
|
|
},
|
|
"require-dev": {
|
|
"squizlabs/php_codesniffer": "^3.5",
|
|
"symplify/easy-coding-standard": "^9.4",
|
|
"phpstan/phpstan": "^0.12.98",
|
|
"phpstan/extension-installer": "^1.1",
|
|
"saschaegerer/phpstan-typo3": "^0.13.3"
|
|
}
|
|
}
|