FreeBSD: support for php.composer

This commit is contained in:
Alexander Weidinger 2018-03-15 14:43:35 +01:00
parent ca4e7253d6
commit d2786dcef6

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 %}