Invalid json in composer.json

Created on 28 January 2025, 2 months ago

Problem/Motivation

Invalid json in modules/contrib/media_entity_remote_document/composer.json

Steps to reproduce

composer install
drush cr

Proposed resolution

Missing closure on line 13.

Remaining tasks

User interface changes

API changes

Data model changes

πŸ› Bug report
Status

Active

Version

1.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States amaisano Boston

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

Comments & Activities

  • Issue created by @amaisano
  • There is no missing closure on line 13 the code looks correct of composer.json.

  • πŸ‡ΊπŸ‡ΈUnited States amaisano Boston

    When I install it with

    composer require 'drupal/media_entity_remote_document:^1.0'

    I end up with this composer.json file, which is missing a closing " on line 13:

    {
        "name": "drupal/media_entity_remote_document",
        "type": "drupal-module",
        "license": "GNU",
        "authors": [
            {
                "name": "Jorge Peraza",
                "email": "jorge.peraza@bio-techne.com"
            }
        ],
        "minimum-stability": "dev",
        "require": {
            "drupal/core": "^8.4 || ^9 || ^10",
        }
    }
Production build 0.71.5 2024