Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

use --no-dev flag when installing #274

Merged

Conversation

weierophinney
Copy link
Member

Composer installs the dev requirements as listed before running any scripts when executing create-project. By specifying --no-dev, we prevent that from occurring.

This also adds a note that if you want development requirements, you must run composer update on completion.

See zendframework/zend-expressive-skeleton#60 for details.

Composer installs the dev requirements *as listed before running any scripts*
when executing `create-project`. By specifying `--no-dev`, we prevent that from
occurring.

This also adds a note that if you want development requirements, you *must* run
`composer update` on completion.
@weierophinney weierophinney added this to the 1.0.0 milestone Jan 18, 2016
@samsonasik
Copy link
Contributor

@weierophinney weierophinney merged commit b908096 into zendframework:master Jan 19, 2016
weierophinney added a commit that referenced this pull request Jan 19, 2016
weierophinney added a commit that referenced this pull request Jan 19, 2016
weierophinney added a commit that referenced this pull request Jan 19, 2016
@weierophinney weierophinney deleted the hotfix/skeleton-install branch January 19, 2016 14:31
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants