Add php.ng.xsl for Debian

This commit is contained in:
Edvinas Klovas 2015-06-22 02:51:57 +03:00
parent 316f1d98b8
commit dacadfe660
2 changed files with 3 additions and 0 deletions

View File

@ -25,6 +25,7 @@
'soap': 'php-soap',
'sqlite': 'php5-sqlite',
'xdebug': 'php5-xdebug',
'xsl': 'php5-xsl',
'xml': 'php5-xmlrpc',
'redis': 'php5-redis',
'imagick': 'php5-imagick',

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

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