Add composer package

This commit is contained in:
Tadas Barzdzius 2016-05-04 12:49:29 +03:00
parent c57bdb4192
commit 04fe02d431
2 changed files with 3 additions and 0 deletions

2
php/ng/composer.sls Normal file
View File

@ -0,0 +1,2 @@
{% set state = 'composer' %}
{% include "php/ng/installed.jinja" %}

View File

@ -379,6 +379,7 @@
'apcu': 'php-pecl-apcu',
'cgi': 'php-cgi',
'cli': 'php-cli',
'composer': 'composer',
'oauth': 'php-oauth',
'curl': ['php-common', 'curl'],
'fpm': 'php-fpm',