Skip to content

Installing with composer #41

@gpoole

Description

@gpoole

This plugin and the base plugin are abandoned, but you can still install the last release with composer by adding the following to repositories in composer.json (for e.g. Bedrock):

{
  "type": "package",
  "package": {
    "name": "wp-sync-db/wp-sync-db-media-files",
    "version": "1.1.5",
    "type": "wordpress-plugin",
    "dist": {
      "type": "zip",
      "url": "https://github.com/wp-sync-db/wp-sync-db-media-files/archive/cebf64eb528532d627284353278b284bb12e7ef1.zip"
    },
    "require": {
      "composer/installers": "^1.8"
    }
  }
}

Then just require as normal:

composer require wp-sync-db/wp-sync-db-media-files

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions