Skip to content

Instantly share code, notes, and snippets.

@cibulka
Last active August 11, 2016 07:47
Show Gist options
  • Save cibulka/167194786221953c3d2dab66484420d3 to your computer and use it in GitHub Desktop.
Save cibulka/167194786221953c3d2dab66484420d3 to your computer and use it in GitHub Desktop.
{
"name": "cibulka/divnamista-wp",
"type": "project",
"license": "MIT",
"description": "A modern WordPress stack",
"homepage": "https://roots.io/bedrock/",
"authors": [
{
"name": "Scott Walkinshaw",
"email": "scott.walkinshaw@gmail.com",
"homepage": "https://github.com/swalkinshaw"
},
{
"name": "Ben Word",
"email": "ben@benword.com",
"homepage": "https://github.com/retlehs"
}
],
"keywords": [
"bedrock", "roots", "wordpress", "stack", "composer", "vagrant", "wp"
],
"support": {
"issues": "https://github.com/roots/bedrock/issues",
"forum": "https://discourse.roots.io/category/bedrock"
},
"minimum-stability": "dev",
"repositories": [
{
"type": "composer",
"url": "https://wpackagist.org"
},
{
"type": "git",
"url": "https://github.com/cibulka/cibulka-wp-plugin-base.git"
},
{
"type": "git",
"url": "https://github.com/cibulka/cibulka-wp-plugin-api.git"
},
{
"type": "git",
"url": "https://github.com/cibulka/cibulka-wp-plugin-forms.git"
},
{
"type": "git",
"url": "https://bitbucket.org/cibulka_me/divnamista-wp-theme.git"
}
],
"require": {
"php": ">=5.6",
"composer/installers": "~1.0.12",
"vlucas/phpdotenv": "^2.0.1",
"johnpbloch/wordpress": "4.5.3",
"cibulka/divnamista-wp-theme": "dev-master",
"cibulka/cibulka-wp-plugin-base": "dev-master",
"cibulka/cibulka-wp-plugin-api": "dev-master",
"cibulka/cibulka-wp-plugin-forms": "dev-master",
"oscarotero/env": "^1.0",
"roots/wp-password-bcrypt": "1.0.0"
},
"require-dev": {
"squizlabs/php_codesniffer": "^2.5.1"
},
"extra": {
"installer-paths": {
"web/app/mu-plugins/{$name}/": ["type:wordpress-muplugin"],
"web/app/plugins/{$name}/": ["type:wordpress-plugin"],
"web/app/themes/{$name}/": ["type:wordpress-theme"]
},
"wordpress-install-dir": "web/wp"
},
"scripts": {
"test": [
"vendor/bin/phpcs --ignore=web/wp/,vendor/ -n -s ."
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment