File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,8 @@ bin/ # command-line executables
1919config/ # configuration files
2020docs/ # documentation and examples
2121public/ # web server files
22- src/ # php source code
22+ resources/ # other resource files
23+ src/ # PHP source code
2324tests/ # test code
2425vendor/ # reserved for package managers
2526CHANGELOG(.*) # 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
7281If the package provides a root-level directory for PHP source code files, it MUST be named
You can’t perform that action at this time.
0 commit comments