2019-07-18 13:44:19 +02:00
|
|
|
{
|
|
|
|
"name": "wrm/events",
|
|
|
|
"type": "typo3-cms-extension",
|
|
|
|
"description": "Extension to manage Destination Data managed events",
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Dirk Koritnik",
|
|
|
|
"role": "Developer"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"require": {
|
2021-01-07 08:45:18 +01:00
|
|
|
"typo3/cms-core": "^10.4",
|
|
|
|
"typo3/cms-extbase": "^10.4",
|
|
|
|
"typo3/cms-fluid": "^10.4"
|
2019-07-18 13:44:19 +02:00
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Wrm\\Events\\": "Classes"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload-dev": {
|
|
|
|
"psr-4": {
|
|
|
|
"Wrm\\Events\\Tests\\": "Tests"
|
|
|
|
}
|
|
|
|
},
|
2021-01-07 08:31:58 +01:00
|
|
|
"extra": {
|
|
|
|
"typo3/cms": {
|
|
|
|
"extension-key": "events"
|
|
|
|
}
|
2019-07-18 13:44:19 +02:00
|
|
|
}
|
2020-10-01 08:34:13 +02:00
|
|
|
}
|