X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fmerry;a=blobdiff_plain;f=composer.json;h=bdfed602ac67d271082f459a71821c369b53650d;hp=1aa36da78c92adcce9b36afc6900fb78a076dc03;hb=HEAD;hpb=ab50f5e693dac5c9553e8bfc53ef5e1b2aecc26f diff --git a/composer.json b/composer.json index 1aa36da..bdfed60 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "m6w6/merry", "type": "library", - "description": "Merry Configuration Container", + "description": "Merry container and configuration", "keywords": ["merry", "config", "configuration", "container"], "homepage": "http://github.com/m6w6/merry", "license": "BSD-2-Clause", @@ -12,8 +12,8 @@ } ], "autoload": { - "psr-0": { - "merry\\Config": "lib" + "psr-4": { + "merry\\": "lib/merry" } } }