From 7f005fdd632c02e6844e138801325382fcd7f174 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Fri, 8 Aug 2014 14:46:49 -0400 Subject: [PATCH] Update version_added info. --- library/packaging/composer | 1 + 1 file changed, 1 insertion(+) diff --git a/library/packaging/composer b/library/packaging/composer index f6d84bbfef..2930018bd9 100644 --- a/library/packaging/composer +++ b/library/packaging/composer @@ -29,6 +29,7 @@ description: - Composer is a tool for dependency management in PHP. It allows you to declare the dependent libraries your project needs and it will install them in your project for you options: command: + version_added: "1.8" description: - Composer command like "install", "update" and so on required: false