diff --git a/CHANGELOG.md b/CHANGELOG.md index 53e0fcca..10046d85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ CHANGELOG * Fixed support for webvtt chapters. Fixes #676. ([view](https://github.com/videojs/video.js/pull/1221)) * Fixed issues around webvtt cue time parsing. Fixed #877, fixed #183. ([view](https://github.com/videojs/video.js/pull/1236)) * Fixed an IE11 issue where clicking on the video wouldn't show the controls ([view](https://github.com/videojs/video.js/pull/1291)) +* Added a composer.json for PHP packages ([view](https://github.com/videojs/video.js/pull/1241)) -------------------- diff --git a/composer.json b/composer.json new file mode 100644 index 00000000..2b91423f --- /dev/null +++ b/composer.json @@ -0,0 +1,14 @@ +{ + "name": "videojs/video.js", + "description": "An HTML5 and Flash video player with a common API and skin for both.", + "type": "library", + "keywords": [ + "videojs", + "html5", + "flash", + "video", + "player" + ], + "homepage": "http://www.videojs.com/", + "license": "Apache-2.0" +}