It looks like a small typo in the composer.json file is causing drush to return warnings. Just missing a comma between the two author items:

"authors": [
    {
      "name": "Ronan Dowling",
      "homepage": "https://www.drupal.org/u/ronan",
      "role": "Maintainer"
    }, //Add comma here
    {
      "name": "Alex Andrascu",
      "homepage": "https://www.drupal.org/u/alex-andrascu",
      "role": "Maintainer"
    }
  ],

Thanks to the maintainers for all their hard work!

CommentFileSizeAuthor
#2 backup_migrate-3008611-2.patch359 bytesSnehal Brahmbhatt
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

mrogers created an issue. See original summary.

Snehal Brahmbhatt’s picture

Status: Active » Needs review
FileSize
359 bytes

@mrogers, Please find the patch with the correction mentioned above, now it removes the Invalid json warning . Thanks

DamienMcKenna’s picture

Priority: Normal » Minor
Status: Needs review » Reviewed & tested by the community

That'll do it. Thanks.

DamienMcKenna’s picture

Status: Reviewed & tested by the community » Fixed
Parent issue: » #3009642: Plan for Backup and Migrate 8.x-4.1

Committed. Thanks!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.