项目作者: TYPO3-Initiatives
项目描述 :
TYPO3 CMS configuration layer package (experimental)
高级语言: PHP
项目地址: git://github.com/TYPO3-Initiatives/configuration.git
Installation
Add repository to root composer.json (it’s not on packagist.org, yet)
"repositories": [
{
"type": "git",
"url": "https://github.com/TYPO3incubator/configuration.git"
}
],
After that it’s possible to require according package
composer require typo3/cms-configuration:10.0.\*@dev