Commit 543a2e31 authored by Rajab Natshah's avatar Rajab Natshah 💬
Browse files

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

Issue #3277447: Support Drupal 10 and update all use of deprecations in the Entityqueue Form Widget module
parent 694cbb6f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@
    }
  },
  "require": {
    "drupal/core": "^8 || ^9",
    "drupal/core": "^8 || ^9 || ^10",
    "drupal/entityqueue": "~1.0"
  }
}
+1 −1
Original line number Diff line number Diff line
@@ -2,6 +2,6 @@ name: "Entityqueue Form Widget"
type: module
description: "A handy module to populate a form element in the sidebar of node's add and edit pages to allow editors to add content to entityqueues directly from add/edit forms."
package: Entityqueue
core_version_requirement: ^8 || ^9
core_version_requirement: ^8 || ^9 || ^10
dependencies:
  - entityqueue:entityqueue