Skip to content

Instantly share code, notes, and snippets.

@miltonbolonha
Created April 7, 2021 02:03
Show Gist options
  • Save miltonbolonha/d2b738cde38ac6b53b185c3c47b53e18 to your computer and use it in GitHub Desktop.
Save miltonbolonha/d2b738cde38ac6b53b185c3c47b53e18 to your computer and use it in GitHub Desktop.
Timber + Plugins for Wordpress init boilerplate
{
"name": "bolonhadev/room",
"type": "wordpress-plugin",
"license": "MIT",
"description": "WordPress boilerplate with modern development tools, easier configuration, and an improved folder structure",
"keywords": [
"composer",
"wordpress",
"wp",
"wp-config"
],
"homepage": "https://example.com",
"authors": [
{
"name": "Milton Bolonha",
"email": "miltonbolonha@gmail.com",
"homepage": "https://bolonha.dev"
}
],
"require": {
"golchha21/resmushit": "^1.2",
"timber/timber": "^1.18",
"wpackagist-plugin/post-smtp": "^2",
"wpackagist-plugin/enable-media-replace": "^3",
"wpackagist-plugin/regenerate-thumbnails": "*",
"wpackagist-plugin/safe-svg": "^1",
"wpackagist-plugin/wp-super-cache": "*",
"soberwp/intervention": "*"
},
"require-dev": {
"brain/monkey": "^2.2.0",
"dealerdirect/phpcodesniffer-composer-installer": "^0.5.0",
"phpunit/phpunit": "^7.5.1",
"roave/security-advisories": "dev-master",
"squizlabs/php_codesniffer": "^3.4.0",
"wp-coding-standards/wpcs": "^1.2.1"
},
"extra": {
"wordpress-install-dir": "web/wp",
"installer-paths": {
"wp-content/plugins/{$name}/": [
"type:wordpress-plugin"
],
"wp-content/themes/{$name}/": [
"type:wordpress-theme"
],
"wp-content/themes/bolonha-tema/{$name}/": [
"type:bolonha-tema-script"
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment