Commit 051f6865 authored by escuriola's avatar escuriola Committed by Andras Szilagyi
Browse files

Issue #3254498 by escuriola, smulvih2, Aaron Gil Martinez: Compatibility with Facets 2.0.x

parent 02d9d2d7
Loading
Loading
Loading
Loading
+7 −5
Original line number Diff line number Diff line
@@ -19,11 +19,13 @@ This has some drawbacks:

## Dependency

This module depends on [Facets](https://www.drupal.org/project/facets) and
requires [this patch](https://www.drupal.org/project/facets/issues/3223956). If
you use Composer, the patch will be automatically downloaded for you, otherwise
you'll need to apply the patch manually. Please, support the patch adoption in
https://www.drupal.org/project/facets/issues/3223956.
This module depends on [Facets 2.x](https://www.drupal.org/project/facets)

## Upgrading from "1.0.0-alpha2"

In case you applied [patch](https://www.drupal.org/project/facets/issues/3223956)
manually, you will need to remove it. In case you used composer this will happen
when upgrading the version.

## Usage

+1 −9
Original line number Diff line number Diff line
@@ -20,17 +20,9 @@
    ],
    "require": {
        "cweagans/composer-patches": "^1.7",
        "drupal/facets": "^1.6"
        "drupal/facets": "^2.0"
    },
    "require-dev": {
        "drupal/search_api": "^1.13"
    },
    "extra": {
        "enable-patching": true,
        "patches": {
            "drupal/facets": {
                "https://www.drupal.org/project/facets/issues/3223956": "https://git.drupalcode.org/project/facets/-/merge_requests/25.diff"
            }
        }
    }
}