-
- Downloads
[TASK] NL-363 Setup deployment on dev server for TYPO3 v10
Showing
- .gitignore 10 additions, 0 deletions.gitignore
- LICENSE 339 additions, 0 deletionsLICENSE
- README.md 58 additions, 0 deletionsREADME.md
- composer.json 52 additions, 0 deletionscomposer.json
- composer.lock 0 additions, 0 deletionscomposer.lock
- config/sites/main/config.yaml 19 additions, 0 deletionsconfig/sites/main/config.yaml
- packages/.gitkeep 0 additions, 0 deletionspackages/.gitkeep
.gitignore
0 → 100644
LICENSE
0 → 100644
README.md
0 → 100644
composer.json
0 → 100644
{ | ||
"repositories": [ | ||
{ "type": "path", "url": "packages/*/" }, | ||
{ "type": "composer", "url": "https://composer.typo3.org/" } | ||
], | ||
"name": "typo3/cms-base-distribution", | ||
"description" : "TYPO3 CMS Base Distribution", | ||
"license": "GPL-2.0-or-later", | ||
"config": { | ||
"platform": { | ||
"php": "7.2" | ||
}, | ||
"sort-packages": true | ||
}, | ||
"require": { | ||
"helhum/typo3-console": "^6.0.0", | ||
"typo3/cms-about": "^10.4", | ||
"typo3/cms-backend": "^10.4", | ||
"typo3/cms-belog": "^10.4", | ||
"typo3/cms-beuser": "^10.4", | ||
"typo3/cms-core": "^10.4", | ||
"typo3/cms-dashboard": "^10.4", | ||
"typo3/cms-extbase": "^10.4", | ||
"typo3/cms-extensionmanager": "^10.4", | ||
"typo3/cms-felogin": "^10.4", | ||
"typo3/cms-filelist": "^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-impexp": "^10.4", | ||
"typo3/cms-info": "^10.4", | ||
"typo3/cms-install": "^10.4", | ||
"typo3/cms-recordlist": "^10.4", | ||
"typo3/cms-rte-ckeditor": "^10.4", | ||
"typo3/cms-seo": "^10.4", | ||
"typo3/cms-setup": "^10.4", | ||
"typo3/cms-sys-note": "^10.4", | ||
"typo3/cms-t3editor": "^10.4", | ||
"typo3/cms-tstemplate": "^10.4", | ||
"typo3/cms-viewpage": "^10.4" | ||
}, | ||
"scripts":{ | ||
"typo3-cms-scripts": [ | ||
"typo3cms install:fixfolderstructure", | ||
"typo3cms install:generatepackagestates" | ||
], | ||
"post-autoload-dump": [ | ||
"@typo3-cms-scripts" | ||
] | ||
} | ||
} |
composer.lock
0 → 100644
This diff is collapsed.
config/sites/main/config.yaml
0 → 100644
packages/.gitkeep
0 → 100644
Please register or sign in to comment