fix bug with expected class type
[m6w6/merry] / composer.json
1 {
2 "name": "m6w6/merry",
3 "type": "library",
4 "description": "Merry container and configuration",
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-4": {
16 "merry\\": "lib/merry"
17 }
18 }
19 }