Skip to content

Commit d949759

Browse files
author
Phil Sturgeon
committed
Adding emdash
1 parent b65cf76 commit d949759

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

manuscript/converted/chapter4.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
# Dependency Management {#dependency_management_title}
44

5-
There are a ton of PHP libraries, frameworks, and components to choose from. Your project will likely use
6-
several of them these are project dependencies. Until recently, PHP did not have a good way to manage
5+
There are a ton of PHP libraries, frameworks, and components to choose from. Your project will likely use
6+
several of them these are project dependencies. Until recently, PHP did not have a good way to manage
77
these project dependencies. Even if you managed them manually, you still had to worry about autoloaders.
88
That is no longer an issue.
99

10-
Currently there are two major package management systems for PHP - [Composer] and [PEAR]. Composer is currently
10+
Currently there are two major package management systems for PHP [Composer] and [PEAR]. Composer is currently
1111
the most popular package manager for PHP, however for a long time PEAR was the primary package manager in use.
1212
Knowing PEAR's history is a good idea, since you may still find references to it even if you never use it.
1313

0 commit comments

Comments
 (0)