Skip to content

Instantly share code, notes, and snippets.

@michaelbragg
Last active September 16, 2021 07:44
Show Gist options
  • Save michaelbragg/005d2aaac4df00f89d3cbe13929d8dc4 to your computer and use it in GitHub Desktop.
Save michaelbragg/005d2aaac4df00f89d3cbe13929d8dc4 to your computer and use it in GitHub Desktop.
Delicious Brains Plugins via Composer
{
"http-basic": {
"composer.deliciousbrains.com": {
"username": "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX",
"password": "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
}
}
}
{
"repositories": [
{
"type": "composer",
"url": "https://composer.deliciousbrains.com"
}
],
"require": {
"composer/installers": "1.12.0",
"deliciousbrains-plugin/wp-migrate-db-pro": "2.1.2"
},
"extra": {
"installer-paths": {
"wp-content/plugins/{$name}/": [
"type:wordpress-plugin"
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment