Add missing SCL prefix for php-common

This commit is contained in:
Andreas Thienemann 2018-10-23 10:35:52 +02:00
parent b2c82fa3b1
commit d7dff5a882

View File

@ -2712,7 +2712,7 @@
'composer': 'composer',
'composer_bin': 'composer',
'console-table': 'php-pear-Console-Table',
'curl': ['php-common', 'curl'],
'curl': [rh_prefix + 'php-common', 'curl'],
'dev': rh_prefix + 'php-devel',
'ext_conf_path': '/etc/' + path_suffix + 'php.d',
'fpm': rh_prefix + 'php-fpm',