Add composer package
This commit is contained in:
parent
c57bdb4192
commit
04fe02d431
2
php/ng/composer.sls
Normal file
2
php/ng/composer.sls
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
{% set state = 'composer' %}
|
||||||
|
{% include "php/ng/installed.jinja" %}
|
@ -379,6 +379,7 @@
|
|||||||
'apcu': 'php-pecl-apcu',
|
'apcu': 'php-pecl-apcu',
|
||||||
'cgi': 'php-cgi',
|
'cgi': 'php-cgi',
|
||||||
'cli': 'php-cli',
|
'cli': 'php-cli',
|
||||||
|
'composer': 'composer',
|
||||||
'oauth': 'php-oauth',
|
'oauth': 'php-oauth',
|
||||||
'curl': ['php-common', 'curl'],
|
'curl': ['php-common', 'curl'],
|
||||||
'fpm': 'php-fpm',
|
'fpm': 'php-fpm',
|
||||||
|
Loading…
Reference in New Issue
Block a user