Skip to content

Instantly share code, notes, and snippets.

@wpsmith
Created May 5, 2019 00:22
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 wpsmith/be86f0c30986097b924f3d46376cf14e to your computer and use it in GitHub Desktop.
Save wpsmith/be86f0c30986097b924f3d46376cf14e to your computer and use it in GitHub Desktop.
CMB Autoloading with Composer
{
"require": {
"php": ">=5.3.0",
"composer/installers": "v1.0.12",
"webdevstudios/cmb2": "dev-master"
},
"autoload": {
"files": ["vendor/cmb2/init.php"]
},
"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