Skip to content

Commit

Permalink
Added licence and description to the composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
yvesniyo committed Feb 7, 2023
1 parent 420b343 commit f7abb70
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -9,6 +19,7 @@
"yvesniyo\\VideoFfmpegShaka\\": "src/"
}
},
"license": "MIT",
"authors": [
{
"name": "Niyobuhungiro Yves",
Expand Down

0 comments on commit f7abb70

Please sign in to comment.