Project

General

Profile

Actions

Bug #68184

closed

Update to new composer installer

Added by Helmut Hummel almost 9 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
composer
Target version:
-
Start date:
2015-07-15
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

The new composer installer now features the possibility to specify the path of the document root
and also the path of the typo3/cms package

It can be specified in the extra section of your composer root package like that:

"extra": {
    "typo3/cms": {
        "cms-package-dir": "{$vendor-dir}/typo3/cms",
        "web-dir": "web" 
    },
}
Actions

Also available in: Atom PDF