diff options
Diffstat (limited to 'development/composer')
-rw-r--r-- | development/composer/README | 3 | ||||
-rw-r--r-- | development/composer/composer.SlackBuild | 2 | ||||
-rw-r--r-- | development/composer/composer.info | 6 |
3 files changed, 4 insertions, 7 deletions
diff --git a/development/composer/README b/development/composer/README index 9818a02db25f..19d163cfbc85 100644 --- a/development/composer/README +++ b/development/composer/README @@ -1,6 +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. - -This package ships a shortcut (/usr/bin/composer) that uses hhvm -instead of php if installed. diff --git a/development/composer/composer.SlackBuild b/development/composer/composer.SlackBuild index bad44a5b4f89..5a2bb5442f41 100644 --- a/development/composer/composer.SlackBuild +++ b/development/composer/composer.SlackBuild @@ -25,7 +25,7 @@ # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=composer -VERSION=${VERSION:-1.3.1} +VERSION=${VERSION:-1.3.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} ARCH=noarch diff --git a/development/composer/composer.info b/development/composer/composer.info index 04fde57c1d63..979c44d68550 100644 --- a/development/composer/composer.info +++ b/development/composer/composer.info @@ -1,8 +1,8 @@ PRGNAM="composer" -VERSION="1.3.1" +VERSION="1.3.2" HOMEPAGE="https://getcomposer.org/" -DOWNLOAD="https://getcomposer.org/download/1.3.1/composer.phar" -MD5SUM="6b1bd542ae9fcf88948c4088cd883e78" +DOWNLOAD="https://getcomposer.org/download/1.3.2/composer.phar" +MD5SUM="9bd78ef17ad0194fcf78816694b443db" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |