Created
December 11, 2015 08:17
-
-
Save jmslbam/1f0ad40d3e15b593c8a3 to your computer and use it in GitHub Desktop.
Clarkson Core via Composer
This file contains 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": "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