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
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | 3115451-5.patch | 364 bytes | hardik_patel_12 |
Comments
Comment #2
salah1Working on it.
Comment #3
salah1Comment #4
mile23Looking good. Seems to be some extraneous whitespace after the preferred-install value, however.
Comment #5
hardik_patel_12 commentedRemoving extraneous whitespace.
Comment #6
hardik_patel_12 commentedComment #7
longwaveLooks good.
Comment #8
alexpottCommitted c13f07e and pushed to 9.0.x. Thanks!