项目作者: TYPO3-Initiatives

项目描述 :
TYPO3 CMS configuration layer package (experimental)
高级语言: PHP
项目地址: git://github.com/TYPO3-Initiatives/configuration.git
创建时间: 2019-03-17T11:23:45Z
项目社区:https://github.com/TYPO3-Initiatives/configuration

开源协议:

下载


Installation

Add repository to root composer.json (it’s not on packagist.org, yet)

  1. "repositories": [
  2. {
  3. "type": "git",
  4. "url": "https://github.com/TYPO3incubator/configuration.git"
  5. }
  6. ],

After that it’s possible to require according package

  1. composer require typo3/cms-configuration:10.0.\*@dev