falahati/PHP-MP3

Installing with composer doesn't work

Closed this issue · 3 comments

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). 

This works tho: composer require falahati/php-mp3:dev-master

@NinoSkopac you'd probably have to add "minimum-stability": "dev" to your composer for it to work without specifying dev-master when requiring.