Commit b4592464 authored by Marcin Grabias's avatar Marcin Grabias
Browse files

Drush update.

parent b36330fd
Loading
Loading
Loading
Loading
+3 −3
Original line number Original line Diff line number Diff line
@@ -20,15 +20,15 @@
    "drupal/core": "^9.4 || ^10"
    "drupal/core": "^9.4 || ^10"
  },
  },
  "require-dev": {
  "require-dev": {
    "drush/drush": "^10"
    "drush/drush": "^11"
  },
  },
  "suggest": {
  "suggest": {
    "drush/drush": "^9 || ^10"
    "drush/drush": "^10 || ^11"
  },
  },
  "extra": {
  "extra": {
    "drush": {
    "drush": {
      "services": {
      "services": {
        "drush.services.yml": "^9 || ^10"
        "drush.services.yml": "^10 || ^11"
      }
      }
    }
    }
  }
  }