From 382b0664d4fc6a54bd8bbbfea251a6ca2f5e120c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 03:47:08 +0000 Subject: [PATCH] Update dependency amazeeio/drupal_integrations to v0.4.0 --- composer.json | 2 +- composer.lock | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/composer.json b/composer.json index 5167a2c..e0ccafc 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ } ], "require": { - "amazeeio/drupal_integrations": "0.3.7", + "amazeeio/drupal_integrations": "0.4.0", "composer/installers": "2.2.0", "cweagans/composer-patches": "1.7.3", "drupal/core-composer-scaffold": "10.2.0", diff --git a/composer.lock b/composer.lock index 621dd09..abea27a 100644 --- a/composer.lock +++ b/composer.lock @@ -4,34 +4,34 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "7fd2c500666bc65833e07ccb2b903336", + "content-hash": "fbe5eba6607ce2af91cfae0478ceb129", "packages": [ { "name": "amazeeio/drupal_integrations", - "version": "0.3.7", + "version": "0.4.0", "source": { "type": "git", "url": "https://github.com/amazeeio/drupal-integrations.git", - "reference": "f5d4ddd9fbdb0e1ec4b7ab4c110189b6ddd6538d" + "reference": "4166cbcce9429e7e1cfaa9ffba4d44c1c267f083" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/amazeeio/drupal-integrations/zipball/f5d4ddd9fbdb0e1ec4b7ab4c110189b6ddd6538d", - "reference": "f5d4ddd9fbdb0e1ec4b7ab4c110189b6ddd6538d", + "url": "https://api.github.com/repos/amazeeio/drupal-integrations/zipball/4166cbcce9429e7e1cfaa9ffba4d44c1c267f083", + "reference": "4166cbcce9429e7e1cfaa9ffba4d44c1c267f083", "shasum": "" }, "require": { "drupal/core-composer-scaffold": "*" }, "conflict": { - "drupal/core": "<8.5" + "drupal/core": "<9.0" }, "require-dev": { "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0", "drupal/coder": "^8.3" }, "suggest": { - "drupal/lagoon_logs": "Zero configuration logging system for Drupal 7 and 8 sites running on amazee.io Lagoon" + "drupal/lagoon_logs": "Zero configuration logging system for Drupal sites running on Lagoon" }, "type": "drupal-drush", "extra": { @@ -53,12 +53,12 @@ "license": [ "MIT" ], - "description": "Add this project to any Drupal distribution based on drupal/core-composer-scaffold to enable it for use on Lagoon.", + "description": "Add this project to any Drupal 9+ distribution based on drupal/core-composer-scaffold to enable it for use on Lagoon.", "support": { "issues": "https://github.com/amazeeio/drupal-integrations/issues", - "source": "https://github.com/amazeeio/drupal-integrations/tree/0.3.7" + "source": "https://github.com/amazeeio/drupal-integrations/tree/0.4.0" }, - "time": "2022-03-03T01:57:35+00:00" + "time": "2023-11-13T00:29:04+00:00" }, { "name": "asm89/stack-cors",