Commit 37792ba7 authored by Rajab Natshah's avatar Rajab Natshah
Browse files

Issue #3302441: Drop support for Composer ~1.0 in the Vartheme Claro admin...

Issue #3302441: Drop support for Composer ~1.0 in the Vartheme Claro admin theme and only support Composer ~2.0 and later versions
parent e85eba1e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -23,6 +23,6 @@
    }
  },
  "require": {
    "drupal/core": "~9.0"
    "drupal/core": "~9.0 || ~10.0"
  }
}
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@ type: theme
base theme: claro
description: "A modern administration theme for Varbase standard websites. Based on the Claro Drupal core admin theme."
alt text: "Screenshot of Vartheme Claro, Varbase administration theme."
core_version_requirement: ^9
core_version_requirement: ^9 || ^10
package: "Varbase"
regions:
  header: "Header"