Skip to content

Commit

Permalink
Add Composer Normalize and cleaned the composer.json by command line …
Browse files Browse the repository at this point in the history
…composer normalize
  • Loading branch information
truls1502 committed Jul 28, 2019
1 parent 04232f4 commit e9e9a7b
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "vijaycs85/drupal-quality-checker",
"description": "Setups code quality checking tools for Drupal project.",
"type": "project",
"license": "MIT",
"description": "Setups code quality checking tools for Drupal project.",
"homepage": "https://github.com/vijaycs85/drupal-quality-checker",
"license": "MIT",
"authors": [
{
"name": "Vijaya Chandran Mani",
Expand All @@ -12,12 +12,13 @@
}
],
"require": {
"phpro/grumphp": "^0.11.6",
"composer/composer": "~1.0",
"drupal/coder": "^8.2.12",
"sebastian/phpcpd": "^3.0",
"dealerdirect/phpcodesniffer-composer-installer": "*",
"jakub-onderka/php-parallel-lint": "^0.9.2"
"drupal/coder": "^8.2.12",
"jakub-onderka/php-parallel-lint": "^0.9.2",
"localheinz/composer-normalize": "^1.2",
"phpro/grumphp": "^0.11.6",
"sebastian/phpcpd": "^3.0"
},
"support": {
"issues": "https://github.com/vijaycs85/drupal-quality-checker/issues",
Expand Down

0 comments on commit e9e9a7b

Please sign in to comment.