Commit a7192927 authored by Rajab Natshah's avatar Rajab Natshah
Browse files

Issue #3302442: Drop support for Composer ~1.0 in Varbase profile and only...

Issue #3302442: Drop support for Composer ~1.0 in Varbase profile and only support Composer ~2.0 and later versions
parent aaed39d0
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -27,11 +27,11 @@
    }
  },
  "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-composer-scaffold": "^9",
    "drupal/core": "~9.0 || ~10",
    "drupal/core": "~9.0 || ~10.0",
    "drupal/varbase_core": "10.0.x-dev",
    "drupal/varbase_api": "10.0.x-dev",
    "drupal/varbase_media": "10.0.x-dev",
+1 −1
Original line number Diff line number Diff line
name: Varbase
type: profile
description: "Varbase is an enhanced Drupal distribution with a lot of necessities."
core_version_requirement: ^9
core_version_requirement: ^9 || ^10
project: varbase
distribution:
  name: Varbase