Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save nunomorgadinho/9bff6569eb652cd3c485687e86779e4e to your computer and use it in GitHub Desktop.
Save nunomorgadinho/9bff6569eb652cd3c485687e86779e4e to your computer and use it in GitHub Desktop.
composer boilerplate
{
"repositories": [
{
"type": "composer",
"url": "https://wpackagist.org"
}
],
"require": {
"wpackagist-plugin/wordpress-seo":"*"
},
"extra": {
"installer-paths": {
"plugins/{$name}/": ["type:wordpress-plugin"],
"themes/{$name}/": ["type:wordpress-theme"]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment