{
"name": "roots/bedrock",
"type": "project",
"license": "MIT",
"description": "WordPress boilerplate with modern development tools, easier configuration, and an improved folder structure",
"homepage": "https://roots.io/bedrock/",
"authors": [
{
"name": "Scott Walkinshaw",
"email": "[email protected]",
"homepage": "https://github.com/swalkinshaw"
},
{
"name": "Ben Word",
"email": "[email protected]",
"homepage": "https://github.com/retlehs"
}
],
"keywords": [
"bedrock",
"composer",
"roots",
"wordpress",
"[wp](http://codex.wordpress.org/Plugin_API/Action_Reference/wp)",
"[wp](http://codex.wordpress.org/Plugin_API/Action_Reference/wp)-config"
],
"support": {
"issues": "https://github.com/roots/bedrock/issues",
"forum": "https://discourse.roots.io/category/bedrock"
},
"repositories": [
{
"type": "composer",
"url": "https://wpackagist.org"
},
{
"type": "package",
"package": {
"name": "advanced-custom-fields/advanced-custom-fields-pro",
"version": "5.8.4",
"type": "wordpress-plugin",
"dist": {
"type": "zip",
"url": "https://connect.advancedcustomfields.com/index.php?a=download&p=pro&k={%PLUGIN_ACF_KEY}&t={%version}"
},
"require": {
"composer/installers": "^1.4",
"ffraenz/private-composer-installer": "^2.0"
}
}
}
],
"require": {
"php": ">=7.1",
"advanced-custom-fields/advanced-custom-fields-pro": "*",
"composer/installers": "^1.7",
"oscarotero/env": "^1.2.0",
"roots/wordpress": "5.2.3",
"roots/[wp](http://codex.wordpress.org/Plugin_API/Action_Reference/wp)-config": "1.0.0",
"roots/[wp](http://codex.wordpress.org/Plugin_API/Action_Reference/wp)-password-bcrypt": "1.0.0",
"vlucas/phpdotenv": "^3.4.0"
},
"require-dev": {
"squizlabs/php_codesniffer": "^3.4.2",
"roave/security-advisories": "dev-master"
},
"config": {
"optimize-autoloader": true,
"preferred-install": "dist",
"sort-packages": true
},
"minimum-stability": "dev",
"prefer-stable": true,
"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](http://codex.wordpress.org/Plugin_API/Action_Reference/wp)"
},
"scripts": {
"post-root-package-install": [
"php -r \"copy('.env.example', '.env');\""
],
"test": [
"phpcs"
]
}
}