M2CliTools icon indicating copy to clipboard operation
M2CliTools copied to clipboard

please document installation

Open YiffyToys opened this issue 3 years ago • 1 comments

The readme.md describes how to use it but not how to install it.

I tried

composer config repositories.ThomasNegeli-M2CliTools git "https://github.com/ThomasNegeli/M2CliTools.git"
composer require  ThomasNegeli/M2CliTools
composer require  ThomasNegeli/M2CliTools dev-master 

but Could not find a matching version of package ThomasNegeli/M2CliTools. Check the package spelling, your version constraint and that the package is availa ble in a stability which matches your minimum-stability (stable).

for Magento ver. 2.4.3-p1

YiffyToys avatar Feb 03 '22 08:02 YiffyToys

Hi @YiffyToys, nothing special here. You just typed the package name incorrectly in camelcase letters. Composer package names are lowercase. Copy from here: https://github.com/ThomasNegeli/M2CliTools/blob/master/composer.json#L2

ThomasNegeli avatar Feb 03 '22 08:02 ThomasNegeli