Commit 5b513b3b 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 bb673630
Loading
Loading
Loading
Loading
+4 −4
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": "~9.0",
    "drupal/varbase_media": "^9 || 9.0.x-dev",
    "drupal/core": "~9.0 || ~10.0",
    "drupal/varbase_media": "~9.0 || 9.0.x-dev",
    "vardot/entity-definition-update-manager": "~1.0",
    "vardot/module-installer-factory": "~1.0",
    "drupal/layout_builder_modal": "~1.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 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
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@ name: 'Varbase Modal block'
description: 'A modal block contains a title and modal button title, body and footer.'
type: module
package: 'Varbase Blocks'
core_version_requirement: ^9
core_version_requirement: ^9 || ^10
dependencies:
  - drupal:block
  - drupal:block_content
Loading