mirror of
				https://github.com/videojs/video.js.git
				synced 2025-10-31 00:08:01 +02:00 
			
		
		
		
	Added a composer.json for PHP packages. closes #1241
This commit is contained in:
		
				
					committed by
					
						 Steve Heffernan
						Steve Heffernan
					
				
			
			
				
	
			
			
			
						parent
						
							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 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)) | ||||
|  | ||||
| -------------------- | ||||
|  | ||||
|   | ||||
							
								
								
									
										14
									
								
								composer.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										14
									
								
								composer.json
									
									
									
									
									
										Normal file
									
								
							| @@ -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" | ||||
| } | ||||
		Reference in New Issue
	
	Block a user