diff --git a/composer.json b/composer.json index 307cc94..1f8cfb4 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,15 @@ { "name": "yvesniyo/video-ffmpeg-shaka", + "description": "This package allows the user to divide videos into different resolutions and packages them to HLS and DASH with an encryption specified by the user.", + "keywords": [ + "video", + "ffmpeg", + "shaka", + "yveniyo", + "DRM", + "HLS", + "encryption" + ], "require": { "aminyazdanpanah/php-shaka": "^1.0", "php-ffmpeg/php-ffmpeg": "^0.19.0" @@ -9,6 +19,7 @@ "yvesniyo\\VideoFfmpegShaka\\": "src/" } }, + "license": "MIT", "authors": [ { "name": "Niyobuhungiro Yves",