Skip to content

Commit

Permalink
#1 Add phpcs dependencies that are being used in Drupal Gitlap setup …
Browse files Browse the repository at this point in the history
…according to logs.
  • Loading branch information
hkirsman committed Jun 27, 2024
1 parent 7180b65 commit 9d3d589
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,12 @@
}
],
"require": {
"composer-plugin-api": "^2.0"
"composer-plugin-api": "^2.0",
"drupal/coder": "^8.3",
"phpro/grumphp": "^2.6",
"sirbrillig/phpcs-variable-analysis": "^2.11",
"slevomat/coding-standard": "^8.15",
"squizlabs/php_codesniffer": "^3.10"
},
"require-dev": {
"composer/composer": "^2.0"
Expand Down

0 comments on commit 9d3d589

Please sign in to comment.