-
- Downloads
... | ... | @@ -19,7 +19,10 @@ |
"extra": { | ||
"_readme": [ | ||
"By default Drupal loads the autoloader from ./vendor/autoload.php.", | ||
"To change the autoloader you can edit ./autoload.php." | ||
"To change the autoloader you can edit ./autoload.php.", | ||
"This file specifies the packages.drupal.org repository.", | ||
"You can read more about this composer repository at:", | ||
"https://www.drupal.org/node/2718229" | ||
], | ||
"merge-plugin": { | ||
"include": [ | ||
... | ... | @@ -50,5 +53,11 @@ |
], | ||
"post-package-install": "Drupal\\Core\\Composer\\Composer::vendorTestCodeCleanup", | ||
"post-package-update": "Drupal\\Core\\Composer\\Composer::vendorTestCodeCleanup" | ||
} | ||
}, | ||
"repositories": [ | ||
{ | ||
"type": "composer", | ||
"url": "https://packages.drupal.org/8" | ||
} | ||
] | ||
} |
Please register or sign in to comment