laminas / tutorials

Learn how to create laminas-mvc applications, get in-depth guides into components, and discover how to migrate your applications to version 3!
https://docs.laminas.dev/tutorials/
Other
33 stars 37 forks source link

Changed Syntax for Skeleton App #26

Closed dbierer closed 4 years ago

dbierer commented 4 years ago

Original instruction: composer create-project -s dev laminas/laminas-mvc-skeleton path/to/install doesn't work. Removed the space between -s and dev. Works OK. New instruction: composer create-project -sdev laminas/laminas-mvc-skeleton path/to/install

Q A
Documentation yes
Bugfix no
BC Break no
New Feature no
RFC no
QA no

Description

Original instruction: composer create-project -s dev laminas/laminas-mvc-skeleton path/to/install doesn't work. Removed the space between -s and dev. Works OK. New instruction: composer create-project -sdev laminas/laminas-mvc-skeleton path/to/install

dbierer commented 4 years ago

@michalbundyra thanks for your response. It must have been an older version of composer. Updated to Composer v1.10.7 and this syntax works fine now. Closing pull request.