Added a composer.json for PHP packages. closes #1241
Esse commit está contido em:
commit de
Steve Heffernan
pai
155781058e
commit
8a05aa11a1
@@ -6,6 +6,7 @@ CHANGELOG
|
|||||||
* Fixed support for webvtt chapters. Fixes #676. ([view](https://github.com/videojs/video.js/pull/1221))
|
* 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 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))
|
* 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))
|
||||||
|
|
||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
|
|||||||
@@ -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"
|
||||||
|
}
|
||||||
Referência em uma Nova Issue
Bloquear um usuário