Commit e0de2d46 authored by Thomas Seidl's avatar Thomas Seidl
Browse files

Issue #3332036 by drunken monkey, Chris64: Fixed too narrow Drush version...

Issue #3332036 by drunken monkey, Chris64: Fixed too narrow Drush version constraint in composer.json.
parent 75c5d9f5
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
Search API 1.x, dev (xxxx-xx-xx):
---------------------------------
- #3332036 by drunken monkey, Chris64: Fixed too narrow Drush version constraint
  in composer.json.
- #3217772 by seutje, vector_ray, drunken monkey, Marios Anagnostopoulos: Added
  a template for the excerpt field.

+1 −1
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@
    "extra": {
        "drush": {
            "services": {
                "drush.services.yml": "^9 || ^10"
                "drush.services.yml": "^9 || ^10 || ^11"
            }
        }
    },