2019-07-18 13:44:19 +02:00
|
|
|
{
|
2023-11-09 10:27:43 +01:00
|
|
|
"name": "werkraummedia/events",
|
2019-07-18 13:44:19 +02:00
|
|
|
"type": "typo3-cms-extension",
|
2021-09-07 09:03:02 +02:00
|
|
|
"license": "GPL-2.0-or-later",
|
2023-08-10 16:12:47 +02:00
|
|
|
"description": "Extension to manage destination.one managed events",
|
|
|
|
"keywords": [
|
|
|
|
"events",
|
|
|
|
"destination.one"
|
|
|
|
],
|
2019-07-18 13:44:19 +02:00
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Dirk Koritnik",
|
|
|
|
"role": "Developer"
|
2021-12-15 12:28:06 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Daniel Siepmann",
|
|
|
|
"email": "coding@daniel-siepmann.de",
|
|
|
|
"role": "Developer"
|
2019-07-18 13:44:19 +02:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"require": {
|
2023-11-27 10:04:42 +01:00
|
|
|
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
|
|
|
|
"typo3/cms-core": "^12.4",
|
|
|
|
"typo3/cms-extbase": "^12.4",
|
|
|
|
"typo3/cms-filelist": "^12.4",
|
|
|
|
"typo3/cms-filemetadata": "^12.4",
|
|
|
|
"typo3/cms-fluid": "^12.4",
|
|
|
|
"typo3/cms-frontend": "^12.4"
|
2019-07-18 13:44:19 +02:00
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
2023-11-09 10:27:43 +01:00
|
|
|
"WerkraumMedia\\Events\\": "Classes"
|
2019-07-18 13:44:19 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload-dev": {
|
|
|
|
"psr-4": {
|
2023-11-09 10:27:43 +01:00
|
|
|
"WerkraumMedia\\Events\\Tests\\": "Tests",
|
2023-08-14 12:09:28 +02:00
|
|
|
"WerkraumMedia\\CustomCategories\\": "Tests/Functional/Psr14Events/DestinationDataImport/Fixtures/Extensions/custom_categories/Classes/",
|
2023-08-10 14:20:37 +02:00
|
|
|
"WerkraumMedia\\CustomEvent\\": "Tests/Functional/Psr14Events/DestinationDataImport/Fixtures/Extensions/custom_event/Classes/"
|
2019-07-18 13:44:19 +02:00
|
|
|
}
|
|
|
|
},
|
2021-12-15 12:28:06 +01:00
|
|
|
"scripts": {
|
|
|
|
"post-autoload-dump": [
|
|
|
|
"mkdir -p .Build/web/typo3conf/ext/",
|
|
|
|
"[ -L .Build/web/typo3conf/ext/events ] || ln -snvf ../../../../. .Build/web/typo3conf/ext/events"
|
|
|
|
]
|
|
|
|
},
|
2021-01-07 08:31:58 +01:00
|
|
|
"extra": {
|
2023-11-27 10:04:42 +01:00
|
|
|
"composer-exit-on-patch-failure": true,
|
|
|
|
"patches": {
|
|
|
|
"typo3/testing-framework": {
|
|
|
|
"Fix TypoScript record creation": "Patches/testing-framework-ts-record.patch",
|
|
|
|
"Fix Request state": "Patches/testing-framework-request-state.patch"
|
|
|
|
}
|
|
|
|
},
|
2021-01-07 08:31:58 +01:00
|
|
|
"typo3/cms": {
|
2021-09-07 09:03:02 +02:00
|
|
|
"extension-key": "events",
|
|
|
|
"web-dir": ".Build/web"
|
2021-01-07 08:31:58 +01:00
|
|
|
}
|
2021-01-07 08:50:43 +01:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2023-11-27 10:04:42 +01:00
|
|
|
"codappix/typo3-php-datasets": "^1.4",
|
|
|
|
"cweagans/composer-patches": "^1.7",
|
|
|
|
"dg/bypass-finals": "^1.5",
|
|
|
|
"friendsofphp/php-cs-fixer": "^3.38",
|
2022-08-09 09:21:45 +02:00
|
|
|
"guzzlehttp/guzzle": "^6.3 || ^7.3",
|
|
|
|
"phpstan/extension-installer": "^1.1",
|
2023-11-27 10:04:42 +01:00
|
|
|
"phpstan/phpstan": "^1.10",
|
|
|
|
"phpstan/phpstan-phpunit": "1.3.15",
|
|
|
|
"saschaegerer/phpstan-typo3": "1.9.0",
|
|
|
|
"typo3/cms-backend": "^12.4",
|
|
|
|
"typo3/cms-fluid-styled-content": "^12.4",
|
|
|
|
"typo3/testing-framework": "^8.0"
|
2022-01-26 13:59:52 +01:00
|
|
|
},
|
|
|
|
"config": {
|
2022-08-09 09:21:45 +02:00
|
|
|
"sort-packages": true,
|
2022-01-26 13:59:52 +01:00
|
|
|
"allow-plugins": {
|
|
|
|
"typo3/class-alias-loader": true,
|
|
|
|
"typo3/cms-composer-installers": true,
|
2023-11-27 10:04:42 +01:00
|
|
|
"phpstan/extension-installer": true,
|
|
|
|
"cweagans/composer-patches": true
|
2022-01-26 13:59:52 +01:00
|
|
|
}
|
2019-07-18 13:44:19 +02:00
|
|
|
}
|
2020-10-01 08:34:13 +02:00
|
|
|
}
|