Browse Source

Merge pull request #4115 from ericdowell/ericdowell-patch-1

Update composer.json to contain autoload-dev for Test namespace
Taylor Otwell 8 years ago
parent
commit
99ec094434
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/"
         }
     },