mirror of
https://github.com/werkraum-media/events.git
synced 2024-11-13 01:16:11 +01:00
Daniel Siepmann
f618536ff9
In order to static analyze code and prevent bugs when changing code. Fix issues in most of the files.
42 lines
1.1 KiB
JSON
42 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": {
|
|
"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"
|
|
}
|
|
}
|