Merge pull request #50 from edvinasme/add-php-xsl

Add php.ng.xsl for Debian
This commit is contained in:
Nitin Madhok 2015-06-22 03:12:28 -04:00
commit 019747068d
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" %}