Skip to content

Commit

Permalink
wunderio#33 Fix some iconv issues
Browse files Browse the repository at this point in the history
PHP iconv extension is needed on the system for this plugin to work.
We'll add polyfill-iconv here in case you are working with Lando
and the plugin is availabble in Docker container but
git commit fails as the extension is not available in the
host system.
  • Loading branch information
hkirsman authored and mitrpaka committed Nov 27, 2020
1 parent 699a4a2 commit a2efbdc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
],
"bin": ["bin/check_perms"],
"require": {
"symfony/polyfill-iconv": "^1",
"phpro/grumphp": "^0.16.0",
"drupal/coder": "^8",
"phpcompatibility/php-compatibility": "^9.3",
Expand Down

0 comments on commit a2efbdc

Please sign in to comment.