I am still investigating how to use Composer. I am using Windows 10 with wamp-5.6.28-1.
I tried to to use ttaylorr/emojify from Packagist as a practice example. When I called up the command prompt and entered ..>composer require ttaylorr/emojify I had a message saying " Could not find package ttaylorr/emojify
at any version for your minimum stabilty (stable). Check the package spelling or your minimum-stability"
The spelling is correct. How do I check MY minimum-stability ? I assume this must be some setting in my composer.phar file, but I can't spot what I should be doing.
I then looked again in the Packagist data and there is another option listed for the command prompt : ..>composer require ttaylorr/emojify dev-master This gave a long list of bad things saying among other things that it could not find the package and that it did not know what git was.
I can't really see what I could have done wrong. Follow the yellow brick road... ?