Last active
May 24, 2017 07:32
-
-
Save jmslbam/8ee752db54875794f2166bf64623a249 to your computer and use it in GitHub Desktop.
Install Clarkson Core via Composer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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