Skip to content
Snippets Groups Projects
Commit 475e3051 authored by Alex Pott's avatar Alex Pott
Browse files

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
parent 1fcd3d5c
No related branches found
No related tags found
No related merge requests found
......@@ -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"
}
]
}
......@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"content-hash": "324eae1731d25ba58e17ce0c32be7d02",
"content-hash": "ccaaa31c7fb3423dca36316975b292cb",
"packages": [
{
"name": "asm89/stack-cors",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment