diff --git a/composer.json b/composer.json index bd3a9c46e..a6957b496 100644 --- a/composer.json +++ b/composer.json @@ -42,6 +42,8 @@ "drupal/date_range_formatter": "4.0.1", "drupal/devel": "^4.0", "drupal/domain": "^1.0@alpha", + "drupal/domain_menu_access": "^1.0@alpha", + "drupal/domain_site_settings": "^1.6", "drupal/email_registration": "^1.1", "drupal/entity": "1.x-dev", "drupal/features": "^3.11", diff --git a/composer.lock b/composer.lock index 86037b575..c7e8f5703 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "8468a28ac4bdb41656a180bdd036b156", + "content-hash": "a7c09338fd57079a02b74cdce8354d8f", "packages": [ { "name": "asm89/stack-cors", @@ -3173,6 +3173,206 @@ "source": "https://git.drupalcode.org/project/domain" } }, + { + "name": "drupal/domain_access", + "version": "1.0.0-beta8", + "require": { + "drupal/core": "^8 || ^9", + "drupal/domain": "*" + }, + "type": "metapackage", + "extra": { + "drupal": { + "version": "8.x-1.0-beta8", + "datestamp": "1677511311", + "security-coverage": { + "status": "not-covered", + "message": "Beta releases are not covered by Drupal security advisories." + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "agentrickard", + "homepage": "https://www.drupal.org/user/20975" + }, + { + "name": "nonsie", + "homepage": "https://www.drupal.org/user/29899" + }, + { + "name": "webflo", + "homepage": "https://www.drupal.org/user/254778" + } + ], + "description": "Domain-based access control for content.", + "homepage": "https://www.drupal.org/project/domain", + "support": { + "source": "https://git.drupalcode.org/project/domain" + } + }, + { + "name": "drupal/domain_config", + "version": "1.0.0-beta8", + "require": { + "drupal/core": "^8 || ^9", + "drupal/domain": "*" + }, + "type": "metapackage", + "extra": { + "drupal": { + "version": "8.x-1.0-beta8", + "datestamp": "1677511311", + "security-coverage": { + "status": "not-covered", + "message": "Beta releases are not covered by Drupal security advisories." + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "agentrickard", + "homepage": "https://www.drupal.org/user/20975" + }, + { + "name": "nonsie", + "homepage": "https://www.drupal.org/user/29899" + }, + { + "name": "webflo", + "homepage": "https://www.drupal.org/user/254778" + } + ], + "description": "Allows domain specific configuration.", + "homepage": "https://www.drupal.org/project/domain", + "support": { + "source": "https://git.drupalcode.org/project/domain" + } + }, + { + "name": "drupal/domain_menu_access", + "version": "1.0.0-alpha2", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/domain_menu_access.git", + "reference": "8.x-1.0-alpha2" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/domain_menu_access-8.x-1.0-alpha2.zip", + "reference": "8.x-1.0-alpha2", + "shasum": "9382513e0cd172844923686a0bb9f2324ba11709" + }, + "require": { + "drupal/core": "~8.0", + "drupal/domain": "*", + "drupal/domain_access": "*" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-1.0-alpha2", + "datestamp": "1519214884", + "security-coverage": { + "status": "not-covered", + "message": "Alpha releases are not covered by Drupal security advisories." + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "maciej.zgadzaj", + "homepage": "https://www.drupal.org/user/271491" + }, + { + "name": "pifagor", + "homepage": "https://www.drupal.org/user/2375692" + }, + { + "name": "Sebastien M.", + "homepage": "https://www.drupal.org/user/380104" + }, + { + "name": "tim-diels", + "homepage": "https://www.drupal.org/user/2915097" + } + ], + "description": "Domain-based access control for menu link.", + "homepage": "https://www.drupal.org/project/domain_menu_access", + "support": { + "source": "https://git.drupalcode.org/project/domain_menu_access" + } + }, + { + "name": "drupal/domain_site_settings", + "version": "1.6.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/domain_site_settings.git", + "reference": "8.x-1.6" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/domain_site_settings-8.x-1.6.zip", + "reference": "8.x-1.6", + "shasum": "d0f89411c5dd934a63a1a5991fbc0f76c1515cb2" + }, + "require": { + "drupal/core": "^8.8 || ^9 || ^10 || ^11", + "drupal/domain": "^1.0 || ^2.0", + "drupal/domain_config": "*" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-1.6", + "datestamp": "1726238712", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "aloknarwaria", + "homepage": "https://www.drupal.org/user/906640" + }, + { + "name": "jeroent", + "homepage": "https://www.drupal.org/user/2228934" + }, + { + "name": "malaynayak", + "homepage": "https://www.drupal.org/user/3529755" + } + ], + "description": "Basic Site Setting for Domains.", + "homepage": "https://www.drupal.org/project/domain_site_settings", + "keywords": [ + "Drupal" + ], + "support": { + "source": "http://cgit.drupalcode.org/domain_site_settings", + "issues": "https://www.drupal.org/project/issues/domain_site_settings" + } + }, { "name": "drupal/email_registration", "version": "1.1.0", @@ -10095,6 +10295,7 @@ "drupal/better_messages": 15, "drupal/bulkdelete": 20, "drupal/domain": 15, + "drupal/domain_menu_access": 15, "drupal/entity": 20, "drupal/filefield_sources": 15, "drupal/filter_perms": 15,