Closed (fixed)
Project:
Drupal core
Version:
8.1.x-dev
Component:
documentation
Priority:
Minor
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
14 Apr 2016 at 15:02 UTC
Updated:
2 May 2016 at 17:34 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
jhodgdonIs this a documentation issue, asking whether we need it around for documentation purposes, or a base system issue, asking whether we need it for some technical reason?
Comment #3
eli-tWe don't need it for any technical reason so as I see it this is just documentation. It was suggested in #2701969-7: core/composer.txt is out of date that the file be removed.
Comment #4
jhodgdonOK. Given that we have a companion composer.json file right there, I think this file can be deleted. It has no information about what composer is, and simply duplicates the information in composer.json (which to a developer who cares about composer and such, is perfectly readable IMO).
So I support making a patch that removes the file.
Comment #5
eli-tHere is a patch that does that
Comment #6
eli-tComment #7
jhodgdonComment #8
eli-tThis is rc eligible as it is a docs only change (https://www.drupal.org/core/d8-allowed-changes#rc)
Comment #11
webchickThis totally makes sense. :) Reviewed with @effulgentsia. Only removing a horribly out of date text file which can be derived from the .json which is always accurate. +1!
Committed and pushed to 8.2.x and cherry-picked to 8.1.x. Thanks!