summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/composer.json b/composer.json
new file mode 100644
index 0000000..858b905
--- /dev/null
+++ b/composer.json
@@ -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/"]
+ }
+}