33This publication describes a standard filesystem skeleton suitable for all PHP
44packages.
55
6- Please see < https://github.com/php-pds/skeleton_research > for background information.
6+ Please see < https://github.com/php-pds/skeleton_research > for background
7+ information.
78
89The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD",
910"SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this publication are to be
@@ -33,32 +34,32 @@ README(.*) # information about the package itself
3334
3435### bin/
3536
36- If the package provides a root-level directory for command-line executable files, it MUST
37- be named ` bin/ ` .
37+ If the package provides a root-level directory for command-line executable
38+ files, it MUST be named ` bin/ ` .
3839
3940This publication does not otherwise define the structure and contents of the
4041directory.
4142
4243### config/
4344
44- If the package provides a root-level directory for configuration files, it MUST be named
45- ` config/ ` .
45+ If the package provides a root-level directory for configuration files, it MUST
46+ be named ` config/ ` .
4647
4748This publication does not otherwise define the structure and contents of the
4849directory.
4950
5051### docs/
5152
52- If the package provides a root-level directory for documentation files, it MUST be named
53- ` docs/ ` .
53+ If the package provides a root-level directory for documentation files, it MUST
54+ be named ` docs/ ` .
5455
5556This publication does not otherwise define the structure and contents of the
5657directory.
5758
5859### public/
5960
60- If the package provides a root-level directory for web server files, it MUST be named
61- ` public/ ` .
61+ If the package provides a root-level directory for web server files, it MUST be
62+ named ` public/ ` .
6263
6364This publication does not otherwise define the structure and contents of the
6465directory.
@@ -70,23 +71,24 @@ directory.
7071
7172### resources/
7273
73- If the package provides a root-level directory for other resource files, it MUST be named
74- ` resources/ ` .
74+ If the package provides a root-level directory for other resource files, it MUST
75+ be named ` resources/ ` .
7576
7677This publication does not otherwise define the structure and contents of the
7778directory.
7879
7980### src/
8081
81- If the package provides a root-level directory for PHP source code files, it MUST be named
82- ` src/ ` .
82+ If the package provides a root-level directory for PHP source code files, it
83+ MUST be named ` src/ ` .
8384
8485This publication does not otherwise define the structure and contents of the
8586directory.
8687
8788### tests/
8889
89- If the package provides a root-level directory for test files, it MUST be named ` tests/ ` .
90+ If the package provides a root-level directory for test files, it MUST be named
91+ ` tests/ ` .
9092
9193This publication does not otherwise define the structure and contents of the
9294directory.
@@ -116,8 +118,8 @@ directories.
116118
117119### CHANGELOG
118120
119- If the package provides a root-level file with a list of changes since the last release or
120- version, it MUST be named ` CHANGELOG ` .
121+ If the package provides a root-level file with a list of changes since the last
122+ release or version, it MUST be named ` CHANGELOG ` .
121123
122124It MAY have a lowercase filename extension indicating the file format.
123125
@@ -126,8 +128,8 @@ file.
126128
127129### CONTRIBUTING
128130
129- If the package provides a root-level file that describes how to contribute to the package,
130- it MUST be named ` CONTRIBUTING ` .
131+ If the package provides a root-level file that describes how to contribute to
132+ the package, it MUST be named ` CONTRIBUTING ` .
131133
132134It MAY have a lowercase filename extension indicating the file format.
133135
@@ -150,8 +152,8 @@ file.
150152
151153### README
152154
153- If the package provides a root-level file with information about the package itself, it
154- MUST be named ` README ` .
155+ If the package provides a root-level file with information about the package
156+ itself, it MUST be named ` README ` .
155157
156158It MAY have a lowercase filename extension indicating the file format.
157159
0 commit comments