This page cannot be shown here. You can still read it on the original site — the toolbar below keeps your place in the directory.
Do you know the difference between composer global config and composer config --global ? Me neither until a couple of days ago! The difference is subtle. composer global config updates ~/.config/composer/composer.json . This is config for the 'global project', the place where global dependencies are installed. composer config --global updates ~/.config/composer/config.json . This is config for…
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.