pull/284/head
Michele Locati 2021-01-26 17:09:14 +01:00
parent fceb572fe1
commit bbeae776fe
No known key found for this signature in database
GPG Key ID: 98B7CE2E7234E28B
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ For example:
```sh ```sh
# Install the most recent xdebug 2.x version (for example 2.9.8) # Install the most recent xdebug 2.x version (for example 2.9.8)
install-php-extensions xdebug-^2 install-php-extensions xdebug-^2
# Install the most recent xdebug 2.x version (for example 2.8.1) # Install the most recent xdebug 2.8.x version (for example 2.8.1)
install-php-extensions xdebug-^2.8 install-php-extensions xdebug-^2.8
``` ```