Browse Source

Simplify strategy config

Shalvah 3 tháng trước cách đây
mục cha
commit
62cbe9531f
1 tập tin đã thay đổi với 4 bổ sung1 xóa
  1. 4 1
      composer.json

+ 4 - 1
composer.json

@@ -52,7 +52,10 @@
         "psr-4": {
             "Knuckles\\Scribe\\": "src/",
             "Knuckles\\Camel\\": "camel/"
-        }
+        },
+        "files": [
+          "src/Config/strategies.php"
+        ]
     },
     "autoload-dev": {
         "psr-4": {