Skip to content

Commit

Permalink
Update composer.json to handle php 8
Browse files Browse the repository at this point in the history
This is based on PR vijaycs85#38
  • Loading branch information
infomanoj authored Oct 11, 2023
1 parent 9c6d103 commit a0952dc
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,20 @@
"require": {
"dealerdirect/phpcodesniffer-composer-installer": "*",
"drupal/coder": ">=8.3",
"ergebnis/composer-normalize": ">=2.5",
"php-parallel-lint/php-parallel-lint": ">=1.0",
"phpro/grumphp": "<=1.5",
"sebastian/phpcpd": ">=4.0"
"ergebnis/composer-normalize": "*",
"php-parallel-lint/php-parallel-lint": "*",
"phpro/grumphp": "*",
"sebastian/phpcpd": "*"
},
"support": {
"issues": "https://github.com/vijaycs85/drupal-quality-checker/issues",
"source": "https://github.com/vijaycs85/drupal-quality-checker"
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true,
"ergebnis/composer-normalize": true,
"phpro/grumphp": true
}
}
}

0 comments on commit a0952dc

Please sign in to comment.