26 lines
854 B
Diff
26 lines
854 B
Diff
|
|
diff --git a/composer.json b/composer.json
|
||
|
|
index aca6905..bee3ba3 100644
|
||
|
|
--- a/composer.json
|
||
|
|
+++ b/composer.json
|
||
|
|
@@ -7,6 +7,6 @@
|
||
|
|
"homepage": "http://drupal.org/project/layout_builder_block_clone",
|
||
|
|
"minimum-stability": "dev",
|
||
|
|
"require": {
|
||
|
|
- "drupal/core": "^8.7.7 || ^9 || ^10"
|
||
|
|
+ "drupal/core": "^8.7.7 || ^9 || ^10 || ^11"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
diff --git a/layout_builder_block_clone.info.yml b/layout_builder_block_clone.info.yml
|
||
|
|
index 34129c1..29292c1 100644
|
||
|
|
--- a/layout_builder_block_clone.info.yml
|
||
|
|
+++ b/layout_builder_block_clone.info.yml
|
||
|
|
@@ -1,7 +1,7 @@
|
||
|
|
name: 'Layout Builder Block Clone (Block Duplicate)'
|
||
|
|
type: module
|
||
|
|
description: 'Layout Builder Block Clone (Block Duplicate) module.'
|
||
|
|
-core_version_requirement: ^8 || ^9 || ^10
|
||
|
|
+core_version_requirement: ^8 || ^9 || ^10 || ^11
|
||
|
|
package: 'drupal'
|
||
|
|
dependencies:
|
||
|
|
- drupal:layout_builder
|