Add readline package
This commit is contained in:
parent
49c298f488
commit
9a015212fb
@ -376,6 +376,7 @@
|
||||
'php': 'php' + phpng_version,
|
||||
'phpenmod_command': 'phpenmod -v' + phpng_version,
|
||||
'pspell': 'php' + phpng_version + '-pspell',
|
||||
'readline': 'php' + phpng_version + '-readline',
|
||||
'redis': 'php' + phpng_version + '-redis',
|
||||
'seclib': 'php-seclib',
|
||||
'snmp': 'php' + phpng_version + '-snmp',
|
||||
|
2
php/ng/readline.sls
Normal file
2
php/ng/readline.sls
Normal file
@ -0,0 +1,2 @@
|
||||
{% set state = 'readline' %}
|
||||
{% include "php/ng/installed.jinja" %}
|
Loading…
Reference in New Issue
Block a user