From 131ed96d8caff2745e85f2bd47f9adbf3dcbd1b7 Mon Sep 17 00:00:00 2001 From: Arcesilas Date: Sun, 26 Nov 2017 00:15:12 +0100 Subject: [PATCH] Details about version of package used in composer.json --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3bdbc73..f6fc8c9 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,10 @@ Next, if you haven't already done so, make sure you actually require the package "require": { "my/world-domination": "dev-master" } - + +Please note that the version you required must be the current branch on your local repository. +This is important if you don't use `master` as default branch. Make sure to `git checkout master` before running `composer update`. + And finally, tell Studio to set up the symlinks: $ composer update my/world-domination @@ -126,7 +129,7 @@ This will make sure all packages in the `baz` directory (paths with wildcards ar #### unload: Stop managing a local path $ studio unload foo - + This will remove the path `foo` from the studio.json configuration file. This means any packages in that path will not be available to Composer anymore (unless they are still hosted on Packagist).