Commit 63804e9f authored by Rajab Natshah's avatar Rajab Natshah
Browse files

Issue #3302413: Drop support for Composer ~1.0 in the Varbase API module and...

Issue #3302413: Drop support for Composer ~1.0 in the Varbase API module and only support Composer ~2.0 and later versions
parent f2e8cb53
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -29,10 +29,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/entity-definition-update-manager": "~1.0",
    "vardot/module-installer-factory": "~1.0",
    "drupal/consumers": "~1.0",
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@ description: "A JSON:API implementation with authentication and authorization th
type: module
package: Varbase
configure: varbase_api.settings
core_version_requirement: ^9
core_version_requirement: ^9 || ^10
dependencies:
  - drupal:jsonapi
  - openapi:openapi