Browse Source

FreeBSD: support for php.composer

tags/v0.34.0
Alexander Weidinger 6 years ago
parent
commit
d2786dcef6
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      php/map.jinja

+ 5
- 0
php/map.jinja View File

@@ -417,5 +417,10 @@
'xml_pkg': ['php5-xmlreader','php5-xmlwriter','php5-xmlrpc'],
'zip_pkg': 'php5-zip',
},
'FreeBSD': {
'local_bin': '/usr/local/bin',
'composer_bin': 'composer',
'temp_dir': '/tmp',
},
}, merge=salt['pillar.get']('php:lookup')) %}
{%- endif %}

Loading…
Cancel
Save