installation variation; composer variation

From semantic-mediawiki.org

I was not able to install using:

php composer.phar require mediawiki/semantic-media-wiki "~2.1" --update-no-dev

However, I was successful @ installing with the following command:

composer require mediawiki/semantic-media-wiki "~2.1" --update-no-dev

NB: this install was on a Dreamhost VPS

Hope this helps someone,

17:33, 23 September 2015

Thanks for pointing this out. Documented is the method if Composer is installed only locally. The variation you stated is if Composer is installed globally, which is preferable anyway. It surely will help others.

17:48, 23 September 2015