Missing composer.json

Created on 4 February 2025, 2 months ago

The module is missing a composer.json file.

๐Ÿ“Œ Task
Status

Active

Version

1.0

Component

Code

Created by

๐Ÿ‡ง๐Ÿ‡ชBelgium kensae

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

Merge Requests

Comments & Activities

  • Issue created by @kensae
  • Merge request !9Add composer.json โ†’ (Open) created by kensae
  • ๐Ÿ‡ง๐Ÿ‡ชBelgium kensae
  • ๐Ÿ‡ง๐Ÿ‡ชBelgium dieterholvoet Brussels

    Thanks for your contribution, but thereโ€™s no need to add a composer.json file if you donโ€™t have any dependencies that arenโ€™t Drupal modules. The Drupal packages automatically adds a composer.json file. I prefer not to if itโ€™s not necessary, otherwise you have to update 2 files when updating the dependencies.

  • ๐Ÿ‡ง๐Ÿ‡ชBelgium kensae

    I was not able to update to beta4 in Drupal 11 because of the webform_options_limit dependency in info.yml
    When I try to update I get the following error:

    I have webform 6.3-beta installed with it's webform_options_limit submodule.
    I thought adding a composer.json would solve this issue.

    When I pull this issue branch with the composer.json included, I don't get this composer errors

  • ๐Ÿ‡ง๐Ÿ‡ชBelgium dieterholvoet Brussels

    It seems like your composer is ignoring the 6.3-beta version of the webform_options_limit (sub)module. What's the minimum-stability in your composer.json? Can you try changing it to beta? If that doesn't work, can you try explicitly requiring the beta version of this module by running composer require drupal/webform_options_limit:^6.3@beta?

  • ๐Ÿ‡ง๐Ÿ‡ชBelgium dieterholvoet Brussels
Production build 0.71.5 2024