File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -15,17 +15,17 @@ A package MUST use the following names for the following kinds of directories
1515and files:
1616
1717```
18- bin/ # command-line executables
19- config/ # configuration files
20- docs/ # documentation and examples
21- public/ # web server files
22- src/ # php source code
23- tests/ # test code
24- vendor/ # reserved for package managers
25- CHANGELOG # a log of changes between releases
26- CONTRIBUTING # guidelines for contributors
27- LICENSE # licensing information
28- README # information about the package itself
18+ bin/ # command-line executables
19+ config/ # configuration files
20+ docs/ # documentation and examples
21+ public/ # web server files
22+ src/ # php source code
23+ tests/ # test code
24+ vendor/ # reserved for package managers
25+ CHANGELOG(.*) # a log of changes between releases
26+ CONTRIBUTING(.*) # guidelines for contributors
27+ LICENSE(.*) # licensing information
28+ README(.*) # information about the package itself
2929```
3030
3131## Root-Level Directories
You can’t perform that action at this time.
0 commit comments