113 lines
3.2 KiB
JSON
113 lines
3.2 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": "^5.6",
|
|
"ext-json": "*",
|
|
"typo3/cms": "^7.6",
|
|
"georgringer/news": "^6.1",
|
|
"dmitryd/typo3-realurl": "^2.3",
|
|
"helhum/typo3-console": "^4.9",
|
|
"typo3/cms-backend": "^7.6",
|
|
"typo3/cms-belog": "^7.6",
|
|
"typo3/cms-beuser": "^7.6",
|
|
"typo3/cms-context-help": "^7.6",
|
|
"typo3/cms-core": "^7.6",
|
|
"typo3/cms-extbase": "^7.6",
|
|
"typo3/cms-extensionmanager": "^7.6",
|
|
"typo3/cms-filelist": "^7.6",
|
|
"typo3/cms-filemetadata": "^7.6",
|
|
"typo3/cms-fluid": "^7.6",
|
|
"typo3/cms-fluid-styled-content": "^7.6",
|
|
"typo3/cms-form": "^7.6",
|
|
"typo3/cms-frontend": "^7.6",
|
|
"typo3/cms-func": "^7.6",
|
|
"typo3/cms-func-wizards": "^7.6",
|
|
"typo3/cms-info": "^7.6",
|
|
"typo3/cms-info-pagetsconfig": "^7.6",
|
|
"typo3/cms-install": "^7.6",
|
|
"typo3/cms-lang": "^7.6",
|
|
"typo3/cms-lowlevel": "^7.6",
|
|
"typo3/cms-opendocs": "^7.6",
|
|
"typo3/cms-recordlist": "^7.6",
|
|
"typo3/cms-recycler": "^7.6",
|
|
"typo3/cms-reports": "^7.6",
|
|
"typo3/cms-rsaauth": "^7.6",
|
|
"typo3/cms-rtehtmlarea": "^7.6",
|
|
"typo3/cms-saltedpasswords": "^7.6",
|
|
"typo3/cms-scheduler": "^7.6",
|
|
"typo3/cms-setup": "^7.6",
|
|
"typo3/cms-sv": "^7.6",
|
|
"typo3/cms-sys-action": "^7.6",
|
|
"typo3/cms-t3editor": "^7.6",
|
|
"typo3/cms-t3skin": "^7.6",
|
|
"typo3/cms-taskcenter": "^7.6",
|
|
"typo3/cms-tstemplate": "^7.6",
|
|
"typo3/cms-viewpage": "^7.6",
|
|
"typo3/cms-wizard-crpages": "^7.6",
|
|
"typo3/cms-wizard-sortpages": "^7.6",
|
|
"fluidtypo3/vhs": "^3.1",
|
|
"typo3-ter/gridelements": "7.2",
|
|
"typo3-ter/media": "^4.5",
|
|
"typo3-ter/metaseo": "2.1",
|
|
"typo3-ter/ods-redirects": "^1.3",
|
|
"typo3-ter/pagepath": "^1.1",
|
|
"typo3-ter/pb-social": "^1.3",
|
|
"typo3-ter/sourceopt": "^1.0",
|
|
"typo3-ter/html-compress": "^1.1",
|
|
"typo3-ter/imageoptimizer": "^1.0",
|
|
"typo3-ter/loginlimit": "^1.0",
|
|
"doctrine/dbal": "^2.5",
|
|
"yohang/calendr": "^2.1",
|
|
"wyrihaximus/html-compress": "^1.4",
|
|
"symfony/serializer": "3.3.*",
|
|
"symfony/property-access": "^3.4",
|
|
"symfony/options-resolver": "^3.4"
|
|
},
|
|
"scripts": {
|
|
"typo3-cms-scripts": [
|
|
"typo3cms install:fixfolderstructure",
|
|
"typo3cms install:generatepackagestates",
|
|
"typo3cms language:update",
|
|
"typo3cms cache:flush",
|
|
"typo3cms pbsocial:updatefeeddata"
|
|
],
|
|
"post-install-cmd": [
|
|
"@typo3-cms-scripts"
|
|
],
|
|
"post-update-cmd": [
|
|
"@typo3-cms-scripts"
|
|
]
|
|
},
|
|
"extra": {
|
|
"typo3/cms": {
|
|
"cms-package-dir": "{$vendor-dir}/typo3/cms",
|
|
"web-dir": "web"
|
|
},
|
|
"helhum/typo3-console": {
|
|
"install-extension-dummy": false
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"EP\\EpEvents\\": "web/typo3conf/ext/ep_events/Classes",
|
|
"EP\\EpProducts\\": "web/typo3conf/ext/ep_products/Classes",
|
|
"EP\\EpTheme\\": "web/typo3conf/ext/ep_theme/Classes",
|
|
"EP\\EpTrack\\": "web/typo3conf/ext/ep_track/Classes"
|
|
}
|
|
},
|
|
"require-dev": {
|
|
"deployer/deployer": "^4.3"
|
|
},
|
|
"config": {
|
|
"platform": {
|
|
"php": "5.6.34"
|
|
}
|
|
}
|
|
}
|