Skip to content

Instantly share code, notes, and snippets.

@jmslbam
Created December 11, 2015 08:17
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/1f0ad40d3e15b593c8a3 to your computer and use it in GitHub Desktop.
Save jmslbam/1f0ad40d3e15b593c8a3 to your computer and use it in GitHub Desktop.
Clarkson Core via Composer
{
"name": "level-level/wp-clarkson.com",
"type": "project",
"license": "MIT",
"description": "A modern WordPress development",
"repositories": [
{
"type": "composer",
"url": "http://wpackagist.org"
},
{
"type": "git",
"url":"https://github.com/level-level/Clarkson-Core"
}
],
"require": {
"php": ">=5.5",
"composer/installers": "1.0.12",
"vlucas/phpdotenv": "2.0.1",
"johnpbloch/wordpress": "4.4.0",
"level-level/clarkson-core": "dev-master",
"roots/soil": "3.5.0"
},
"extra": {
"installer-paths": {
"web/app/mu-plugins/{$name}/": ["type:wordpress-muplugin", "roots/soil"],
"web/app/plugins/{$name}/": ["type:wordpress-plugin"],
"web/app/themes/{$name}/": ["type:wordpress-theme"]
},
"wordpress-install-dir": "web/wp"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment