It is not currently possible to composer require this module if you are using the 6.x branch of the Elasticsearch Connector module.
Desired outcome.
Use composer require to add this module to your project if your project is using the 6.x branch of Elastic Connector module.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 30424460-add-support-6.x-branch.patch | 1.95 KB | kepford |
Comments
Comment #2
kepford commentedThis patch allows us to use composer require to install this module even if we are using the 6.x-dev version of the Elasticsearch Connector module.
Changes to composer.json
- Adds packages.drupal.org/8 so composer can find the project.
- Adds minimum stability dev so we can install dev version of the dependencies if we need to.
- Adds prefer-stable true
Other changes
Updates elasticsearch_aws_connector.module with a fix for a coding standard issue.
Comment #3
joverIMO, this patch should be merged into a new branch (obviously named 6.x) which is working together with Elasticsearch Connector-8.x-6.0.
Comment #4
mcrittenden commentedMerged and pushed to https://www.drupal.org/project/elasticsearch_aws_connector/releases/8.x-... (which will exist once the packaging bot finishes doing its thing).
Comment #5
mcrittenden commentedhttps://git.drupalcode.org/project/elasticsearch_aws_connector/commit/db...
Comment #6
kepford commentedThank you both!