Skip to content

Commit

Permalink
Remove installer-paths (#4482)
Browse files Browse the repository at this point in the history
  • Loading branch information
danepowell authored Mar 15, 2022
1 parent 84d3973 commit 4529944
Show file tree
Hide file tree
Showing 2 changed files with 94 additions and 104 deletions.
14 changes: 2 additions & 12 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,21 +39,16 @@
"zumba/amplitude-php": "^1.0"
},
"conflict": {
"acquia/blt-behat": "<=1.0.0",
"drupal/drupal": "*"
"acquia/blt-behat": "<=1.0.0"
},
"require-dev": {
"squizlabs/php_codesniffer": "^3.6"
},
"suggest": {
"davereid/drush-acquia-hook-invoke": "dev-master",
"typhonius/acquia_cli": "^2.0"
"davereid/drush-acquia-hook-invoke": "dev-master"
},
"config": {
"php": "7",
"preferred-install": {
"drupal/core": "dist"
},
"sort-packages": true
},
"extra": {
Expand All @@ -62,11 +57,6 @@
"dev-main": "13.x-dev"
},
"class": "Acquia\\Blt\\Composer\\Plugin",
"installer-paths": {
"vendor/drupal/core": [
"type:drupal-core"
]
},
"phpcodesniffer-search-depth": 4,
"violinist": {
"allow_updates_beyond_constraint": 0,
Expand Down
Loading

0 comments on commit 4529944

Please sign in to comment.