97 lines
2.8 KiB
JSON
97 lines
2.8 KiB
JSON
{
|
|
"repositories": [
|
|
{ "type": "composer", "url": "https://composer.typo3.org/" }
|
|
],
|
|
"name": "dpn/ep-reisen-web",
|
|
"description" : "EP Reisen TYPO3 website package",
|
|
"license": "GPL-2.0+",
|
|
"type": "project",
|
|
"require": {
|
|
"php": "^7.3",
|
|
"ext-curl": "*",
|
|
"ext-json": "*",
|
|
"ext-libxml": "*",
|
|
"ext-pdo": "*",
|
|
"ext-simplexml": "*",
|
|
"christophlehmann/imageoptimizer": "^2.0",
|
|
"fab/media": "^5.0",
|
|
"fab/vidi": "^3.2",
|
|
"fluidtypo3/vhs": "^5.2",
|
|
"georgringer/news": "^7.2",
|
|
"gridelementsteam/gridelements": "^9.2",
|
|
"helhum/typo3-console": "^5.6",
|
|
"kigkonsult/icalcreator": "^2.29",
|
|
"league/csv": "^9.2",
|
|
"league/period": "^4.9",
|
|
"lochmueller/staticfilecache": "^10.2",
|
|
"pixelant/pxa-social-feed": "^2.0",
|
|
"ssch/typo3-encore": "^2.0",
|
|
"symfony/http-client": "^4.3",
|
|
"symfony/options-resolver": "^4.2",
|
|
"symfony/property-access": "^4.3",
|
|
"symfony/serializer": "^4.2",
|
|
"typo3/cms-adminpanel": "^9.5",
|
|
"typo3/cms-backend": "^9.5",
|
|
"typo3/cms-belog": "^9.5",
|
|
"typo3/cms-beuser": "^9.5",
|
|
"typo3/cms-core": "^9.5",
|
|
"typo3/cms-extbase": "^9.5",
|
|
"typo3/cms-extensionmanager": "^9.5",
|
|
"typo3/cms-felogin": "^9.5",
|
|
"typo3/cms-filelist": "^9.5",
|
|
"typo3/cms-filemetadata": "^9.5",
|
|
"typo3/cms-fluid": "^9.5",
|
|
"typo3/cms-fluid-styled-content": "^9.5",
|
|
"typo3/cms-form": "^9.5",
|
|
"typo3/cms-frontend": "^9.5",
|
|
"typo3/cms-info": "^9.5",
|
|
"typo3/cms-install": "^9.5",
|
|
"typo3/cms-lowlevel": "^9.5",
|
|
"typo3/cms-recordlist": "^9.5",
|
|
"typo3/cms-recycler": "^9.5",
|
|
"typo3/cms-redirects": "^9.5",
|
|
"typo3/cms-reports": "^9.5",
|
|
"typo3/cms-rte-ckeditor": "^9.5",
|
|
"typo3/cms-scheduler": "^9.5",
|
|
"typo3/cms-seo": "^9.5",
|
|
"typo3/cms-setup": "^9.5",
|
|
"typo3/cms-t3editor": "^9.5",
|
|
"typo3/cms-taskcenter": "^9.5",
|
|
"typo3/cms-tstemplate": "^9.5",
|
|
"typo3/cms-viewpage": "^9.5",
|
|
"wazum/pagetree-resizable": "^1.2",
|
|
"yoast-seo-for-typo3/yoast_seo": "^5.1",
|
|
"yohang/calendr": "^2.1"
|
|
},
|
|
"scripts": {
|
|
"typo3-cms-scripts": [
|
|
"@php vendor/bin/typo3cms install:fixfolderstructure",
|
|
"@php vendor/bin/typo3cms install:generatepackagestates"
|
|
],
|
|
"post-install-cmd": [
|
|
"@typo3-cms-scripts"
|
|
],
|
|
"post-update-cmd": [
|
|
"@typo3-cms-scripts"
|
|
]
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"EP\\EpEvents\\": "public/typo3conf/ext/ep_events/Classes",
|
|
"EP\\EpProducts\\": "public/typo3conf/ext/ep_products/Classes",
|
|
"EP\\EpTheme\\": "public/typo3conf/ext/ep_theme/Classes",
|
|
"EP\\EpTrack\\": "public/typo3conf/ext/ep_track/Classes"
|
|
}
|
|
},
|
|
"require-dev": {
|
|
"deployer/deployer": "^6.0",
|
|
"ichhabrecht/filefill": "^2.0"
|
|
},
|
|
"config": {
|
|
"sort-packages": true,
|
|
"platform": {
|
|
"php": "7.3.10"
|
|
}
|
|
}
|
|
}
|