Problem/Motivation

The README.txt provides an example composer installation for the Chosen library:

"repositories": [
    {
      "type": "package",
      "package": {
        "name": "harvesthq/chosen",
        "version": "1.6.1",
        "type": "drupal-library",
        "dist": {
          "url": "https://github.com/harvesthq/chosen/releases/download/v1.6.1/chosen_v1.6.1.zip",
          "type": "zip"
        },
        "require": {
            "composer/installers": "^1.2.0"
        }
      }
    }
  ]

This example works fine, but version 1.6.1 of Chosen was release little over a year ago.

Proposed resolution

Let's update this to a more recent release, for example the current 1.7.0: https://github.com/harvesthq/chosen/releases

Remaining tasks

  1. Write a patch
  2. Review
  3. Commit

User interface changes

None.

API changes

None.

Data model changes

None.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

idebr created an issue. See original summary.

nagy.balint’s picture

Okay we could put that in before the next release.

But we should make sure that 1.7 works fine and there are no regressions.

nagy.balint’s picture

Status: Active » Needs review
FileSize
2 KB

Here is a patch.

  • nagy.balint committed 7db0fbd on 8.x-2.x
    Issue #2894252 by nagy.balint, idebr: Update composer example...
nagy.balint’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

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