summaryrefslogtreecommitdiffstats
path: root/composer.json
blob: 897ca3410eea999427a53079c1e78d418ef7819b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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/"
    }
  }
}