Skip to content

Instantly share code, notes, and snippets.

@nroca
Created June 29, 2014 00:32
Show Gist options
  • Save nroca/09c3c8a748cc5e0a69e2 to your computer and use it in GitHub Desktop.
Save nroca/09c3c8a748cc5e0a69e2 to your computer and use it in GitHub Desktop.
Wordpress Migrate Pro Composer JSON
{
"comment": "http://codelight.eu/using-private-wordpress-repositories-with-composer/",
"repositories": [
{
"type": "package",
"package": {
"name": "deliciousbrains/wp-migrate-db-pro",
"version": "1.3.6",
"type": "wordpress-plugin",
"dist": {
"type": "zip",
"url": "https://deliciousbrains.com/?wc-api=delicious-brains&request=download&licence_key=[YOUR_LICENSE]&site_url=[YOUR_SITE_URL]"
},
"require" : {
"composer/installers": "v1.0.7"
}
}
},
{
"type": "package",
"package": {
"name": "deliciousbrains/wp-migrate-db-pro-media-files",
"version": "1.1",
"type": "wordpress-plugin",
"dist": {
"type": "zip",
"url": "https://deliciousbrains.com/?wc-api=delicious-brains&request=download&licence_key=[YOUR_LICENSE]&slug=wp-migrate-db-pro-media-files&site_url=[YOUR_SITE_URL]"
},
"require" : {
"composer/installers": "v1.0.7"
}
}
}
],
"require": {
"deliciousbrains/wp-migrate-db-pro": "*",
"deliciousbrains/wp-migrate-db-pro-media-files": "*",
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment