Files
website-typo3/composer.json
T
2022-03-15 17:23:50 +01:00

97 lines
2.8 KiB
JSON

{
"name": "dpn/ep-reisen-web",
"description" : "EP Reisen TYPO3 website package",
"license": "GPL-2.0+",
"type": "project",
"require": {
"php": "^7.4",
"ext-curl": "*",
"ext-json": "*",
"ext-libxml": "*",
"ext-pdo": "*",
"ext-simplexml": "*",
"b13/container": "^1.3",
"christophlehmann/imageoptimizer": "^3.0",
"fluidtypo3/vhs": "^6.0",
"georgringer/news": "^8.5",
"gridelementsteam/gridelements": "^10.0",
"helhum/typo3-console": "^6.4",
"kigkonsult/icalcreator": "^2.29",
"league/csv": "^9.2",
"league/period": "^4.9",
"ssch/typo3-encore": "^3.0",
"symfony/http-client": "^4.3",
"symfony/options-resolver": "^4.2",
"symfony/property-access": "^4.3",
"symfony/serializer": "^4.2",
"tritum/form-element-linked-checkbox": "^2.1",
"typo3/cms-adminpanel": "^10.4",
"typo3/cms-backend": "^10.4",
"typo3/cms-belog": "^10.4",
"typo3/cms-beuser": "^10.4",
"typo3/cms-core": "^10.4",
"typo3/cms-extbase": "^10.4",
"typo3/cms-extensionmanager": "^10.4",
"typo3/cms-felogin": "^10.4",
"typo3/cms-filelist": "^10.4",
"typo3/cms-filemetadata": "^10.4",
"typo3/cms-fluid": "^10.4",
"typo3/cms-fluid-styled-content": "^10.4",
"typo3/cms-form": "^10.4",
"typo3/cms-frontend": "^10.4",
"typo3/cms-info": "^10.4",
"typo3/cms-install": "^10.4",
"typo3/cms-lowlevel": "^10.4",
"typo3/cms-recordlist": "^10.4",
"typo3/cms-recycler": "^10.4",
"typo3/cms-redirects": "^10.4",
"typo3/cms-reports": "^10.4",
"typo3/cms-rte-ckeditor": "^10.4",
"typo3/cms-scheduler": "^10.4",
"typo3/cms-seo": "^10.4",
"typo3/cms-setup": "^10.4",
"typo3/cms-t3editor": "^10.4",
"typo3/cms-tstemplate": "^10.4",
"typo3/cms-viewpage": "^10.4",
"wazum/pagetree-resizable": "^1.2",
"yoast-seo-for-typo3/yoast_seo": "^7.2",
"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.8",
"deployer/recipes": "^6.2",
"ichhabrecht/filefill": "^3.3"
},
"config": {
"sort-packages": true,
"platform": {
"php": "7.4.13"
},
"allow-plugins": {
"typo3/cms-composer-installers": true,
"typo3/class-alias-loader": true,
"helhum/typo3-console-plugin": true
}
}
}