mirror of
https://github.com/werkraum-media/events.git
synced 2024-11-10 00:16:11 +01:00
Daniel Siepmann
c56a10b748
* Set ``alternative`` to the ``description`` if available. * Set ``creator_tool`` to the "destination.one". * Set ``source`` to the URL of the fetched image.
72 lines
2.2 KiB
JSON
72 lines
2.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 || ~8.1.0 || ~8.2.0",
|
|
"typo3/cms-core": "^10.4 || ^11.5",
|
|
"typo3/cms-extbase": "^10.4 || ^11.5",
|
|
"typo3/cms-filelist": "^10.4 || ^11.5",
|
|
"typo3/cms-filemetadata": "^10.4 || ^11.5",
|
|
"typo3/cms-fluid": "^10.4 || ^11.5",
|
|
"typo3/cms-frontend": "^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": {
|
|
"codappix/typo3-php-datasets": "^1.2",
|
|
"friendsofphp/php-cs-fixer": "^3.4",
|
|
"guzzlehttp/guzzle": "^6.3 || ^7.3",
|
|
"jangregor/phpstan-prophecy": "1.0.0",
|
|
"phpspec/prophecy-phpunit": "^1.0 || ^2.0",
|
|
"phpstan/extension-installer": "^1.1",
|
|
"phpstan/phpstan": "1.5.7",
|
|
"phpstan/phpstan-phpunit": "1.1.1",
|
|
"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"
|
|
},
|
|
"config": {
|
|
"sort-packages": true,
|
|
"allow-plugins": {
|
|
"typo3/class-alias-loader": true,
|
|
"typo3/cms-composer-installers": true,
|
|
"phpstan/extension-installer": true
|
|
}
|
|
}
|
|
}
|