Browse Source

Update composer.json

Only autoload the tests namespace in dev.
Eric Dowell 7 years ago
parent
commit
bf33e17022
1 changed files with 5 additions and 1 deletions
  1. 5 1
      composer.json

+ 5 - 1
composer.json

@@ -19,7 +19,11 @@
             "database"
         ],
         "psr-4": {
-            "App\\": "app/",
+            "App\\": "app/"
+        }
+    },
+    "autoload-dev": {
+        "psr-4": {
             "Tests\\": "tests/"
         }
     },