| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- {
- "require": {
- "typo3/cms-about": "^11.5",
- "typo3/cms-adminpanel": "^11.5",
- "typo3/cms-backend": "^11.5",
- "typo3/cms-belog": "^11.5",
- "typo3/cms-beuser": "^11.5",
- "typo3/cms-core": "^11.5",
- "typo3/cms-extbase": "^11.5",
- "typo3/cms-extensionmanager": "^11.5",
- "typo3/cms-felogin": "^11.5",
- "typo3/cms-filelist": "^11.5",
- "typo3/cms-filemetadata": "^11.5",
- "typo3/cms-fluid": "^11.5",
- "typo3/cms-fluid-styled-content": "^11.5",
- "typo3/cms-form": "^11.5",
- "typo3/cms-frontend": "^11.5",
- "typo3/cms-impexp": "^11.5",
- "typo3/cms-info": "^11.5",
- "typo3/cms-install": "^11.5",
- "typo3/cms-lowlevel": "^11.5",
- "typo3/cms-recycler": "^11.5",
- "typo3/cms-redirects": "^11.5",
- "typo3/cms-reports": "^11.5",
- "typo3/cms-rte-ckeditor": "^11.5",
- "typo3/cms-scheduler": "^11.5",
- "typo3/cms-seo": "^11.5",
- "typo3/cms-setup": "^11.5",
- "typo3/cms-t3editor": "^11.5",
- "typo3/cms-tstemplate": "^11.5",
- "typo3/cms-viewpage": "^11.5",
- "typo3/cms-dashboard": "^11.5",
- "typo3/cms-opendocs": "^11.5",
- "typo3/cms-recordlist": "^11.5",
- "helhum/typo3-console": "^7.1",
- "sgalinski/lfeditor": "^7.1",
- "opentalent/ot_core": "^1.0",
- "opentalent/ot_admin": "^1.0",
- "opentalent/ot_templating": "^1.0",
- "opentalent/ot_stats": "^1.0",
- "opentalent/ot_optimizer": "^1.0",
- "opentalent/ot_connect": "^1.0"
- },
- "repositories": [
- {
- "type": "path",
- "url": "packages/*"
- },
- {
- "type": "composer",
- "url": "https://composer.typo3.org/"
- }
- ],
- "scripts": {
- "typo3-cms-scripts": [
- "typo3cms install:fixfolderstructure"
- ],
- "post-autoload-dump": [
- "@typo3-cms-scripts"
- ]
- },
- "config": {
- "allow-plugins": {
- "typo3/class-alias-loader": true,
- "typo3/cms-composer-installers": true
- }
- },
- "require-dev": {
- "ssch/typo3-rector": "^1.3",
- "phpspec/prophecy": "^1.19"
- }
- }
|