Problem with composer
Closed this issue · 2 comments
ainsofs commented
I try and install NotOrm using:
composer require vrana/notorm
But I get this error message
[InvalidArgumentException]
Could not find package softwarevamp/notorm at any version for your minimum-
stability (stable). Check the package spelling or your minimum-stability
df-5 commented
composer require vrana/notorm:dev-master
ainsofs commented
Thank you. I was confused because the instructions on packagist.org use to use
composer require vrana/notorm
Perhaps the info can be updated. Cheers,