Skip to content

Commit

Permalink
remove 'vendor/' from the standard, as research has nothing to say ab…
Browse files Browse the repository at this point in the history
…out it. thanks for raising the point @ramsey. fixes php-pds#19
  • Loading branch information
Paul M. Jones committed Jan 3, 2017
1 parent 6605a8a commit 82d143d
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ A package MUST use these names for these root-level directories:
| PHP source code | `src/` |
| test code | `tests/` |

The root-level directory `vendor/` MUST be reserved for package managers.

A package MUST use these names for these root-level files:

| If a package has a root-level file for ... | ... then it MUST be named: |
Expand Down Expand Up @@ -108,19 +106,6 @@ If the package provides a root-level directory for test files, it MUST be named
This publication does not otherwise define the structure and contents of the
directory.

### vendor/

The `vendor/` directory MUST be reserved for use by package managers (e.g.:
Composer).

It MUST be ignored by revision control tools (e.g.: Git, Mercurial, Subversion,
etc.).

It MUST NOT be committed to revision control repositories.

This publication does not otherwise define the structure and contents of the
directory.

### Other Directories

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

0 comments on commit 82d143d

Please sign in to comment.