Issue #2758737 by Mixologic, amateescu, ndf, webflo, Mile23, bojanz: Add a...
Issue #2758737 by Mixologic, amateescu, ndf, webflo, Mile23, bojanz: Add a packages.drupal.org to root composer.json
... | @@ -19,7 +19,10 @@ | ... | @@ -19,7 +19,10 @@ |
"extra": { | "extra": { | ||
"_readme": [ | "_readme": [ | ||
"By default Drupal loads the autoloader from ./vendor/autoload.php.", | "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": { | "merge-plugin": { | ||
"include": [ | "include": [ | ||
... | @@ -50,5 +53,11 @@ | ... | @@ -50,5 +53,11 @@ |
], | ], | ||
"post-package-install": "Drupal\\Core\\Composer\\Composer::vendorTestCodeCleanup", | "post-package-install": "Drupal\\Core\\Composer\\Composer::vendorTestCodeCleanup", | ||
"post-package-update": "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