summaryrefslogtreecommitdiffstats
path: root/development/composer/README
diff options
context:
space:
mode:
Diffstat (limited to 'development/composer/README')
-rw-r--r--development/composer/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/development/composer/README b/development/composer/README
index 19d163cfbc..9818a02db2 100644
--- a/development/composer/README
+++ b/development/composer/README
@@ -1,3 +1,6 @@
Composer is a tool for dependency management in PHP. It allows you to
declare the libraries your project depends on and it will manage
(install/update) them for you.
+
+This package ships a shortcut (/usr/bin/composer) that uses hhvm
+instead of php if installed.