Commit d949759 Phil Sturgeon
committed
1 parent b65cf76 commit d949759 Copy full SHA for d949759
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
# Dependency Management {#dependency_management_title}
4
4
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
7
7
these project dependencies. Even if you managed them manually, you still had to worry about autoloaders.
8
8
That is no longer an issue.
9
9
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
11
11
the most popular package manager for PHP, however for a long time PEAR was the primary package manager in use.
12
12
Knowing PEAR's history is a good idea, since you may still find references to it even if you never use it.
13
13
You can’t perform that action at this time.
0 commit comments