File tree 1 file changed +3
-3
lines changed
proposed/psr-4-autoloader
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -51,11 +51,11 @@ source files from PEAR packages into a single central directory.
51
51
52
52
### Along Comes Composer
53
53
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
55
55
location. They are used from their installed location and are not moved
56
56
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 .
59
59
60
60
To meet the requirements of PSR-0, this leads to Composer packages looking
61
61
like this:
You can’t perform that action at this time.
0 commit comments