]> scripts.mit.edu Git - autoinstallsdev/mediawiki.git/blobdiff - vendor/james-heinrich/getid3/composer.json
MediaWiki 1.30.2
[autoinstallsdev/mediawiki.git] / vendor / james-heinrich / getid3 / composer.json
diff --git a/vendor/james-heinrich/getid3/composer.json b/vendor/james-heinrich/getid3/composer.json
new file mode 100644 (file)
index 0000000..858b905
--- /dev/null
@@ -0,0 +1,15 @@
+{
+    "name": "james-heinrich/getid3",
+    "description": "PHP script that extracts useful information from popular multimedia file formats",
+    "homepage": "http://www.getid3.org/",
+    "keywords": ["php","tags","codecs"],
+    "type": "library",
+    "license": "GPL",
+    "require":
+    {
+        "php": ">=5.3.0"
+    },
+    "autoload": {
+        "classmap": ["getid3/"]
+    }
+}