diff options
author | Eugene Wissner <belka@caraus.de> | 2015-09-30 08:31:44 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-10-01 20:09:43 +0700 |
commit | a969e40356ab15d1197bc668d7729f28174e8014 (patch) | |
tree | c0f3211572c85f2095a4ace951f96f940eae7c42 /development/composer/README | |
parent | bd54b85517a424ca13c4688f6ed75dfd0724cb89 (diff) |
development/composer: Added (tool for dependency management in PHP).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/composer/README')
-rw-r--r-- | development/composer/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/development/composer/README b/development/composer/README new file mode 100644 index 0000000000000..19d163cfbc857 --- /dev/null +++ b/development/composer/README @@ -0,0 +1,3 @@ +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. |