Commit 14a6f867 authored by Rajab Natshah's avatar Rajab Natshah
Browse files

Issue #3302435: Drop support for Composer ~1.0 in the Vartheme BS4 theme and...

Issue #3302435: Drop support for Composer ~1.0 in the Vartheme BS4 theme and only support Composer ~2.0 and later versions
parent 4d869530
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -27,8 +27,8 @@
    }
  },
  "require": {
    "composer/installers": "~1.0 || ~2.0",
    "oomphinc/composer-installers-extender": "~1.0 || ~2.0",
    "composer/installers": "~2.0",
    "oomphinc/composer-installers-extender": "~2.0",
    "cweagans/composer-patches": "~1.0",
    "drupal/core": "~9.0 || ~10.0",
    "drupal/bootstrap_barrio": "~5.1.0"