Skip to content

Commit 82d143d

Browse files
author
Paul M. Jones
committed
remove 'vendor/' from the standard, as research has nothing to say about it. thanks for raising the point @ramsey. fixes #19
1 parent 6605a8a commit 82d143d

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

README.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff 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-
2927
A 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
108106
This publication does not otherwise define the structure and contents of the
109107
directory.
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

126111
The package MAY contain other root-level directories for purposes not described

0 commit comments

Comments
 (0)