mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-28 10:02:43 +01:00
development/composer: Updated for version 1.3.2.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
02f6267325
commit
9a5e034623
3 changed files with 4 additions and 7 deletions
|
@ -1,6 +1,3 @@
|
||||||
Composer is a tool for dependency management in PHP. It allows you to
|
Composer is a tool for dependency management in PHP. It allows you to
|
||||||
declare the libraries your project depends on and it will manage
|
declare the libraries your project depends on and it will manage
|
||||||
(install/update) them for you.
|
(install/update) them for you.
|
||||||
|
|
||||||
This package ships a shortcut (/usr/bin/composer) that uses hhvm
|
|
||||||
instead of php if installed.
|
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=composer
|
PRGNAM=composer
|
||||||
VERSION=${VERSION:-1.3.1}
|
VERSION=${VERSION:-1.3.2}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
ARCH=noarch
|
ARCH=noarch
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="composer"
|
PRGNAM="composer"
|
||||||
VERSION="1.3.1"
|
VERSION="1.3.2"
|
||||||
HOMEPAGE="https://getcomposer.org/"
|
HOMEPAGE="https://getcomposer.org/"
|
||||||
DOWNLOAD="https://getcomposer.org/download/1.3.1/composer.phar"
|
DOWNLOAD="https://getcomposer.org/download/1.3.2/composer.phar"
|
||||||
MD5SUM="6b1bd542ae9fcf88948c4088cd883e78"
|
MD5SUM="9bd78ef17ad0194fcf78816694b443db"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
Loading…
Reference in a new issue