Skip to content

Instantly share code, notes, and snippets.

@jmslbam
Last active May 24, 2017 07:32
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 jmslbam/8ee752db54875794f2166bf64623a249 to your computer and use it in GitHub Desktop.
Save jmslbam/8ee752db54875794f2166bf64623a249 to your computer and use it in GitHub Desktop.
Install Clarkson Core via Composer
{
"name": "clarkson/website",
"type": "project",
"license": "MIT",
"description": "Example to add Clarkson Core via Compser",
"repositories": [
{
"type": "git",
"url":"https://github.com/level-level/Clarkson-Core"
}
],
"require": {
"composer/installers": "1.0.12",
"johnpbloch/wordpress" : ">=4.6",
"level-level/clarkson-core": "^0.1.0"
},
"extra": {
"installer-paths": {
"wp/wp-content/mu-plugins/{$name}/": ["type:wordpress-muplugin"]
},
"wordpress-install-dir": "wp"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment