fly 4 years ago
parent
commit
261b4da18b
1 changed files with 7 additions and 2 deletions
  1. 7 2
      composer.json

+ 7 - 2
composer.json

@@ -8,5 +8,10 @@
             "email": "flyingstarsan.yu@gmail.com"
         }
     ],
-    "require": {}
-}
+    "require": {},
+    "autoload": {
+        "psr-4": {
+            "Channel\\Common\\": "src"
+        }
+    }
+}