Skip to content

Commit

Permalink
#33 Add support for non Drupal 8 projects
Browse files Browse the repository at this point in the history
Code Quality tool needs PHP iconv module enabled but
it's not always available by default. That's why
Drupal 8 has added polyfill package for it and it
makes sense to add it to Code Quality too. We want
this tool to be installed as easily as possible.
  • Loading branch information
hkirsman committed Nov 11, 2019
1 parent a0410c3 commit 3785f03
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 @@ -40,7 +40,8 @@
"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",
"symfony/polyfill-iconv": "^1"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 3785f03

Please sign in to comment.