Skip to content
Browse files

Added a composer.json for PHP packages. closes #1241

  • Loading branch information...
1 parent 1557810 commit 8a05aa11a13eeccffaff39d5579214c908b8aa13 @patforg patforg committed with Steve Heffernan
Showing with 15 additions and 0 deletions.
  1. +1 −0 CHANGELOG.md
  2. +14 −0 composer.json
View
1 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))
--------------------
View
14 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"
+}

0 comments on commit 8a05aa1

Please sign in to comment.
Something went wrong with that request. Please try again.