Commit 94af40fa authored by Rajab Natshah's avatar Rajab Natshah
Browse files

Issue #3279038: Support Drupal 10 and update all use of deprecations in the Vartheme BS4 theme

parent b9de6743
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@
    "composer/installers": "~1.0 || ~2.0",
    "oomphinc/composer-installers-extender": "~1.0 || ~2.0",
    "cweagans/composer-patches": "~1.0",
    "drupal/core": "~9.0",
    "drupal/core": "~9.0 || ~10.0",
    "drupal/bootstrap_barrio": "~5.1.0"
  },
  "extra": {
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@ type: theme
base theme: bootstrap_barrio
name: "Vartheme (Bootstrap 4 - SASS)"
description: "Base theme for Varbase standard websites. Based on Bootstrap 4 framework using SASS, and extending Barrio contrib theme."
core_version_requirement: ^9
core_version_requirement: ^9 || ^10
regions:
  navigation: "Navigation"
  navigation_collapsible: "Navigation Collapsible"