Browse Source

Simplify strategy config

Shalvah 3 months ago
parent
commit
62cbe9531f
1 changed files with 4 additions and 1 deletions
  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": {