-
Notifications
You must be signed in to change notification settings - Fork 39
Closed
Description
According to 2d078ab, typo3/cms should always be installed in the vendor directory.
I just tried installing the latest master, but it installs TYPO3 into {$web-dir}/typo3/. In older versions, a symlink was created instead when I specified cms-package-dir.
According to the message in the commit above, this should now be the default. However it seems like this doesn't work as expected...
Here is my composer.json:
{
"config": {
"git-clone-depth": 100,
"process-timeout": 900,
"preferred-install": "dist",
"optimize-autoloader": true
},
"minimum-stability": "dev",
"prefer-stable": true,
"repositories": [
{ "type": "composer", "url": "https://composer.typo3.org/" }
],
"require": {
"typo3/minimal": "dev-master",
"typo3/cms-composer-installers": "dev-master"
},
"extra": {
"typo3/cms": {
"web-dir": "web"
}
}
}
Metadata
Metadata
Assignees
Labels
No labels