Skip to content

Instantly share code, notes, and snippets.

@oquirozm
Created September 9, 2017 05:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oquirozm/1f7fe82bde5bf34466d3ec646e89e376 to your computer and use it in GitHub Desktop.
Save oquirozm/1f7fe82bde5bf34466d3ec646e89e376 to your computer and use it in GitHub Desktop.
WordPress Plugin composer.json
{
"require": {
"timber/timber": "^1.4",
"webdevstudios/cmb2": "^2.2.5.3"
},
"extra": {
"installer-paths": {
"./vendor/{$name}": ["webdevstudios/cmb2"]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment