From 971ebf4105e2db27ac7dc1e31b26243dc45348e2 Mon Sep 17 00:00:00 2001 From: Vladimir Diaz Date: Mon, 8 Aug 2016 10:39:10 -0400 Subject: [PATCH] Update README.rst Replace PHP's PEAR with Composer. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 679359a0..c723c8df 100644 --- a/README.rst +++ b/README.rst @@ -36,7 +36,7 @@ Three major classes of software update systems are: - **Library package managers** such as those offered by many programming languages for installing additional libraries. These are systems such as Python's pip/easy_install + PyPI, Perl's CPAN, - Ruby's RubyGems, and PHP's PEAR. + Ruby's RubyGems, and PHP's Composer. - **System package managers** used by operating systems to update and install all of the software on a client system. Debian's APT, Red