RSSAmplifier

Mountain Of Code · Mar 8, 2026

Composer: global config vs config --global

0
Sign in to vote or save

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…

Read on /confusing-composer-config

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.