Skip to content

Commit

Permalink
feat(mods): add xsl module for FreeBSD
Browse files Browse the repository at this point in the history
  • Loading branch information
sticky-note committed Jun 17, 2021
1 parent 7eef994 commit 4c9ed02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions php/map.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -3149,6 +3149,7 @@
'xdebug': 'php' + freebsd_php_version + '-pecl-xdebug',
'xml': 'php' + freebsd_php_version + '-xml',
'xmlwriter': 'php' + freebsd_php_version + '-xmlwriter',
'xsl': 'php' + freebsd_php_version + '-xsl',
'zip': 'php' + freebsd_php_version + '-zip',
},
'fpm': {
Expand Down

0 comments on commit 4c9ed02

Please sign in to comment.