xemle / html5-video-php

ffmpeg wrapper for creating HTML5 videos
MIT License
58 stars 64 forks source link

Can't install using composer #7

Open kamov opened 8 years ago

kamov commented 8 years ago

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.*" } }

fabdelgado commented 4 years ago

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