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

Issue #3302431: Drop support for Composer ~1.0 in the Varbase Search module...

Issue #3302431: Drop support for Composer ~1.0 in the Varbase Search module and only support Composer ~2.0 and later versions
parent 5c23592f
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -27,10 +27,10 @@
    }
  },
  "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",
    "drupal/core": "~9.0 || ~10.0",
    "vardot/module-installer-factory": "~1.0",
    "drupal/search_api": "~1.0"
  },
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@ name: "Varbase Search"
description: "Provides search configuration, and offering search capabilities."
type: module
package: Varbase
core_version_requirement: ^9
core_version_requirement: ^9 || ^10
dependencies: []
install:
  - search_api