Bug #45249

Update composer project-create command listing

Added by Martin Brüggemann over 2 years ago. Updated over 2 years ago.

Status:New Start date:2013-02-07
Priority:Must have Due date:
Assigned To:- % Done:

0%

Category:- Documentation -
Target version:-
PHP Version: Complexity:
Has patch:No Affected Flow version:Flow 2.0.0 beta 1

Description

The composer create-project command like described at http://docs.typo3.org/flow/TYPO3FlowDocumentation/Quickstart/Index.html doesn't work for me (Mac OS X, zsh). It seems that the --dev option isn't recognized. Maybe it's better to define it by using the longer notation:

OLD
composer create-project --dev --keep-vcs typo3/flow-base-distribution Quickstart 2.0.0

NEW
composer create-project -s dev --keep-vcs typo3/flow-base-distribution Quickstart 2.0.0

Also available in: Atom PDF