From 47fd5c1f4521da9ec6986593d0662e92699ebff8 Mon Sep 17 00:00:00 2001 From: naomi Date: Wed, 10 Nov 2021 16:36:03 +0000 Subject: [PATCH] Added feeds and feeds_para_mapper --- composer.json | 2 + composer.lock | 243 +++++++++++++++++++++++++++++++++++++++++--------- 2 files changed, 203 insertions(+), 42 deletions(-) diff --git a/composer.json b/composer.json index d0503b0..3bb75c7 100644 --- a/composer.json +++ b/composer.json @@ -35,6 +35,8 @@ "drupal/devel_entity_updates": "^3.0", "drupal/entity_extra_field": "^2.0@alpha", "drupal/entity_reference_revisions": "^1.9", + "drupal/feeds": "^3.0@alpha", + "drupal/feeds_para_mapper": "1.x-dev", "drupal/field_permissions": "^1.1", "drupal/password_strength": "^2.0@beta", "drupal/restui": "^1.20", diff --git a/composer.lock b/composer.lock index 0ba8a43..2a56210 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": "95606232aba2f555e410b633d45b915d", + "content-hash": "2326e96d8aacdf7472f24df7494c7b6f", "packages": [ { "name": "asm89/stack-cors", @@ -68,7 +68,7 @@ "source": { "type": "git", "url": "ssh://git@git.autonomic.zone:2222/autonomic-cooperative/goodnightout_opencase.git", - "reference": "6d906e48a22574b923c314dca1474f632f6965fe" + "reference": "4892ecd3e933d4484363b8b30e2c682ec5790b03" }, "require": { "drupal/admin_toolbar": "*", @@ -86,7 +86,7 @@ "email": "helo@autonomic.zone" } ], - "time": "2021-10-08T12:41:20+00:00" + "time": "2021-10-23T17:17:34+00:00" }, { "name": "autonomic/opencase", @@ -94,7 +94,7 @@ "source": { "type": "git", "url": "ssh://git@git.autonomic.zone:2222/autonomic-cooperative/opencase.git", - "reference": "b6afcfe47a2e9404f71debd37519efda8522e462" + "reference": "6dca2e98e99b0ccab001f35553f3532061dc5154" }, "require": { "composer/installers": "*", @@ -111,7 +111,7 @@ "email": "helo@autonomic.zone" } ], - "time": "2021-10-15T14:31:24+00:00" + "time": "2021-11-06T12:25:06+00:00" }, { "name": "bjeavons/zxcvbn-php", @@ -2667,6 +2667,157 @@ "source": "https://git.drupalcode.org/project/entity_reference_revisions" } }, + { + "name": "drupal/feeds", + "version": "3.0.0-alpha10", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/feeds.git", + "reference": "8.x-3.0-alpha10" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/feeds-8.x-3.0-alpha10.zip", + "reference": "8.x-3.0-alpha10", + "shasum": "84691c6258503c8d4afea5009dcd21bbd8292d49" + }, + "require": { + "drupal/core": "^8.8 || ^9" + }, + "require-dev": { + "drupal/pathauto": "^1.8", + "drush/drush": "^9 || ^10" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-3.0-alpha10", + "datestamp": "1612455136", + "security-coverage": { + "status": "not-covered", + "message": "Project has not opted into security advisory coverage!" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "Dave Reid", + "homepage": "https://www.drupal.org/user/53892" + }, + { + "name": "Ian Ward", + "homepage": "https://www.drupal.org/user/4736" + }, + { + "name": "MegaChriz", + "homepage": "https://www.drupal.org/user/654114" + }, + { + "name": "Will White", + "homepage": "https://www.drupal.org/user/32237" + }, + { + "name": "alex_b", + "homepage": "https://www.drupal.org/user/53995" + }, + { + "name": "e2thex", + "homepage": "https://www.drupal.org/user/189123" + }, + { + "name": "febbraro", + "homepage": "https://www.drupal.org/user/43670" + }, + { + "name": "franz", + "homepage": "https://www.drupal.org/user/581844" + }, + { + "name": "jmiccolis", + "homepage": "https://www.drupal.org/user/31731" + }, + { + "name": "joelpittet", + "homepage": "https://www.drupal.org/user/160302" + }, + { + "name": "kking", + "homepage": "https://www.drupal.org/user/24399" + }, + { + "name": "tobby", + "homepage": "https://www.drupal.org/user/154797" + }, + { + "name": "tristanoneil", + "homepage": "https://www.drupal.org/user/340659" + }, + { + "name": "twistor", + "homepage": "https://www.drupal.org/user/473738" + }, + { + "name": "yhahn", + "homepage": "https://www.drupal.org/user/264833" + } + ], + "description": "Aggregates RSS/Atom/RDF feeds, imports CSV files and more.", + "homepage": "https://www.drupal.org/project/feeds", + "keywords": [ + "Drupal" + ], + "support": { + "source": "https://git.drupalcode.org/project/feeds", + "issues": "https://www.drupal.org/project/issues/feeds" + } + }, + { + "name": "drupal/feeds_para_mapper", + "version": "dev-1.x", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/feeds_para_mapper.git", + "reference": "e51cc3e351f54427ad8889f6c756dd45c8eab59d" + }, + "require": { + "drupal/core": "~8", + "drupal/feeds": "~3.0", + "drupal/paragraphs": "~1.5" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.x-dev", + "datestamp": "1616369963", + "security-coverage": { + "status": "not-covered", + "message": "Dev releases are not covered by Drupal security advisories." + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0" + ], + "authors": [ + { + "name": "hussein-elhussein", + "homepage": "https://www.drupal.org/user/3522231" + } + ], + "description": "Allows mapping to Paragraphs fields.", + "homepage": "https://www.drupal.org/project/feeds_para_mapper", + "support": { + "source": "https://git.drupalcode.org/project/feeds_para_mapper" + } + }, { "name": "drupal/field_permissions", "version": "1.1.0", @@ -3094,17 +3245,17 @@ }, { "name": "drupal/search_api", - "version": "1.20.0", + "version": "1.21.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/search_api.git", - "reference": "8.x-1.20" + "reference": "8.x-1.21" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/search_api-8.x-1.20.zip", - "reference": "8.x-1.20", - "shasum": "4bed60ac7b502ccc1d4a01411aa35d2cb7f496c7" + "url": "https://ftp.drupal.org/files/projects/search_api-8.x-1.21.zip", + "reference": "8.x-1.21", + "shasum": "0f3b7187f4a04b98bacd046697699cd1e863188e" }, "require": { "drupal/core": "^8.8 || ^9" @@ -3125,8 +3276,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.20", - "datestamp": "1626684847", + "version": "8.x-1.21", + "datestamp": "1636024667", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -3166,7 +3317,7 @@ }, { "name": "drupal/search_api_db", - "version": "1.20.0", + "version": "1.21.0", "require": { "drupal/core": "^8.8 || ^9", "drupal/search_api": "*" @@ -3174,8 +3325,8 @@ "type": "metapackage", "extra": { "drupal": { - "version": "8.x-1.20", - "datestamp": "1626684847", + "version": "8.x-1.21", + "datestamp": "1636024667", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -3387,29 +3538,34 @@ }, { "name": "drupal/typed_data", - "version": "1.0.0-alpha5", + "version": "1.0.0-beta1", "source": { "type": "git", "url": "https://git.drupalcode.org/project/typed_data.git", - "reference": "8.x-1.0-alpha5" + "reference": "8.x-1.0-beta1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/typed_data-8.x-1.0-alpha5.zip", - "reference": "8.x-1.0-alpha5", - "shasum": "44cfaf8f6d6bc0b876e88a8b9d473799818d395f" + "url": "https://ftp.drupal.org/files/projects/typed_data-8.x-1.0-beta1.zip", + "reference": "8.x-1.0-beta1", + "shasum": "73d079f29c7a5679e0db3e28ae888e8cce2f1335" }, "require": { - "drupal/core": "^8.7.7 || ^9" + "drupal/core": "^8.8.2 || ^9" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.0-alpha5", - "datestamp": "1591397037", + "version": "8.x-1.0-beta1", + "datestamp": "1635839873", "security-coverage": { "status": "not-covered", - "message": "Alpha releases are not covered by Drupal security advisories." + "message": "Beta releases are not covered by Drupal security advisories." + } + }, + "drush": { + "services": { + "drush.services.yml": "^9 || ^10" } } }, @@ -4705,16 +4861,16 @@ }, { "name": "nikic/php-parser", - "version": "v4.13.0", + "version": "v4.13.1", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "50953a2691a922aa1769461637869a0a2faa3f53" + "reference": "63a79e8daa781cac14e5195e63ed8ae231dd10fd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/50953a2691a922aa1769461637869a0a2faa3f53", - "reference": "50953a2691a922aa1769461637869a0a2faa3f53", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/63a79e8daa781cac14e5195e63ed8ae231dd10fd", + "reference": "63a79e8daa781cac14e5195e63ed8ae231dd10fd", "shasum": "" }, "require": { @@ -4755,9 +4911,9 @@ ], "support": { "issues": "https://github.com/nikic/PHP-Parser/issues", - "source": "https://github.com/nikic/PHP-Parser/tree/v4.13.0" + "source": "https://github.com/nikic/PHP-Parser/tree/v4.13.1" }, - "time": "2021-09-20T12:20:58+00:00" + "time": "2021-11-03T20:52:16+00:00" }, { "name": "paragonie/random_compat", @@ -7415,16 +7571,16 @@ }, { "name": "symfony/var-dumper", - "version": "v4.4.31", + "version": "v4.4.33", "source": { "type": "git", "url": "https://github.com/symfony/var-dumper.git", - "reference": "1f12cc0c2e880a5f39575c19af81438464717839" + "reference": "50286e2b7189bfb4f419c0731e86632cddf7c5ee" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-dumper/zipball/1f12cc0c2e880a5f39575c19af81438464717839", - "reference": "1f12cc0c2e880a5f39575c19af81438464717839", + "url": "https://api.github.com/repos/symfony/var-dumper/zipball/50286e2b7189bfb4f419c0731e86632cddf7c5ee", + "reference": "50286e2b7189bfb4f419c0731e86632cddf7c5ee", "shasum": "" }, "require": { @@ -7484,7 +7640,7 @@ "dump" ], "support": { - "source": "https://github.com/symfony/var-dumper/tree/v4.4.31" + "source": "https://github.com/symfony/var-dumper/tree/v4.4.33" }, "funding": [ { @@ -7500,7 +7656,7 @@ "type": "tidelift" } ], - "time": "2021-09-24T15:30:11+00:00" + "time": "2021-10-25T20:24:58+00:00" }, { "name": "symfony/yaml", @@ -7850,6 +8006,7 @@ "issues": "https://github.com/webmozart/path-util/issues", "source": "https://github.com/webmozart/path-util/tree/2.3.0" }, + "abandoned": "symfony/filesystem", "time": "2015-12-17T08:42:14+00:00" } ], @@ -8378,16 +8535,16 @@ }, { "name": "symfony/config", - "version": "v4.4.30", + "version": "v4.4.33", "source": { "type": "git", "url": "https://github.com/symfony/config.git", - "reference": "d9ea72de055cd822e5228ff898e2aad2f52f76b0" + "reference": "25c11934bf20c1633f3f125fed0bd7e29f5d8f24" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/config/zipball/d9ea72de055cd822e5228ff898e2aad2f52f76b0", - "reference": "d9ea72de055cd822e5228ff898e2aad2f52f76b0", + "url": "https://api.github.com/repos/symfony/config/zipball/25c11934bf20c1633f3f125fed0bd7e29f5d8f24", + "reference": "25c11934bf20c1633f3f125fed0bd7e29f5d8f24", "shasum": "" }, "require": { @@ -8436,7 +8593,7 @@ "description": "Helps you find, load, combine, autofill and validate configuration values of any kind", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/config/tree/v4.4.30" + "source": "https://github.com/symfony/config/tree/v4.4.33" }, "funding": [ { @@ -8452,7 +8609,7 @@ "type": "tidelift" } ], - "time": "2021-08-04T20:31:23+00:00" + "time": "2021-10-19T15:09:42+00:00" }, { "name": "symfony/css-selector", @@ -8666,6 +8823,8 @@ "autonomic/goodnightout_opencase": 20, "autonomic/opencase": 20, "drupal/entity_extra_field": 15, + "drupal/feeds": 15, + "drupal/feeds_para_mapper": 20, "drupal/password_strength": 10, "drupal/security_review": 15, "drupal/typed_data": 15,