Conflict/issue with the new Forum module and existing Forum Access

Created on 18 April 2024, 12 months ago
Updated 23 April 2024, 12 months ago

We have Forum Access 1.0 on a project. I just tried to composer update --lock and am now getting this:

$ ddev composer update --lock
Gathering patches for root package.
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - drupal/forum 1.0.0 requires drupal/core ^8 -> found drupal/core[8.0.0-beta6, ..., 8.9.x-dev] but it conflicts with your root composer.json require (~9.5.11).
    - drupal/forum[dev-1.x, 1.0.1, ..., 1.x-dev] require drupal/core >=10.0 -> found drupal/core[10.0.0-alpha1, ..., 10.3.x-dev, 11.x-dev] but it conflicts with your root composer.json require (~9.5.11).
    - drupal/forum_access 1.0.0 requires drupal/forum * -> satisfiable by drupal/forum[dev-1.x, 1.0.0, 1.0.1, 1.x-dev].
    - Root composer.json requires drupal/forum_access == 1.0.0.0 -> satisfiable by drupal/forum_access[1.0.0].

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
Composer [update --lock --ignore-platform-reqs] failed, composer command failed: exit status 2. stderr=

I have spoken with @longwave about this and our suspicion is that the parsing of the info.yml is triggering some kind of mismatch between existing core forum in D9 and the new module in contrib?

So:
a) Is this a packagist / meta parsing bug?
b) Does Forum Access need to alter its info file?

I thnk this relates to https://www.drupal.org/project/project_composer/issues/3421790 πŸ“Œ Ensure that Forum does not get special core treatment Fixed ?

Composer.json:

