Skip to content

Commit

Permalink
Merge pull request #170 from n-rodriguez/master
Browse files Browse the repository at this point in the history
Fix "Invalidly formatted 'pkgs' parameter." error with php-readline
  • Loading branch information
aboe76 authored Apr 2, 2019
2 parents 936bca4 + afbc88b commit 14bb2b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions php/ng/map.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -2231,6 +2231,7 @@
'php': 'php' + phpng_version,
'phpenmod_command': 'phpenmod -v' + phpng_version,
'pspell': 'php' + phpng_version + '-pspell',
'readline': 'php' + phpng_version + '-readline',
'redis': 'php-redis',
'seclib': ['php-phpseclib', 'php-seclib'],
'snmp': 'php' + phpng_version + '-snmp',
Expand Down

0 comments on commit 14bb2b3

Please sign in to comment.