mirror of
https://github.com/werkraum-media/events.git
synced 2024-11-09 23:56:11 +01:00
Daniel Siepmann
8446855d96
New versions often introduce new issues breaking existing pipeline and taking off time from the actual task. We therefore pin versions do not get unexpected updates.
68 lines
2 KiB
JSON
68 lines
2 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"
|
|
},
|
|
{
|
|
"name": "Daniel Siepmann",
|
|
"email": "coding@daniel-siepmann.de",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": "~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0",
|
|
"typo3/cms-core": "^10.4 || ^11.5",
|
|
"typo3/cms-extbase": "^10.4 || ^11.5",
|
|
"typo3/cms-fluid": "^10.4 || ^11.5",
|
|
"typo3/cms-frontend": "^10.4 || ^11.5",
|
|
"typo3/cms-filelist": "^10.4 || ^11.5"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Wrm\\Events\\": "Classes"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"Wrm\\Events\\Tests\\": "Tests"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"post-autoload-dump": [
|
|
"mkdir -p .Build/web/typo3conf/ext/",
|
|
"[ -L .Build/web/typo3conf/ext/events ] || ln -snvf ../../../../. .Build/web/typo3conf/ext/events"
|
|
]
|
|
},
|
|
"extra": {
|
|
"typo3/cms": {
|
|
"cms-package-dir": "{$vendor-dir}/typo3/cms",
|
|
"extension-key": "events",
|
|
"web-dir": ".Build/web"
|
|
}
|
|
},
|
|
"require-dev": {
|
|
"typo3/cms-backend": "^10.4 || ^11.5",
|
|
"squizlabs/php_codesniffer": "^3.5",
|
|
"symplify/easy-coding-standard": "^9.4",
|
|
"phpstan/phpstan": "1.5.7",
|
|
"phpstan/extension-installer": "^1.1",
|
|
"saschaegerer/phpstan-typo3": "1.1.2",
|
|
"typo3/testing-framework": "^6.14",
|
|
"jangregor/phpstan-prophecy": "1.0.0",
|
|
"phpstan/phpstan-phpunit": "1.1.1",
|
|
"guzzlehttp/guzzle": "^6.3 || ^7.3",
|
|
"phpspec/prophecy-phpunit": "^1.0 || ^2.0"
|
|
},
|
|
"config": {
|
|
"allow-plugins": {
|
|
"typo3/class-alias-loader": true,
|
|
"typo3/cms-composer-installers": true,
|
|
"phpstan/extension-installer": true
|
|
}
|
|
}
|
|
}
|