Skip to content

Commit f5bfa13

Browse files
committed
Do not advertise PEAR as an installation method
Sync with sebastianbergmann/phpunit-documentation@05bffa8.
1 parent ecc9239 commit f5bfa13

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

README.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ Diff implementation for PHP, factored out of PHPUnit into a stand-alone componen
44

55
## Installation
66

7-
You can use [Composer](http://getcomposer.org/) or the [PEAR Installer](http://pear.php.net/manual/en/guide.users.commandline.cli.php) to download and install this package as well as its dependencies.
8-
9-
### Composer
10-
117
To add this package as a local, per-project dependency to your project, simply add a dependency on `sebastian/diff` to your project's `composer.json` file. Here is a minimal example of a `composer.json` file that just defines a dependency on Diff:
128

139
{
@@ -16,13 +12,6 @@ To add this package as a local, per-project dependency to your project, simply a
1612
}
1713
}
1814

19-
### PEAR Installer
20-
21-
The following two commands (which you may have to run as `root`) are all that is required to install this package using the PEAR Installer:
22-
23-
pear config-set auto_discover 1
24-
pear install pear.phpunit.de/Diff
25-
2615
### Usage
2716

2817
The `Differ` class can be used to generate a textual representation of the difference between two strings:

0 commit comments

Comments
 (0)