summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/composer.json b/composer.json
new file mode 100644
index 0000000..897ca34
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,14 @@
+{
+ "name": "lukasreschke/id3parser",
+ "homepage" : "https://github.com/LukasReschke/ID3Parser/",
+ "require" : {
+ "php" : ">=5.4.0"
+ },
+ "license": "GPL",
+ "keywords": ["php","tags","codecs"],
+ "autoload" : {
+ "psr-4" : {
+ "ID3Parser\\" : "src/"
+ }
+ }
+}