doc: fix reference to old version of php-xdebug package
This commit is contained in:
parent
54ab5636e3
commit
3b04d19a62
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ Xdebug must be installed and enable for PHPUnit to generate coverage reports. Se
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# for Debian-based distributions
|
# for Debian-based distributions
|
||||||
$ aptitude install php5-xdebug
|
$ aptitude install php-xdebug
|
||||||
|
|
||||||
# for ArchLinux:
|
# for ArchLinux:
|
||||||
$ pacman -S xdebug
|
$ pacman -S xdebug
|
||||||
|
|
Loading…
Reference in a new issue