diff --git a/composer.json b/composer.json
index 2972fbd88cca5e3b4792f33d112ae98351d2affb..f66d9d5d1211b8237f2b4ecf297295e4eeafec82 100644
--- a/composer.json
+++ b/composer.json
@@ -41,6 +41,7 @@
     "drupal/page_manager": "4.0-beta3",
     "drupal/panels": "4.3",
     "drupal/bootstrap_layouts": "5.1",
+    "drupal/layout_builder_restrictions": "1.0",
     "drupal/ds": "3.1",
     "drupal/views_bootstrap": "3.x-dev#ec4e7872315db6a7287014b029c3167962647588",
     "drupal/field_group": "3.0-beta1",
diff --git a/drupal-org.make b/drupal-org.make
index 4e5b5e30048b3dfb88a1a1db30ea9a4cb6faed13..74957740c99601158fa79c0c4d1f83bf9025112a 100644
--- a/drupal-org.make
+++ b/drupal-org.make
@@ -34,6 +34,9 @@ projects[panels][version] = 4.3
 projects[bootstrap_layouts][type] = module
 projects[bootstrap_layouts][version] = 5.1
 
+projects[layout_builder_restrictions][type] = module
+projects[layout_builder_restrictions][version] = 1.0
+
 projects[ds][type] = module
 projects[ds][version] = 3.1
 ;; Issue #2779243: Method declaration incompatibility.