1aa36da78c92adcce9b36afc6900fb78a076dc03
[m6w6/merry] / composer.json
1 {
2 "name": "m6w6/merry",
3 "type": "library",
4 "description": "Merry Configuration Container",
5 "keywords": ["merry", "config", "configuration", "container"],
6 "homepage": "http://github.com/m6w6/merry",
7 "license": "BSD-2-Clause",
8 "authors": [
9 {
10 "name": "Michael Wallner",
11 "email": "mike@php.net"
12 }
13 ],
14 "autoload": {
15 "psr-0": {
16 "merry\\Config": "lib"
17 }
18 }
19 }