html5-video-php icon indicating copy to clipboard operation
html5-video-php copied to clipboard

Can't install using composer

Open kamov opened this issue 8 years ago • 1 comments

Hi, I get below error:

- The requested package xemle/html5-video-php could not be found in any version, there may be a typo in the package name.

my composer is:

{ "require": { "xemle/html5-video-php": "1.0.*" } }

kamov avatar May 11 '16 11:05 kamov

Try composer require xemle/html5-video-php, this works

fabdelgado avatar Sep 09 '20 21:09 fabdelgado