split off a reusable container
[m6w6/merry] / composer.json
index 1aa36da78c92adcce9b36afc6900fb78a076dc03..bdfed602ac67d271082f459a71821c369b53650d 100644 (file)
@@ -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"
         }
     }
 }