diff --git a/composer.json b/composer.json index 8f4ff0295c5..32ef95ba7cc 100644 --- a/composer.json +++ b/composer.json @@ -100,7 +100,7 @@ "drupal/jsonapi_resources": "^1.0@beta", "drupal/jsonapi_views": "^1.0", "drupal/libraries": "^4.0@alpha", - "drupal/limited_field_widgets": "^2.0", + "drupal/limited_field_widgets": "^2.1@alpha", "drupal/linkit": "^6.0@RC", "drupal/linky": "^1.0@beta", "drupal/linkychecker": "^2.0@beta", diff --git a/composer.lock b/composer.lock index 6d43f4214b6..8fc7e4baeb9 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": "a743e7785edf14906700f0eb4f254c91", + "content-hash": "f73e7df6b965b25ee7b53d3ab3fd0d0b", "packages": [ { "name": "alchemy/zippy", @@ -8120,29 +8120,29 @@ }, { "name": "drupal/limited_field_widgets", - "version": "2.0.5", + "version": "2.1.0-alpha1", "source": { "type": "git", "url": "https://git.drupalcode.org/project/limited_field_widgets.git", - "reference": "2.0.5" + "reference": "2.1.0-alpha1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/limited_field_widgets-2.0.5.zip", - "reference": "2.0.5", - "shasum": "410632dba3b6fb1783c3c61f00b4d5ddc35215d1" + "url": "https://ftp.drupal.org/files/projects/limited_field_widgets-2.1.0-alpha1.zip", + "reference": "2.1.0-alpha1", + "shasum": "e1f7844901412ae96369af5c315e605b445866f3" }, "require": { - "drupal/core": "^8 || ^9 || ^10" + "drupal/core": ">=9.2" }, "type": "drupal-module", "extra": { "drupal": { - "version": "2.0.5", - "datestamp": "1674048090", + "version": "2.1.0-alpha1", + "datestamp": "1675686521", "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" + "status": "not-covered", + "message": "Alpha releases are not covered by Drupal security advisories." } } }, @@ -27660,6 +27660,7 @@ "drupal/image_style_warmer": 5, "drupal/jsonapi_resources": 10, "drupal/libraries": 15, + "drupal/limited_field_widgets": 15, "drupal/linkit": 5, "drupal/linky": 10, "drupal/linkychecker": 10,