Commit 7e157931 authored by Rajab Natshah's avatar Rajab Natshah
Browse files

Issue #3302426: Drop support for Composer ~1.0 in the Varbase Layout Builder...

Issue #3302426: Drop support for Composer ~1.0 in the Varbase Layout Builder module and only support Composer ~2.0 and later versions
parent f081b3e2
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -27,12 +27,12 @@
    }
  },
  "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/varbase_media": "~9.0.0 || 9.0.x-dev",
    "drupal/varbase_editor": "~9.0.0 || 9.0.x-dev",
    "drupal/core": "~9.0 || ~10.0",
    "drupal/varbase_media": "~9.0 || 9.0.x-dev",
    "drupal/varbase_editor": "~9.0 || 9.0.x-dev",
    "vardot/entity-definition-update-manager": "~1.0",
    "vardot/module-installer-factory": "~1.0",
    "drupal/layout_builder_restrictions": "~2.0",
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@ name: "Varbase Gallery block"
description: "A gallery block contains a title and a gallery of images and videos."
type: module
package: "Varbase Blocks"
core_version_requirement: ^9
core_version_requirement: ^9 || ^10
dependencies:
  - drupal:block
  - drupal:block_content
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@ name: "Varbase Heading block"
description: "A heading block is used to add headings to your page or sections. Headings help structure your page making your content easier to read by humans and search engines."
type: module
package: "Varbase Blocks"
core_version_requirement: ^9
core_version_requirement: ^9 || ^10
dependencies:
  - drupal:block
  - drupal:block_content
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@ name: "Varbase HTML code block"
description: "An HTML Code block contains a title and a body with an HTML text format."
type: module
package: "Varbase Blocks"
core_version_requirement: ^9
core_version_requirement: ^9 || ^10
dependencies:
  - drupal:block
  - drupal:block_content
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@ name: "Varbase Media (image/video) block"
description: "A media block contains a title and media."
type: module
package: "Varbase Blocks"
core_version_requirement: ^9
core_version_requirement: ^9 || ^10
dependencies:
  - drupal:block
  - drupal:block_content
Loading