mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
Update troubleshooting.md
This commit is contained in:
parent
0c93bc3d0b
commit
1da09f24ee
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@ your setup. This also assumes that you have sudo privileges and the `php5enmod`
|
|||
commands available. It also assumes that you have `composer` in your path.
|
||||
|
||||
```sh
|
||||
echo 'function composer() { COMPOSER="$(which composer)" || { echo "Could not find composer in path" ; return 1 ; } && sudo php5dismod -s cli xdebug ; $COMPOSER "$@" ; STATUS=$? ; sudo php5enmod -s cli xdebug ; return $STATUS ; }' >> ~/.bash_aliases
|
||||
echo 'function composer() { COMPOSER="$(which composer)" || { echo "Could not find composer in path" >&2 ; return 1 ; } && sudo php5dismod -s cli xdebug ; $COMPOSER "$@" ; STATUS=$? ; sudo php5enmod -s cli xdebug ; return $STATUS ; }' >> ~/.bash_aliases
|
||||
. ~/.bash_aliases
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue