- 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", } }
- Status changed to Needs review
3 days ago 5:26pm 9 July 2025 - πΊπΈUnited States SocialNicheGuru
1.0.1
"
./composer.json" does not contain valid JSON Parse error on line 13: ... || ^9 || ^10", }} ---------------------^ Expected: 'STRING' - It appears you have an extra trailing comma
- πΊπΈUnited States SocialNicheGuru
it is corrected in the dev version.
Please create a 1.0.2 with the updated composer.json