{
    "name": "thunder/thunder-project",
    "description": "Project template for Thunder projects with composer",
    "type": "project",
    "license": "GPL-2.0-or-later",
    "authors": [
        {
            "name": "Daniel Bosen",
            "email": "daniel.bosen@burda.com"
        },
        {
            "name": "Christian Fritsch",
            "email": "christian.fritsch@burda.com"
        },
        {
            "name": "Mladen Todorovic",
            "email": "mladen.todorovic@burda.com"
        },
        {
            "name": "Alex Pott",
            "email": "alex.a.pott@gmail.com"
        },
        {
            "name": "Volker Killesreiter",
            "email": "volker.killesreiter@burda.com"
        }
    ],
    "repositories": [
        {
            "type": "composer",
            "url": "https://packages.drupal.org/8"
        },
        {
            "type": "composer",
            "url": "https://asset-packagist.org"
        },
        {
            "type": "package",
            "package": {
                "name": "custom/pdfjs-dist-viewer-legacy",
                "version": "1.0",
                "type": "drupal-library",
                "source": {
                    "url": "https://github.com/guardiola86/pdfjs-dist-viewer-legacy.git",
                    "type": "git",
                    "reference": "main"
                }
            }
        },
        {
            "type": "package",
            "package": {
                "name": "ckeditor-plugin/emojione",
                "version": "1.0.2",
                "type": "drupal-library",
                "dist": {
                    "url": "https://download.ckeditor.com/emojione/releases/emojione_1.0.2.zip",
                    "type": "zip"
                }
            }
        },
        {
            "type": "package",
            "package": {
                "name": "ckeditor-plugin/uploadimage",
                "version": "4.8.0",
                "type": "drupal-library",
                "extra": {
                    "installer-name": "uploadimage"
                },
                "dist": {
                    "url": "https://download.ckeditor.com/uploadimage/releases/uploadimage_4.8.0.zip",
                    "type": "zip"
                }
            }
        },
        {
            "type": "package",
            "package": {
                "name": "ckeditor-plugin/uploadwidget",
                "version": "4.8.0",
                "type": "drupal-library",
                "extra": {
                    "installer-name": "uploadwidget"
                },
                "dist": {
                    "url": "https://download.ckeditor.com/uploadwidget/releases/uploadwidget_4.8.0.zip",
                    "type": "zip"
                }
            }
        },
        {
            "type": "package",
            "package": {
                "name": "ckeditor-plugin/filetools",
                "version": "4.8.0",
                "type": "drupal-library",
                "extra": {
                    "installer-name": "filetools"
                },
                "dist": {
                    "url": "https://download.ckeditor.com/filetools/releases/filetools_4.8.0.zip",
                    "type": "zip"
                }
            }
        },
        {
            "type": "package",
            "package": {
                "name": "ckeditor-plugin/notification",
                "version": "4.8.0",
                "type": "drupal-library",
                "extra": {
                    "installer-name": "notification"
                },
                "dist": {
                    "url": "https://download.ckeditor.com/notification/releases/notification_4.8.0.zip",
                    "type": "zip"
                }
            }
        },
        {
            "type": "package",
            "package": {
                "name": "ckeditor-plugin/notificationaggregator",
                "version": "4.8.0",
                "type": "drupal-library",
                "extra": {
                    "installer-name": "notificationaggregator"
                },
                "dist": {
                    "url": "https://download.ckeditor.com/notificationaggregator/releases/notificationaggregator_4.8.0.zip",
                    "type": "zip"
                }
            }
        },
        {
            "type": "package",
            "package": {
                "name": "twitter/hogan",
                "version": "3.0.2",
                "type": "drupal-library",
                "extra": {
                    "installer-name": "hogan"
                },
                "dist": {
                    "url": "https://github.com/twitter/hogan.js/archive/v3.0.2.zip",
                    "type": "zip"
                }
            }
        }
    ],
    "require": {
        "php": ">=8.1",
        "ext-dom": "*",
        "ext-intl": "*",
        "ext-json": "*",
        "ext-libxml": "*",
        "ext-soap": "*",
        "ext-xsl": "*",
        "bower-asset/ekko-lightbox": "^5.4",
        "ckeditor-plugin/emojione": "^1.0",
        "ckeditor-plugin/filetools": "4.8.0",
        "ckeditor-plugin/notification": "4.8.0",
        "ckeditor-plugin/notificationaggregator": "4.8.0",
        "ckeditor-plugin/uploadimage": "4.8.0",
        "ckeditor-plugin/uploadwidget": "4.8.0",
        "commerceguys/addressing": "^1.4.1",
        "composer/installers": "^1.2",
        "composer/semver": "~3.3.2",
        "custom/pdfjs-dist-viewer-legacy": "^1.0",
        "cweagans/composer-patches": "^1.7",
        "doctrine/annotations": "~1.13.2",
        "doctrine/lexer": "~1.2.1",
        "drupal/access_unpublished": "^1.3",
        "drupal/address": "^1.10",
        "drupal/address_autocomplete": "^1.0@beta",
        "drupal/adstxt": "^1.0",
        "drupal/amazon_sns": "^1.0",
        "drupal/block_exclude_pages": "^2.0",
        "drupal/bootstrap_barrio": "^4.22",
        "drupal/captcha": "^1.0@beta",
        "drupal/cdn": "^3.5",
        "drupal/ckeditor_emojione": "^1.1",
        "drupal/ckeditor_uploadimage": "~2.0",
        "drupal/cleantalk": "~9.1.21",
        "drupal/config_ignore": "^2.1",
        "drupal/config_split": "^1.4",
        "drupal/content_translation_redirect": "^1.3",
        "drupal/cookiebot": "^1.0",
        "drupal/cookiebot_ignore": "1.0.x-dev",
        "drupal/core": "~9.5.11",
        "drupal/core-composer-scaffold": "^9.5",
        "drupal/core-project-message": "^9.5",
        "drupal/core-recommended": "~9.5",
        "drupal/create_user_permission": "^2.0",
        "drupal/datalayer": "^1.0@beta",
        "drupal/devel": "^5.0",
        "drupal/devel_php": "^1.5",
        "drupal/dfp": "^1.0",
        "drupal/diff": "~1.0",
        "drupal/dropdown_language": "^3.2",
        "drupal/ds": "^3.4",
        "drupal/duration_field": "~2.0",
        "drupal/editor_advanced_link": "^1.9",
        "drupal/elasticsearch_connector": "^7.0@alpha",
        "drupal/entity": "^1.4",
        "drupal/entity_browser": "2.9 as 2.6",
        "drupal/entity_reference_actions": "^1.0@beta",
        "drupal/eu_cookie_compliance": "^1.5",
        "drupal/facets": "^2.0",
        "drupal/field_group": "~3.2",
        "drupal/fieldblock": "^2.0@alpha",
        "drupal/filefield_paths": "^1.0@beta",
        "drupal/flag": "^4.0@beta",
        "drupal/flood_control": "^2.3",
        "drupal/focal_point": "^1.0",
        "drupal/forum_access": "^1.0",
        "drupal/geolocation": "3.10.0",
        "drupal/google_analytics": "4.0.2 as 2.5",
        "drupal/google_tag": "^1.2",
        "drupal/htmlmail": "^3.0",
        "drupal/inline_entity_form": "^1.0@RC",
        "drupal/libraries": "3.0-alpha2",
        "drupal/liveblog": "^1.3@alpha",
        "drupal/media_entity_image": "^1.3",
        "drupal/menu_admin_per_menu": "^1.0",
        "drupal/migrate_file": "^2.1",
        "drupal/migrate_plus": "^6.0",
        "drupal/migrate_tools": "^6.0",
        "drupal/mimemail": "^1.0@alpha",
        "drupal/password_policy": "~4.0",
        "drupal/passwordless": "1.2.0",
        "drupal/private_message": "^2.0",
        "drupal/private_message_flood": "^2.0@alpha",
        "drupal/raven": "^4.0",
        "drupal/recaptcha": "3.1.0",
        "drupal/redis": "^1.2",
        "drupal/registration_role": "^1.1",
        "drupal/roleassign": "^1.0@alpha",
        "drupal/rules": "^3.0@alpha",
        "drupal/scheduled_updates": "dev-1.x#a5b52a35e3674ac38900fc9e13a6013c50d88290",
        "drupal/scheduler": "1.5 as 2.0",
        "drupal/scheduler_content_moderation_integration": "1.4 as 2.0",
        "drupal/schema_metatag": "~2.3",
        "drupal/search404": "2.0.0",
        "drupal/search_api": "^1.14",
        "drupal/simple_gmap": "^2.1@RC",
        "drupal/simple_sitemap": "3.11",
        "drupal/slack": "1.3.0",
        "drupal/slack_logger": "^1.2",
        "drupal/smtp": "^1.0",
        "drupal/stage_file_proxy": "^1.2",
        "drupal/stripe": "^1.0",
        "drupal/super_login": "^2.0",
        "drupal/swiftmailer": "^2.2",
        "drupal/term_merge": "^2.0@beta",
        "drupal/title_field_for_manage_display": "^1.9",
        "drupal/tmgmt_deepl": "^2.1",
        "drupal/twig_tweak": "^2.5",
        "drupal/upgrade_status": "^3.17",
        "drupal/user_email_verification": "^1.1",
        "drupal/userprotect": "^1.1",
        "drupal/video_embed_field": "^2.2",
        "drupal/view_custom_table": "^2.0",
        "drupal/views_bootstrap": "^4.3",
        "drupal/views_contextual_filters_or": "^1.3",
        "drupal/views_data_export": "^1.3",
        "drupal/views_simple_math_field": "^3.0",
        "drupal/webform": "^6.1",
        "drupal/xbbcode": "^5.0",
        "drupal/xmlsitemap": "^1.0@alpha",
        "drush/drush": "^9.0|^10.0",
        "egulias/email-validator": "~3.2",
        "guzzlehttp/guzzle": "~6.5.8",
        "guzzlehttp/promises": "~1.5.1",
        "guzzlehttp/psr7": "~1.9.0",
        "html2text/html2text": "^4.2",
        "hubspot/api-client": "^4.0",
        "hubspot/hubspot-php": "~3.2.1",
        "laminas/laminas-escaper": "~2.9.0",
        "laminas/laminas-feed": "~2.17.0",
        "laminas/laminas-stdlib": "~3.7.1",
        "longwave/laminas-diactoros": "^2.14",
        "masterminds/html5": "~2.7.5",
        "oomphinc/composer-installers-extender": "^2.0",
        "pear/pear-core-minimal": "v1.10.11",
        "pear/pear_exception": "~v1.0.2",
        "pelago/emogrifier": "~v6.0.0",
        "phpclassic/php-shopify": "^1.1",
        "psr/container": "1.1.1",
        "psr/log": "~1.1.4",
        "romanpitak/dotmailer-api-v2-client": "dev-feature/transactional-emails-plus-php-proxy-plus-base-api",
        "stack/builder": "~v1.0.6",
        "symfony-cmf/routing": "~2.3.4",
        "symfony/console": "~v4.4.34",
        "symfony/debug": "~v4.4.31",
        "symfony/dependency-injection": "~v4.4.34",
        "symfony/deprecation-contracts": "~v2.5.0",
        "symfony/event-dispatcher": "~v4.4.34",
        "symfony/http-foundation": "~v4.4.34",
        "symfony/http-kernel": "~v4.4.35",
        "symfony/polyfill-ctype": "~v1.27.0",
        "symfony/polyfill-iconv": "~v1.27.0",
        "symfony/polyfill-intl-idn": "~v1.27.0",
        "symfony/polyfill-mbstring": "~v1.27.0",
        "symfony/polyfill-php80": "~v1.27.0",
        "symfony/process": "~v4.4.35",
        "symfony/psr-http-message-bridge": "~v2.1.2",
        "symfony/routing": "~v4.4.34",
        "symfony/serializer": "~v4.4.35",
        "symfony/translation": "~v4.4.34",
        "symfony/validator": "~v4.4.35",
        "symfony/var-dumper": "~v5.4.0",
        "symfony/yaml": "~v4.4.34",
        "thunder/thunder-distribution": "^6.5",
        "twig/twig": "~v2.15.3",
        "twitter/hogan": "^3.0",
        "typo3/phar-stream-wrapper": "~v3.1.7",
        "vlucas/phpdotenv": "^5.3",
        "webflo/drupal-finder": "^1.0.0",
        "webmozart/path-util": "^2.3"
    },
    "require-dev": {
        "drupal/core-dev": "^9.5",
        "phpcompatibility/php-compatibility": "*",
        "phpunit/phpunit": "^9.5",
        "squizlabs/php_codesniffer": "*"
    },
    "conflict": {
        "drupal/drupal": "*"
    },
    "minimum-stability": "dev",
    "prefer-stable": true,
    "autoload": {
        "files": [
            "load.environment.php"
        ]
    },
    "extra": {
        "composer-exit-on-patch-failure": true,
        "installer-types": ["bower-asset", "npm-asset"],
        "installer-paths": {
            "docroot/core": ["type:drupal-core"],
            "docroot/libraries/ckeditor/plugins/{$name}": ["vendor:ckeditor-plugin"],
            "docroot/libraries/{$name}": [
                "type:drupal-library",
                "type:bower-asset",
                "type:npm-asset"
            ],
            "docroot/modules/contrib/{$name}": ["type:drupal-module"],
            "docroot/profiles/contrib/{$name}": ["type:drupal-profile"],
            "docroot/themes/contrib/{$name}": ["type:drupal-theme"],
            "drush/contrib/{$name}": ["type:drupal-drush"]
        },
        "drupal-scaffold": {
            "locations": {
                "web-root": "docroot/"
            },
            "file-mapping": {
                "[web-root]/robots.txt": false,
                "[web-root]/sites/development.services.yml": false
            }
        },
        "enable-patching": true,
        "patches": {
            "drupal/core": {
                "Multiple subthemes hook_suggestions order incorrect": "https://www.drupal.org/files/issues/2021-12-15/2991845-12.patch",
                "Fix for Forum source paths": "https://www.drupal.org/files/issues/2022-08-10/2010132-150.patch",
                "The image button of ckeditor can't handle external images": "https://www.drupal.org/files/issues/2019-12-23/pp_1_allow_entering_2510394-47.patch",
                "Views: Allow NULL on boolean": "https://www.drupal.org/files/issues/2019-11-20/2769407-27.patch",
                "ManyToOneHelper ignores group configuration for some cases": "https://www.drupal.org/files/issues/2020-10-14/2559961-101.patch",
                "Set the expiration of a key/value pair from the PrivateTempStore": "https://www.drupal.org/files/issues/2021-07-27/2928639-26.patch",
                "Deprecate ThemeHandlerInterface::getBaseThemes and remove usages from core": "https://www.drupal.org/files/issues/2018-11-29/2972153-3.patch",
                "Argument 1 passed to Drupal\\views\\Plugin\\views\\field\\RenderedEntity::getEntityTranslation() must implement interface Drupal\\Core\\Entity\\EntityInterface, null given": "https://www.drupal.org/files/issues/2020-10-20/3178008-2.patch",
                "Call to a member function getPath() on null": "https://www.drupal.org/files/issues/2023-09-21/calltoamemberfunctiongetpathonnull-3388796-2.patch",
                "string' is a reserved keyword as of PHP version 7.0": "https://www.drupal.org/files/issues/2022-08-25/3304246-5.patch"
            },
            "drupal/search404": {
                "Allow custom search path to be a GET parameter": "https://www.drupal.org/files/issues/2019-06-05/search404_combined_overlapping_patches-do_not_test.patch",
                "Fix PHP error on search404 redirect": "https://www.drupal.org/files/issues/2019-10-17/3087929-fix-php-error-on-redirect.patch"
            },
            "drupal/search_api": {
                "Remark out post update index save": "patches/search-api-prevent-post-update-index-fix.patch"
            },
            "drupal/htmlmail": {
                "Allow HTML in emails": "https://www.drupal.org/files/issues/2020-10-29/allow-html-in-body-3005217-11.patch",
                "Undefined Server Software Index": "https://www.drupal.org/files/issues/2022-03-18/undefined-index-serversoftware-3270295-1.patch"
            },
            "drupal/ww_publish": {
                "Custom integration": "patches/woodwing-custom-integration.patch"
            },
            "drupal/stripe": {
                "Support 3D Secure - 3050176": "https://www.drupal.org/files/issues/2022-03-11/3050176-strong_customer_auth-26.patch",
                "The \"disabled\" state of the field is not respected": "patches/stripe-respect-disabled-3197096.patch",
                "Add a created event to allow access to the Stripe element": "patches/stripe-created-event.patch",
                "Prevent multiple submissions": "patches/stripe-prevent-multiple-submission.patch",
                "Exclude stripe from cookiebot": "patches/exclude-stripe-from-cookiebot.patch"
            },
            "drupal/slack": {
                "Add support for link_names": "https://www.drupal.org/files/issues/2022-03-18/slack-link-messages-327041-1.patch"
            },
            "drupal/slack_logger": {
                "Allow a text prefix on the message": "https://www.drupal.org/files/issues/2022-03-18/slack-logger-message-text-prefix-3270421-2.patch"
            },
            "drupal/passwordless": {
                "Allow password confirm on login link": "https://www.drupal.org/files/issues/2022-05-11/3062482-15-login-form.patch",
                "Drupal 9 > 8 API fix": "patches/passwordless-3062482-d8-fix.patch"
            },
            "drupal/elasticsearch_connector": {
                "Fix cluster config loading of overrides": "https://www.drupal.org/files/issues/2021-10-09/elasticsearch_connector-cluster_form_config_overrides-3241717-2.patch"
            },
            "drupal/recaptcha": {
                "Allow hidden reCaptcha": "https://www.drupal.org/files/issues/2022-10-12/recaptcha-ajax-2493183-164%2Bnocaptcha-2852269-203.patch"
            },
            "drupal/scheduled_updates": {
                "Drupal 9 compatibility fixes": "https://www.drupal.org/files/issues/2021-12-21/3172330-46.patch"
            },
            "drupal/dfp": {
                "Correct PHP 8.0 compat. false-positive": "https://www.drupal.org/files/issues/2022-11-30/dfp-php-8-0-compat-fix.patch"
            },
            "drupal/google_analytics": {
                "Short term fix to allow term names to be used in GA": "patches/google_analytics-allow-term-name.patch",
                "Send Custom Dimension as Pageview (not Event)":  "https://www.drupal.org/files/issues/2023-02-20/track-as-pageview-3226355-5.patch"
            },
            "drupal/address": {
                "Change how single option country fields are handled": "patches/dont-remove-country-field.patch"
            },
            "guzzlehttp/guzzle": {
                "PHP 8.1 compatibility": "patches/guzzle-php81.patch"
            },
            "hubspot/hubspot-php": {
                "PHP 8.1 compatibility": "patches/hubspot-php-php81.patch"
            },
            "hubspot/api-client": {
                "PHP 8.1 compatibility": "patches/hubspot-api-client-php81.patch"
            }
        },
        "patches-ignore": {
            "thunder/thunder-distribution": {
                "drupal/entity_browser": {
                    "Moderately critical - Information Disclosure - SA-CONTRIB-2023-002": "https://www.drupal.org/files/issues/2023-01-19/SA-CONTRIB-2023-002.diff",
                    "Trying to access array offset on value of type null in EntityBrowserElement valueCallback": "https://www.drupal.org/files/issues/2021-02-19/3199269-array-value-null.patch"
                }
            },
            "drupal/entity_reference_actions": {
                "drupal/inline_entity_form": {
                    "Changes are lost when collapsing a paragraphs subform including an inline_entity_form": "https://www.drupal.org/files/issues/2021-04-26/2901158-16_0.patch"
                }
            }
        }
    },
    "config": {
        "bin-dir": "bin/",
        "sort-packages": true,
        "allow-plugins": {
            "composer/installers": true,
            "cweagans/composer-patches": true,
            "oomphinc/composer-installers-extender": true,
            "wikimedia/composer-merge-plugin": false,
            "dealerdirect/phpcodesniffer-composer-installer": true,
            "digitalrevolution/php-codesniffer-baseline": true,
            "drupal/core-composer-scaffold": true,
            "drupal/core-project-message": true,
            "php-http/discovery": true
        }
    },
    "scripts": {
        "post-install-cmd": "./bin/phpcs --config-set installed_paths vendor/phpcompatibility/php-compatibility",
        "post-update-cmd" : "./bin/phpcs --config-set installed_paths vendor/phpcompatibility/php-compatibility"
    }
}
πŸ› Bug report
Status

Closed: works as designed

Version

1.0

Component

Code

Created by

πŸ‡¬πŸ‡§United Kingdom nicholasthompson

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024