Skip to content

Commit

Permalink
#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 committed Nov 11, 2019
1 parent a0410c3 commit e2ba237
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 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 All @@ -40,7 +41,7 @@
"squizlabs/php_codesniffer": "^3.4",
"dealerdirect/phpcodesniffer-composer-installer": "*",
"mglaman/phpstan-drupal": "^0.11.1",
"phpstan/phpstan-deprecation-rules": "^0.11.0"
"phpstan/phpstan-deprecation-rules": "^0.11.0",
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit e2ba237

Please sign in to comment.