Skip to content

Commit

Permalink
Added composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudfoyo committed Jul 26, 2015
1 parent 4f3c71b commit 7b48571
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "phpmp4/phpmp4",
"type": "library",
"description": "PHPMp4 is a simple lightweight library for converting videos into HTML5 Mp4 video format",
"keywords": ["video processing", "video", "audio processing", "audio", "avconv", "ffmpeg", "avprobe", "ffprobe"],
"license": "MIT",
"authors": [
{
"name": "Anand S",
"email": "[email protected]",
"homepage": "http://meanands.blogspot.com"
}
],
"require": {
"php" : ">=5.3.3"
},

"autoload": {
"psr-0": {
"PHPMp4": "src"
}
}
}

0 comments on commit 7b48571

Please sign in to comment.