From 5bd7a80c378bdd0ab80ef6f9b26ab0284fdcf198 Mon Sep 17 00:00:00 2001 From: rpnykanen Date: Fri, 17 Feb 2023 16:46:00 +0200 Subject: [PATCH] update navigation to ^2.0 --- composer.json | 2 +- composer.lock | 15 ++++++++------- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 01451090..e1442821 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ "drupal/helfi_azure_fs": "^1.0", "drupal/helfi_drupal_tools": "dev-main", "drupal/helfi_hauki": "^1.0", - "drupal/helfi_navigation": "^1.0", + "drupal/helfi_navigation": "^2.0", "drupal/helfi_platform_config": "^2.0", "drupal/helfi_proxy": "^3.0", "drupal/helfi_tpr": "^2.0", diff --git a/composer.lock b/composer.lock index a1de07bb..01b9a842 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": "a0aa76f07f6372eb1e1b58ba321b09a7", + "content-hash": "ceea754691cbd622bc021f591ef654d3", "packages": [ { "name": "asm89/stack-cors", @@ -4471,20 +4471,21 @@ }, { "name": "drupal/helfi_navigation", - "version": "1.1.0", + "version": "2.0.3", "source": { "type": "git", "url": "https://github.com/City-of-Helsinki/drupal-module-helfi-navigation.git", - "reference": "98e3a83bf68d002b1dfc7ca8aa6b06e33788833c" + "reference": "e8a7a7e74cd2f77d322c352d0778276df2bd1be6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/City-of-Helsinki/drupal-module-helfi-navigation/zipball/98e3a83bf68d002b1dfc7ca8aa6b06e33788833c", - "reference": "98e3a83bf68d002b1dfc7ca8aa6b06e33788833c", + "url": "https://api.github.com/repos/City-of-Helsinki/drupal-module-helfi-navigation/zipball/e8a7a7e74cd2f77d322c352d0778276df2bd1be6", + "reference": "e8a7a7e74cd2f77d322c352d0778276df2bd1be6", "shasum": "" }, "require": { "drupal/helfi_api_base": "*", + "ext-curl": "*", "php": "^8.0" }, "require-dev": { @@ -4497,10 +4498,10 @@ ], "description": "Helfi - Navigation", "support": { - "source": "https://github.com/City-of-Helsinki/drupal-module-helfi-navigation/tree/1.1.0", + "source": "https://github.com/City-of-Helsinki/drupal-module-helfi-navigation/tree/2.0.3", "issues": "https://github.com/City-of-Helsinki/drupal-module-helfi-navigation/issues" }, - "time": "2023-01-13T09:32:25+00:00" + "time": "2023-02-17T12:43:22+00:00" }, { "name": "drupal/helfi_platform_config",