Add composer.json and update installation instructions

This commit is contained in:
QWp6t
2015-12-09 14:43:04 -08:00
parent c3b1a12a3e
commit 6a6ff88536
3 changed files with 58 additions and 1 deletions

30
composer.json Normal file
View File

@@ -0,0 +1,30 @@
{
"name": "roots/sage",
"type": "wordpress-theme",
"license": "MIT",
"description": "The best WordPress starter theme with a modern front-end development workflow. Based on HTML5 Boilerplate, gulp, Bower, and Bootstrap.",
"homepage": "https://roots.io/sage/",
"authors": [
{
"name": "Ben Word",
"email": "ben@benword.com",
"homepage": "https://github.com/retlehs"
},
{
"name": "Scott Walkinshaw",
"email": "scott.walkinshaw@gmail.com",
"homepage": "https://github.com/swalkinshaw"
}
],
"keywords": [
"wordpress"
],
"support": {
"issues": "https://github.com/roots/sage/issues",
"forum": "https://discourse.roots.io/"
},
"require": {
"php": ">=5.4.0",
"composer/installers": "~1.0"
}
}