-
Notifications
You must be signed in to change notification settings - Fork 143
Open
Description
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
Labels
No labels