We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42b0109 commit b5c34e8Copy full SHA for b5c34e8
README.md
@@ -19,7 +19,7 @@ bin/ # command-line executables
19
config/ # configuration files
20
docs/ # documentation and examples
21
public/ # web server files
22
-src/ # source code
+src/ # php source code
23
tests/ # test code
24
vendor/ # reserved for package managers
25
CHANGELOG # a log of changes between releases
@@ -69,7 +69,7 @@ directory.
69
70
### src/
71
72
-If the package provides a root-level directory for source code files, it MUST be named
+If the package provides a root-level directory for PHP source code files, it MUST be named
73
`src/`.
74
75
This publication does not otherwise define the structure and contents of the
0 commit comments