diff --git a/composer.json b/composer.json index eba654310d..72e5a1e896 100644 --- a/composer.json +++ b/composer.json @@ -36,7 +36,7 @@ "drupal/coder": "^8.3", "drupal/components": "^3.0@beta", "drupal/computed_breadcrumbs": "^1.1", - "drupal/config_ignore": "^2.1", + "drupal/config_ignore": "^3.0", "drupal/config_override_warn": "^1.0", "drupal/config_split": "^1.9", "drupal/consumer_image_styles": "^4.0", diff --git a/composer.lock b/composer.lock index 480714c7f9..d01f3bd77c 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": "821d933268d34fef8bc25e769b042df8", + "content-hash": "98f113437e69c0913f3e83c5eac29526", "packages": [ { "name": "alchemy/zippy", @@ -3308,27 +3308,30 @@ }, { "name": "drupal/config_ignore", - "version": "2.4.0", + "version": "3.0.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/config_ignore.git", - "reference": "8.x-2.4" + "reference": "8.x-3.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/config_ignore-8.x-2.4.zip", - "reference": "8.x-2.4", - "shasum": "e0e45dde2d6927c5d26de59f352792fb6cf26554" + "url": "https://ftp.drupal.org/files/projects/config_ignore-8.x-3.0.zip", + "reference": "8.x-3.0", + "shasum": "114707c1ef70f07fdcd9b9658d657764779db8ec" }, "require": { - "drupal/config_filter": "^1 || ^2", - "drupal/core": "^8 || ^9 || ^10" + "drupal/core": "^8.8 || ^9 || ^10" + }, + "require-dev": { + "drupal/config_filter": "^1.8||^2.2", + "drush/drush": "^10 || ^11" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-2.4", - "datestamp": "1676045435", + "version": "8.x-3.0", + "datestamp": "1698624094", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -3337,7 +3340,7 @@ }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ - "GPL-2.0-or-later" + "GPL-2.0+" ], "authors": [ { @@ -3359,8 +3362,8 @@ "description": "Ignore certain configuration during import.", "homepage": "http://drupal.org/project/config_ignore", "support": { - "source": "https://git.drupalcode.org/project/config_ignore", - "issues": "https://drupal.org/project/config_ignore", + "source": "http://cgit.drupalcode.org/config_ignore", + "issues": "http://drupal.org/project/config_ignore", "irc": "irc://irc.freenode.org/drupal-contribute" } },