Skip to content

Instantly share code, notes, and snippets.

@axcellence
Last active October 5, 2021 16:25
Show Gist options
  • Save axcellence/6111e39508e31632d51813e21d519bf5 to your computer and use it in GitHub Desktop.
Save axcellence/6111e39508e31632d51813e21d519bf5 to your computer and use it in GitHub Desktop.
WP Migrate DB Pro composer
{
"http-basic": {
"composer.deliciousbrains.com": {
"username": USERNAME,
"password": PASSWORD
}
}
}
{
"repositories": [
{
"type": "composer",
"url": "https://composer.deliciousbrains.com"
}
],
"require": {
"deliciousbrains-plugin/wp-migrate-db-pro": "*",
"deliciousbrains-plugin/wp-migrate-db-pro-cli": "*",
"deliciousbrains-plugin/wp-migrate-db-pro-media-files": "*",
"deliciousbrains-plugin/wp-migrate-db-pro-theme-plugin-files": "*"
}
}
curl 'https://gist.github.com/axcellence/6111e39508e31632d51813e21d519bf5/raw/778638c4b840d0437b4c5aafc5eb9215a9590b43/composer.json' --output composer.json
curl 'https://gist.github.com/axcellence/6111e39508e31632d51813e21d519bf5/raw/76923096e36003e6fc60fd9b55d52076f684112e/auth.json' --output auth.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment