doc: fix reference to old version of php-xdebug package

This commit is contained in:
nodiscc 2020-01-19 13:49:48 +01:00
parent 54ab5636e3
commit 3b04d19a62

View file

@ -24,7 +24,7 @@ Xdebug must be installed and enable for PHPUnit to generate coverage reports. Se
```bash
# for Debian-based distributions
$ aptitude install php5-xdebug
$ aptitude install php-xdebug
# for ArchLinux:
$ pacman -S xdebug