Skip to content

Commit fde46ec

Browse files
author
Paul M. Jones
committed
changes from alexander makarov
1 parent 4278e9d commit fde46ec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

proposed/psr-4-autoloader/psr-4-autoloader-meta.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@ source files from PEAR packages into a single central directory.
5151

5252
### Along Comes Composer
5353

54-
With Composer, package sources are no longer copied to a single central
54+
With Composer, package sources are no longer copied to a single global
5555
location. They are used from their installed location and are not moved
5656
around. This means that with Composer there is no "single main directory" for
57-
PHP sources as with PEAR. Instead, there are multiple directories, one for
58-
each package.
57+
PHP sources as with PEAR. Instead, there are multiple directories; each
58+
package is in a separate directory for each project.
5959

6060
To meet the requirements of PSR-0, this leads to Composer packages looking
6161
like this:

0 commit comments

Comments
 (0)