Problem/Motivation
Drupal.org packaging system automatically adds the "type": "drupal-module" line to the composer.json, but without it difficult work with the module on localhost.
Proposed resolution
Add "type": "drupal-module" to composer.json.
Remaining tasks
Merge request- branch created by @sweetchuck in #1; merge request !155 created by @sokru in #4Review and feedback- done by @sokru in #5RTBC and feedback- done by @mparker17 in #6Commit- done by @mparker17 in #89.0.x release- released by @mparker17 in 9.0.0-alpha1 by #128.0.x release- released by @mparker17 in 8.0.0-alpha6
User interface changes
None.
API changes
None.
Data model changes
None.
Issue fork elasticsearch_connector-3551545
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
mparker17@sweetchuck, thank you for the contribution!
I recently wrote some documentation on how to set up a local environment for developing elasticsearch_connector-8.x-7.x with ddev/ddev-drupal-contrib... will this help with what you're trying to do? And/or do the instructions there work for you?
(since I've asked a question, I'm moving this to "Postponed (maintainer needs more info)". When you answer, please change it back to "Active" (or some other status if you'd like).
Comment #3
sweetchuckI don't want to use DDEV for contrib development.
I use a method which relies on the "path" composer repository type.
Comment #5
sokru commentedSeems like most of modules have this on their repository, so I'd suggest adding this.
Comment #6
mparker17Agreed; I was having trouble creating the merge request for some reason: thanks @sokru!
Comment #7
mparker17Updating the issue summary to document this change for future readers of the release notes.
Comment #9
mparker17I'll update this issue when the change gets released.
Comment #12
mparker17This change was released in elasticsearch_connector-9.0.0-alpha1 (but doesn't have a release in the 8.0.x release series yet... that's coming soon).
Comment #13
mparker17(slight change to issue summary)
Comment #14
mparker17This was released in elasticsearch_connector-8.0.0-alpha6