Ubuntu: composer settings in map.jinja
This commit is contained in:
parent
eb32e3a095
commit
7c78eb5bd1
@ -666,6 +666,7 @@
|
||||
'cgi': 'php-cgi',
|
||||
'cli': 'php-cli',
|
||||
'console-table': 'php-console-table',
|
||||
'composer_bin': 'composer',
|
||||
'curl': 'php-curl',
|
||||
'dev': 'php7.1-dev',
|
||||
'fpm': 'php-fpm',
|
||||
@ -679,6 +680,7 @@
|
||||
'intl': 'php-intl',
|
||||
'json': 'php-json',
|
||||
'ldap': 'php-ldap',
|
||||
'local_bin': '/usr/local/bin',
|
||||
'mbstring': 'php-mbstring',
|
||||
'mcrypt': 'php-mcrypt',
|
||||
'memcache': 'php-memcache',
|
||||
@ -704,6 +706,7 @@
|
||||
'suhosin': 'php',
|
||||
'sybase': 'php-sybase',
|
||||
'tcpdf': 'php-tcpdf',
|
||||
'temp_dir': '/tmp',
|
||||
'tidy': 'php7.1-tidy',
|
||||
'xcache': 'php',
|
||||
'xdebug': 'php-xdebug',
|
||||
@ -1030,6 +1033,7 @@
|
||||
'cgi': 'php-cgi',
|
||||
'cli': 'php-cli',
|
||||
'console-table': 'php-console-table',
|
||||
'composer_bin': 'composer',
|
||||
'curl': 'php-curl',
|
||||
'dev': 'php7.0-dev',
|
||||
'fpm': 'php-fpm',
|
||||
@ -1043,6 +1047,7 @@
|
||||
'intl': 'php-intl',
|
||||
'json': 'php-json',
|
||||
'ldap': 'php-ldap',
|
||||
'local_bin': '/usr/local/bin',
|
||||
'mbstring': 'php-mbstring',
|
||||
'mcrypt': 'php-mcrypt',
|
||||
'memcache': 'php-memcache',
|
||||
@ -1068,6 +1073,7 @@
|
||||
'suhosin': 'php',
|
||||
'sybase': 'php-sybase',
|
||||
'tcpdf': 'php-tcpdf',
|
||||
'temp_dir': '/tmp',
|
||||
'tidy': 'php7.0-tidy',
|
||||
'xcache': 'php',
|
||||
'xdebug': 'php-xdebug',
|
||||
|
Loading…
Reference in New Issue
Block a user