[TASK] Get t3olayout by composer and updates other software
* Updates .gitignore
... | ... | @@ -12,12 +12,17 @@ |
{ | ||
"type": "composer", | ||
"url": "https://composer.typo3.org" | ||
}, | ||
{ | ||
"type": "vcs", | ||
"url": "https://git-t3o.typo3.org/t3o/t3olayout.git" | ||
} | ||
], | ||
"require": { | ||
"typo3/cms": "8.5.1 as 8.4.0", | ||
"helhum/typo3-console": "4.0.0", | ||
"dmitryd/typo3-realurl": "^2.1" | ||
"typo3/cms": "8.6.1 as 8.5.1", | ||
"helhum/typo3-console": "^4.2", | ||
"dmitryd/typo3-realurl": "^2.1", | ||
"t3o/t3olayout": "dev-master" | ||
}, | ||
"config": { | ||
"bin-dir": "bin" | ||
... | ... |
This diff is collapsed.
Please register or sign in to comment