Installing with composer doesn't work
Closed this issue · 3 comments
NinoSkopac commented
I tried
composer require falahati/php-mp3
And I get
[InvalidArgumentException]
Could not find a matching version of package falahati/php-mp3. Check the package spelling, your version constraint and that the package is available in a stability which matches your minimum-stability (stable).
NinoSkopac commented
This works tho: composer require falahati/php-mp3:dev-master
jpmurray commented
@NinoSkopac you'd probably have to add "minimum-stability": "dev"
to your composer for it to work without specifying dev-master
when requiring.
NinoSkopac commented
Oh okay, thanks for the tip.
…On Feb 15, 2018 10:18 PM, "Jean-Philippe Murray" ***@***.***> wrote:
@NinoSkopac <https://github.com/ninoskopac> you'd probably have to add "minimum-stability":
"dev" to your composer for it to work without specifying dev-master when
requiring.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#2 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ABs3tGsffUkZaHDNkItoLPkOgFfBKqf-ks5tVErggaJpZM4R4cI0>
.