From 027368bed8c2333263116489217a89c943dd1dc0 Mon Sep 17 00:00:00 2001 From: Chris Green <chrisgreen@arizona.edu> Date: Mon, 17 Mar 2025 21:52:06 -0700 Subject: [PATCH 1/5] Issue #3513597 Add composer.json file for easier local development. --- composer.json | 56 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 composer.json diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..c9b4c7a --- /dev/null +++ b/composer.json @@ -0,0 +1,56 @@ +{ + "name": "drupal/config_normalizer", + "description": "Normalizes configuration for comparison.", + "type": "drupal-module", + "license": "GPL-2.0-or-later", + "minimum-stability": "dev", + "authors": [ + { + "name": "Nedjo Rogers (nedjo)", + "homepage": "https://www.drupal.org/u/nedjo", + "role": "Original author" + }, + { + "name": "Fabian Bircher (bircher)", + "homepage": "https://www.drupal.org/u/bircher", + "role": "Maintainer" + }, + { + "name": "Benjamin Melançon (mlncn)", + "homepage": "https://www.drupal.org/u/mlncn", + "role": "Maintainer" + }, + { + "name": "Joe Parsons (joegraduate)", + "homepage": "https://www.drupal.org/u/joegraduate", + "role": "Maintainer" + }, + { + "name": "tadean", + "homepage": "https://www.drupal.org/u/tadean", + "role": "Maintainer" + }, + { + "name": "Artem Dmitriiev (a.dmitriiev)", + "homepage": "https://www.drupal.org/u/a.dmitriiev", + "role": "Maintainer" + }, + { + "name": "Merlin Axel Rutz (geek-merlin)", + "homepage": "https://www.drupal.org/u/geek-merlin", + "role": "Maintainer" + }, + { + "name": "Campus Web Services The University of Arizona (uarizona)", + "homepage": "https://www.drupal.org/u/uarizona", + "role": "Maintainer" + } + ], + "support": { + "issues": "https://www.drupal.org/project/issues/config_normalizer", + "source": "https://git.drupal.org/project/config_normalizer.git" + }, + "require": { + "drupal/core": "^8 || ^9 || ^10" + } +} -- GitLab From c9290568a04ad8a6b6b7e8403e7eaed8341ab9f1 Mon Sep 17 00:00:00 2001 From: Chris Green <42483-trackleft2@users.noreply.drupalcode.org> Date: Tue, 18 Mar 2025 05:34:54 +0000 Subject: [PATCH 2/5] Apply 1 suggestion(s) to 1 file(s) --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c9b4c7a..12b76c0 100644 --- a/composer.json +++ b/composer.json @@ -51,6 +51,7 @@ "source": "https://git.drupal.org/project/config_normalizer.git" }, "require": { - "drupal/core": "^8 || ^9 || ^10" + "drupal/core": "^8 || ^9 || ^10", + "drupal/config_filter": "*" } } -- GitLab From 0d82b5ccb0c4d76fd51409702223cecaf60193a0 Mon Sep 17 00:00:00 2001 From: Chris Green <42483-trackleft2@users.noreply.drupalcode.org> Date: Tue, 18 Mar 2025 05:39:42 +0000 Subject: [PATCH 3/5] Alpha --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 12b76c0..3085775 100644 --- a/composer.json +++ b/composer.json @@ -51,7 +51,7 @@ "source": "https://git.drupal.org/project/config_normalizer.git" }, "require": { - "drupal/core": "^8 || ^9 || ^10", - "drupal/config_filter": "*" + "drupal/config_filter": "*", + "drupal/core": "^8 || ^9 || ^10" } } -- GitLab From b9fd86e453cbe0e3114bcf50da3db93cc441dd37 Mon Sep 17 00:00:00 2001 From: Joe Parsons <20385-joegraduate@users.noreply.drupalcode.org> Date: Thu, 27 Mar 2025 14:42:39 +0000 Subject: [PATCH 4/5] Match .info.yml --- composer.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 3085775..81d87d6 100644 --- a/composer.json +++ b/composer.json @@ -51,7 +51,6 @@ "source": "https://git.drupal.org/project/config_normalizer.git" }, "require": { - "drupal/config_filter": "*", - "drupal/core": "^8 || ^9 || ^10" + "drupal/core": "^8 || ^9 || ^10 || ^11" } } -- GitLab From 1f5aa6f71720a22fa40bdf576240a4195503a878 Mon Sep 17 00:00:00 2001 From: Joe Parsons <20385-joegraduate@users.noreply.drupalcode.org> Date: Thu, 27 Mar 2025 14:44:00 +0000 Subject: [PATCH 5/5] Match .info.yml --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 81d87d6..293d14d 100644 --- a/composer.json +++ b/composer.json @@ -51,6 +51,6 @@ "source": "https://git.drupal.org/project/config_normalizer.git" }, "require": { - "drupal/core": "^8 || ^9 || ^10 || ^11" + "drupal/core": "^8.8 || ^9 || ^10 || ^11" } } -- GitLab