Merge pull request #158 from bawuenet/fix_scl

Add missing SCL prefix for php-common
This commit is contained in:
Niels Abspoel 2018-10-23 12:28:51 +02:00 committed by GitHub
commit 530f4b9d27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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',