Browse Source

Merge pull request #2942 from havvg/patch-1

fix autoload-dev example for PSR-4
Jordi Boggiano 11 năm trước cách đây
mục cha
commit
0f9bda3e37
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      doc/04-schema.md

+ 1 - 1
doc/04-schema.md

@@ -534,7 +534,7 @@ Example:
             "psr-4": { "MyLibrary\\": "src/" }
         },
         "autoload-dev": {
-            "psr-4": { "MyLibrary\\Tests": "tests/" }
+            "psr-4": { "MyLibrary\\Tests\\": "tests/" }
         }
     }