Problem/Motivation

The core/composer.json file has the following config:

"autoloader-suffix": "Drupal8",

It's not Drupal8 anymore :)

Proposed resolution

The root composer.json has the correct configuration and the one in core/composer.json is never used to build an autoloader so let's remove it from core/composer.json.

Remaining tasks

User interface changes

API changes

Data model changes

Release notes snippet

CommentFileSizeAuthor
#5 3115451-5.patch364 byteshardik_patel_12
#3 3115451-3.patch362 bytessalah1

Comments

alexpott created an issue. See original summary.

salah1’s picture

Assigned: Unassigned » salah1

Working on it.

salah1’s picture

Assigned: salah1 » Unassigned
Status: Active » Needs review
StatusFileSize
new362 bytes
mile23’s picture

Status: Needs review » Needs work
+++ b/core/composer.json
@@ -185,8 +185,7 @@
+        "preferred-install": "dist"    ¶

Looking good. Seems to be some extraneous whitespace after the preferred-install value, however.

hardik_patel_12’s picture

StatusFileSize
new364 bytes

Removing extraneous whitespace.

hardik_patel_12’s picture

Status: Needs work » Needs review
longwave’s picture

Status: Needs review » Reviewed & tested by the community

Looks good.

alexpott’s picture

Status: Reviewed & tested by the community » Fixed

Committed c13f07e and pushed to 9.0.x. Thanks!

  • alexpott committed c13f07e on 9.0.x
    Issue #3115451 by Hardik_Patel_12, salah1: Remove autoloader-suffix from...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.