Created
June 29, 2014 00:32
-
-
Save nroca/09c3c8a748cc5e0a69e2 to your computer and use it in GitHub Desktop.
Wordpress Migrate Pro Composer JSON
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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