Skip to content
Snippets Groups Projects
Commit 58db3cd8 authored by catch's avatar catch
Browse files

Issue #3179875 by greg.1.anderson, Mixologic: Path repositories need to be...

Issue #3179875 by greg.1.anderson, Mixologic: Path repositories need to be listed first for Composer 2
parent 5e0b2d7a
No related branches found
No related tags found
7 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!1012Issue #3226887: Hreflang on non-canonical content pages,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10,!596Issue #3046532: deleting an entity reference field, used in a contextual view, makes the whole site unrecoverable,!496Issue #2463967: Use .user.ini file for PHP settings,!144Issue #2666286: Clean up menu_ui to conform to Drupal coding standards,!16Draft: Resolve #2081585 "History storage"
...@@ -104,10 +104,6 @@ ...@@ -104,10 +104,6 @@
"phpcbf": "phpcbf --standard=core/phpcs.xml.dist --runtime-set installed_paths $($COMPOSER_BINARY config vendor-dir)/drupal/coder/coder_sniffer --" "phpcbf": "phpcbf --standard=core/phpcs.xml.dist --runtime-set installed_paths $($COMPOSER_BINARY config vendor-dir)/drupal/coder/coder_sniffer --"
}, },
"repositories": [ "repositories": [
{
"type": "composer",
"url": "https://packages.drupal.org/8"
},
{ {
"type": "path", "type": "path",
"url": "core" "url": "core"
...@@ -119,6 +115,10 @@ ...@@ -119,6 +115,10 @@
{ {
"type": "path", "type": "path",
"url": "composer/Plugin/VendorHardening" "url": "composer/Plugin/VendorHardening"
},
{
"type": "composer",
"url": "https://packages.drupal.org/8"
} }
] ]
} }
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "4e5fce0517520b4e4adeb0505f0642b1", "content-hash": "1387b767469672675eafc323b5e0b55a",
"packages": [ "packages": [
{ {
"name": "asm89/stack-cors", "name": "asm89/stack-cors",
...@@ -519,6 +519,7 @@ ...@@ -519,6 +519,7 @@
"issues": "https://github.com/doctrine/reflection/issues", "issues": "https://github.com/doctrine/reflection/issues",
"source": "https://github.com/doctrine/reflection/tree/1.2.2" "source": "https://github.com/doctrine/reflection/tree/1.2.2"
}, },
"abandoned": "roave/better-reflection",
"time": "2020-10-27T21:46:55+00:00" "time": "2020-10-27T21:46:55+00:00"
}, },
{ {
......
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