Index: docs/UPGRADING.md
--- docs/UPGRADING.md.orig
+++ docs/UPGRADING.md
@@ -53,13 +53,13 @@ it on a unix system, you need to do the following oper
    - `vendor/`
 4. Update dependencies:
    - If you previously installed plugins through composer, update dependencies
-   by running `php composer.phar update --no-dev`.
+   by running `composer update --no-dev`.
    - Install/update dependencies using composer:
-      - get composer from [getcomposer.org][getcomposer]
+      - Get composer via `pkg_add composer`
       - if you want to use LDAP address books, enable the LDAP libraries in your
      `composer.json` file by moving the items from "suggest" to the "require"
      section (remove the explanation texts after the version!).
-      - run `php composer.phar update --no-dev`.
+      - run `composer update --no-dev`.
    - If you use git sources or the release package without dependencies
    update javascript dependencies by executing `./bin/install-jsdeps.sh` script.
    - If you use git sources, install developer tools using `npm install`.
