Commit 24585045 authored by mxh's avatar mxh
Browse files

Issue #3271938 by mxh: Make this module compatible with Drupal 10

parent 22b025c4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@
  "extra": {
    "drush": {
      "services": {
        "drush.services.yml": "^9 || ^10"
        "drush.services.yml": "^9 || ^10 || ^11"
      }
    }
  }
+1 −1
Original line number Diff line number Diff line
name: Custom Purge
type: module
description: "Lightweight, queueable and customizable cache purging."
core_version_requirement: ^8.9 || ^9
core_version_requirement: ^8.9 || ^9 || ^10
package: Other