wp-sync-db / wp-sync-db-media-files

Sync media libraries between WordPress installations - an addon for wp-sync-db
GNU General Public License v2.0
530 stars 142 forks source link

Installing with composer #41

Open gpoole opened 2 years ago

gpoole commented 2 years ago

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