]> scripts.mit.edu Git - autoinstalls/mediawiki.git/blob - vendor/james-heinrich/getid3/composer.json
MediaWiki 1.30.2
[autoinstalls/mediawiki.git] / vendor / james-heinrich / getid3 / composer.json
1 {
2     "name": "james-heinrich/getid3",
3     "description": "PHP script that extracts useful information from popular multimedia file formats",
4     "homepage": "http://www.getid3.org/",
5     "keywords": ["php","tags","codecs"],
6     "type": "library",
7     "license": "GPL",
8     "require":
9     {
10         "php": ">=5.3.0"
11     },
12     "autoload": {
13         "classmap": ["getid3/"]
14     }
15 }