diff --git a/composer.json b/composer.json index 90b642a..1c90b13 100644 --- a/composer.json +++ b/composer.json @@ -104,6 +104,7 @@ "drupal/queue_ui": "^3.1", "drupal/rdf": "^2.0", "drupal/restui": "^1.20", + "drupal/single_content_sync": "*", "drupal/straw": "^2.0@beta", "drupal/telephone_validation": "^2.2", "drupal/webform_analysis": "^1.0@beta", diff --git a/composer.lock b/composer.lock index 1a2a27a..dc454e0 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": "4dfbb6e27f75dc0a9b8271016ed255bb", + "content-hash": "07ee54ab34f487358c6068a28dc3271c", "packages": [ { "name": "asm89/stack-cors", @@ -7562,6 +7562,79 @@ "source": "https://git.drupalcode.org/project/simplesamlphp_auth" } }, + { + "name": "drupal/single_content_sync", + "version": "1.4.5", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/single_content_sync.git", + "reference": "1.4.5" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/single_content_sync-1.4.5.zip", + "reference": "1.4.5", + "shasum": "e5e3fe3684e389def4283767a6c5fdcfd852d81d" + }, + "require": { + "drupal/core": "^9.3 || ^10", + "ext-dom": "*", + "ext-zip": "*", + "php": ">=7.4" + }, + "require-dev": { + "drupal/address": "*", + "drupal/block_field": "*", + "drupal/color_field": "*", + "drupal/dynamic_entity_reference": "*", + "drupal/geofield": "*", + "drupal/geolocation": "*", + "drupal/metatag": "*", + "drupal/paragraphs": "*", + "drupal/section_library": "*", + "drupal/svg_image_field": "*", + "drupal/viewsreference": "*", + "drupal/webform": "*", + "drupal/weight": "*", + "drupal/yearonly": "*" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "1.4.5", + "datestamp": "1714647618", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "Alex Kuzava (nginex)", + "homepage": "https://www.drupal.org/u/nginex", + "role": "Maintainer" + }, + { + "name": "artycal", + "homepage": "https://www.drupal.org/user/3708798" + }, + { + "name": "nginex", + "homepage": "https://www.drupal.org/user/2822325" + } + ], + "description": "This is a simple way of exporting a single node to yml file with possibility to import it on another environment.", + "homepage": "https://drupal.org/project/single_content_sync", + "support": { + "source": "https://cgit.drupalcode.org/single_content_sync", + "issues": "https://drupal.org/project/issues/single_content_sync" + } + }, { "name": "drupal/smtp", "version": "1.2.0",