Commit ce40d64e authored by Rajab Natshah's avatar Rajab Natshah
Browse files

Issue #3277443: Support Drupal 10 and update all use of deprecations in the...

Issue #3277443: Support Drupal 10 and update all use of deprecations in the Autocomplete Deluxe module
parent 0abee6bb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2,4 +2,4 @@ name: "Autocomplete Deluxe"
type: module
description: "Enhanced autocomplete using Jquery UI autocomplete."
package: User interface
core_version_requirement: ^8 || ^9
core_version_requirement: ^8 || ^9 || ^10
+1 −1
Original line number Diff line number Diff line
@@ -28,6 +28,6 @@
    }
  },
  "require": {
    "drupal/core": "^8 || ^9"
    "drupal/core": "^8 || ^9 || ^10"
  }
}
 No newline at end of file