Correctly indent composer.json
This commit is contained in:
parent
be82611686
commit
9a9ada1a1c
1 changed files with 37 additions and 37 deletions
|
@ -3,54 +3,54 @@
|
||||||
"description" : "TYPO3 DDEV-Local Boilerplate",
|
"description" : "TYPO3 DDEV-Local Boilerplate",
|
||||||
"license": "GPL-2.0-or-later",
|
"license": "GPL-2.0-or-later",
|
||||||
"config": {
|
"config": {
|
||||||
"platform": {
|
"platform": {
|
||||||
"php": "7.2"
|
"php": "7.2"
|
||||||
},
|
},
|
||||||
"sort-packages": true,
|
"sort-packages": true,
|
||||||
"vendor-dir": ".build/vendor",
|
"vendor-dir": ".build/vendor",
|
||||||
"bin-dir": ".build/bin"
|
"bin-dir": ".build/bin"
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"helhum/typo3-console": "^6.0.0",
|
"helhum/typo3-console": "^6.0.0",
|
||||||
"typo3/cms-about": "^10.4",
|
"typo3/cms-about": "^10.4",
|
||||||
"typo3/cms-backend": "^10.4",
|
"typo3/cms-backend": "^10.4",
|
||||||
"typo3/cms-belog": "^10.4",
|
"typo3/cms-belog": "^10.4",
|
||||||
"typo3/cms-beuser": "^10.4",
|
"typo3/cms-beuser": "^10.4",
|
||||||
"typo3/cms-core": "^10.4",
|
"typo3/cms-core": "^10.4",
|
||||||
"typo3/cms-dashboard": "^10.4",
|
"typo3/cms-dashboard": "^10.4",
|
||||||
"typo3/cms-extbase": "^10.4",
|
"typo3/cms-extbase": "^10.4",
|
||||||
"typo3/cms-extensionmanager": "^10.4",
|
"typo3/cms-extensionmanager": "^10.4",
|
||||||
"typo3/cms-felogin": "^10.4",
|
"typo3/cms-felogin": "^10.4",
|
||||||
"typo3/cms-filelist": "^10.4",
|
"typo3/cms-filelist": "^10.4",
|
||||||
"typo3/cms-fluid": "^10.4",
|
"typo3/cms-fluid": "^10.4",
|
||||||
"typo3/cms-fluid-styled-content": "^10.4",
|
"typo3/cms-fluid-styled-content": "^10.4",
|
||||||
"typo3/cms-form": "^10.4",
|
"typo3/cms-form": "^10.4",
|
||||||
"typo3/cms-frontend": "^10.4",
|
"typo3/cms-frontend": "^10.4",
|
||||||
"typo3/cms-impexp": "^10.4",
|
"typo3/cms-impexp": "^10.4",
|
||||||
"typo3/cms-info": "^10.4",
|
"typo3/cms-info": "^10.4",
|
||||||
"typo3/cms-install": "^10.4",
|
"typo3/cms-install": "^10.4",
|
||||||
"typo3/cms-recordlist": "^10.4",
|
"typo3/cms-recordlist": "^10.4",
|
||||||
"typo3/cms-rte-ckeditor": "^10.4",
|
"typo3/cms-rte-ckeditor": "^10.4",
|
||||||
"typo3/cms-seo": "^10.4",
|
"typo3/cms-seo": "^10.4",
|
||||||
"typo3/cms-setup": "^10.4",
|
"typo3/cms-setup": "^10.4",
|
||||||
"typo3/cms-sys-note": "^10.4",
|
"typo3/cms-sys-note": "^10.4",
|
||||||
"typo3/cms-t3editor": "^10.4",
|
"typo3/cms-t3editor": "^10.4",
|
||||||
"typo3/cms-tstemplate": "^10.4",
|
"typo3/cms-tstemplate": "^10.4",
|
||||||
"typo3/cms-viewpage": "^10.4"
|
"typo3/cms-viewpage": "^10.4"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"typo3-cms-scripts": [
|
"typo3-cms-scripts": [
|
||||||
"typo3cms install:fixfolderstructure",
|
"typo3cms install:fixfolderstructure",
|
||||||
"typo3cms install:generatepackagestates"
|
"typo3cms install:generatepackagestates"
|
||||||
],
|
],
|
||||||
"ddev-symlink-project": [
|
"ddev-symlink-project": [
|
||||||
"mkdir -p .build/web/typo3conf",
|
"mkdir -p .build/web/typo3conf",
|
||||||
"[ -L .build/web/typo3conf/ext/typo3-ddev-boilerplate ] || ln -svnf ../../../../ .build/web/typo3conf/ext/typo3-ddev-boilerplate"
|
"[ -L .build/web/typo3conf/ext/typo3-ddev-boilerplate ] || ln -svnf ../../../../ .build/web/typo3conf/ext/typo3-ddev-boilerplate"
|
||||||
],
|
],
|
||||||
"post-autoload-dump": [
|
"post-autoload-dump": [
|
||||||
"@typo3-cms-scripts",
|
"@typo3-cms-scripts",
|
||||||
"@ddev-symlink-project"
|
"@ddev-symlink-project"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"extra": {
|
"extra": {
|
||||||
"typo3/cms": {
|
"typo3/cms": {
|
||||||
|
|
Reference in a new issue