Commit db35f791 authored by Arit Kumar Nath's avatar Arit Kumar Nath Committed by Wolfgang Ziegler
Browse files

Issue #3281326 by nath.aritkumar, fago: Drupal 10 compatibility for Custom Elements

parent 938c4f06
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@
    }
  },
  "require": {
    "drupal/core": "^8 || ^9"
    "drupal/core": "^8.8 || ^9 || ^10"
  },
  "require-dev": {
    "drupal/crop": "^2.1",
+1 −1
Original line number Diff line number Diff line
@@ -2,4 +2,4 @@ name: Custom Elements
description: Renders content as custom elements.
package: Other
type: module
core_version_requirement: ^8.8 || ^9
core_version_requirement: ^8.8 || ^9 || ^10