File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -24,8 +24,6 @@ A package MUST use these names for these root-level directories:
2424| PHP source code | ` src/ ` |
2525| test code | ` tests/ ` |
2626
27- The root-level directory ` vendor/ ` MUST be reserved for package managers.
28-
2927A package MUST use these names for these root-level files:
3028
3129| If a package has a root-level file for ... | ... then it MUST be named: |
@@ -108,19 +106,6 @@ If the package provides a root-level directory for test files, it MUST be named
108106This publication does not otherwise define the structure and contents of the
109107directory.
110108
111- ### vendor/
112-
113- The ` vendor/ ` directory MUST be reserved for use by package managers (e.g.:
114- Composer).
115-
116- It MUST be ignored by revision control tools (e.g.: Git, Mercurial, Subversion,
117- etc.).
118-
119- It MUST NOT be committed to revision control repositories.
120-
121- This publication does not otherwise define the structure and contents of the
122- directory.
123-
124109### Other Directories
125110
126111The package MAY contain other root-level directories for purposes not described
You can’t perform that action at this time.
0 commit comments