Commit cdeb3b50 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 c9be5f89
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/varbase_media": "~10.0 || 10.0.x-dev",
+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