Skip to content

Commit 3c5d684

Browse files
author
Paul M. Jones
committed
per 5th-pass research analysis, add resources/ directory
fixes #12
1 parent d7c73a3 commit 3c5d684

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ bin/ # command-line executables
1919
config/ # configuration files
2020
docs/ # documentation and examples
2121
public/ # web server files
22-
src/ # php source code
22+
resources/ # other resource files
23+
src/ # PHP source code
2324
tests/ # test code
2425
vendor/ # reserved for package managers
2526
CHANGELOG(.*) # a log of changes between releases
@@ -67,6 +68,14 @@ directory.
6768
> code, copied or symlinked to the "real" document root, or otherwise managed so
6869
> that they become publicly available on the web.
6970
71+
### resources/
72+
73+
If the package provides a root-level directory for other resource files, it MUST be named
74+
`resources/`.
75+
76+
This publication does not otherwise define the structure and contents of the
77+
directory.
78+
7079
### src/
7180

7281
If the package provides a root-level directory for PHP source code files, it MUST be named

0 commit comments

Comments
 (0)