2019-07-18 13:44:19 +02:00
|
|
|
{
|
|
|
|
"name": "wrm/events",
|
|
|
|
"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-04-03 08:41:22 +02:00
|
|
|
"php": "~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0",
|
2021-11-24 13:36:11 +01:00
|
|
|
"typo3/cms-core": "^10.4 || ^11.5",
|
|
|
|
"typo3/cms-extbase": "^10.4 || ^11.5",
|
2023-06-19 10:22:54 +02:00
|
|
|
"typo3/cms-filelist": "^10.4 || ^11.5",
|
|
|
|
"typo3/cms-filemetadata": "^10.4 || ^11.5",
|
2021-11-24 13:36:11 +01:00
|
|
|
"typo3/cms-fluid": "^10.4 || ^11.5",
|
2023-06-19 10:22:54 +02:00
|
|
|
"typo3/cms-frontend": "^10.4 || ^11.5"
|
2019-07-18 13:44:19 +02:00
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Wrm\\Events\\": "Classes"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload-dev": {
|
|
|
|
"psr-4": {
|
2023-08-10 14:20:37 +02:00
|
|
|
"Wrm\\Events\\Tests\\": "Tests",
|
|
|
|
"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": {
|
|
|
|
"typo3/cms": {
|
2021-09-07 09:03:02 +02:00
|
|
|
"cms-package-dir": "{$vendor-dir}/typo3/cms",
|
|
|
|
"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-05-04 15:23:23 +02:00
|
|
|
"codappix/typo3-php-datasets": "^1.2",
|
2023-06-07 08:56:42 +02:00
|
|
|
"friendsofphp/php-cs-fixer": "^3.4",
|
2022-08-09 09:21:45 +02:00
|
|
|
"guzzlehttp/guzzle": "^6.3 || ^7.3",
|
2022-04-25 07:50:12 +02:00
|
|
|
"jangregor/phpstan-prophecy": "1.0.0",
|
2022-08-09 09:21:45 +02:00
|
|
|
"phpspec/prophecy-phpunit": "^1.0 || ^2.0",
|
|
|
|
"phpstan/extension-installer": "^1.1",
|
2023-08-10 13:47:27 +02:00
|
|
|
"phpstan/phpstan": "1.10.28",
|
2022-04-25 07:50:12 +02:00
|
|
|
"phpstan/phpstan-phpunit": "1.1.1",
|
2022-08-09 09:21:45 +02:00
|
|
|
"saschaegerer/phpstan-typo3": "1.1.2",
|
|
|
|
"squizlabs/php_codesniffer": "^3.5",
|
|
|
|
"typo3/cms-backend": "^10.4 || ^11.5",
|
|
|
|
"typo3/cms-fluid-styled-content": "^10.4 || ^11.5",
|
|
|
|
"typo3/testing-framework": "^6.14"
|
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,
|
|
|
|
"phpstan/extension-installer": true
|
|
|
|
}
|
2019-07-18 13:44:19 +02:00
|
|
|
}
|
2020-10-01 08:34:13 +02:00
|
|
|
}
|