{ "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.1", "ext-json": "*", "ext-libxml": "*", "ext-simplexml": "*", "typo3/cms": "^8.7", "typo3/cms-backend": "^8.7", "typo3/cms-belog": "^8.7", "typo3/cms-beuser": "^8.7", "typo3/cms-core": "^8.7", "typo3/cms-rte-ckeditor": "^8.7", "typo3/cms-extbase": "^8.7", "typo3/cms-extensionmanager": "^8.7", "typo3/cms-filelist": "^8.7", "typo3/cms-filemetadata": "^8.7", "typo3/cms-fluid": "^8.7", "typo3/cms-fluid-styled-content": "^8.7", "typo3/cms-form": "^8.7", "typo3/cms-frontend": "^8.7", "typo3/cms-func": "^8.7", "typo3/cms-func-wizards": "^8.7", "typo3/cms-info": "^8.7", "typo3/cms-info-pagetsconfig": "^8.7", "typo3/cms-install": "^8.7", "typo3/cms-lang": "^8.7", "typo3/cms-lowlevel": "^8.7", "typo3/cms-opendocs": "^8.7", "typo3/cms-recordlist": "^8.7", "typo3/cms-recycler": "^8.7", "typo3/cms-reports": "^8.7", "typo3/cms-rsaauth": "^8.7", "typo3/cms-saltedpasswords": "^8.7", "typo3/cms-scheduler": "^8.7", "typo3/cms-setup": "^8.7", "typo3/cms-sv": "^8.7", "typo3/cms-sys-action": "^8.7", "typo3/cms-t3editor": "^8.7", "typo3/cms-taskcenter": "^8.7", "typo3/cms-tstemplate": "^8.7", "typo3/cms-viewpage": "^8.7", "typo3/cms-wizard-crpages": "^8.7", "typo3/cms-wizard-sortpages": "^8.7", "typo3-ter/media": "^4.5", "typo3-ter/ods-redirects": "^1.3", "plusb/pb_social": "^1.3", "typo3-ter/html-compress": "^1.1", "yohang/calendr": "^2.1", "wyrihaximus/html-compress": "^1.4", "symfony/property-access": "^3.4", "symfony/options-resolver": "^3.4", "symfony/serializer": "^3.3", "league/csv": "^8.2", "christophlehmann/imageoptimizer": "^1.1", "smichaelsen/pagepath": "^1.1", "georgringer/news": "^7.0", "dmitryd/typo3-realurl": "^2.3", "fluidtypo3/vhs": "^4.3", "webdevops/metaseo": "3.0.0", "helhum/typo3-console": "^4.9", "gridelementsteam/gridelements": "^8.2" }, "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" ] }, "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": "^6.0", "ichhabrecht/filefill": "^2.0" }, "config": { "platform": { "php": "7.1.10" } } }