Created
December 1, 2020 14:26
-
-
Save izdrail/82b4e55853dc67c8ba44a0122f441014 to your computer and use it in GitHub Desktop.
This file contains hidden or 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": "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", "wp-config" | |
], | |
"support": { | |
"issues": "https://github.com/roots/bedrock/issues", | |
"forum": "https://discourse.roots.io/category/bedrock" | |
}, | |
"repositories": [ | |
{ | |
"type": "composer", | |
"url": "https://wpackagist.org", | |
"only": ["wpackagist-plugin/*", "wpackagist-theme/*"] | |
}, | |
{ | |
"type": "vcs", | |
"url": "[email protected]:lzomedia/best-rss-importer.git" | |
}, | |
{ | |
"type": "vcs", | |
"url": "[email protected]:lzomedia/visually.git" | |
}, | |
{ | |
"type": "vcs", | |
"url": "[email protected]:lzomedia/block-lab.git" | |
}, | |
{ | |
"type": "vcs", | |
"url": "[email protected]:lzomedia/dark-portfolio.git" | |
} | |
], | |
"require": { | |
"php": ">=7.1", | |
"composer/installers": "^1.8", | |
"vlucas/phpdotenv": "^4.1.8", | |
"oscarotero/env": "^2.1", | |
"roots/bedrock-autoloader": "^1.0", | |
"roots/wordpress": "5.5.3", | |
"roots/wp-config": "1.0.0", | |
"roots/wp-password-bcrypt": "1.0.0", | |
"wpackagist-plugin/add-to-any":"1.7.42", | |
"wpackagist-plugin/akismet":"4.1.7", | |
"wpackagist-plugin/cloudflare-flexible-ssl":"1.3.1", | |
"wpackagist-plugin/amp":"2.0.5", | |
"wpackagist-plugin/pwa-for-wp":"1.7.25", | |
"yoast/wordpress-seo":"15.2.1", | |
"lzomedia/best-rss-importer": "0.0.1", | |
"lzomedia/visually": "0.0.1", | |
"lzomedia/block-lab": "0.0.1", | |
"lzomedia/dark-portfolio": "0.0.4" | |
}, | |
"require-dev": { | |
"squizlabs/php_codesniffer": "^3.5.6", | |
"roave/security-advisories": "dev-master" | |
}, | |
"config": { | |
"optimize-autoloader": true, | |
"preferred-install": "dist" | |
}, | |
"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" | |
}, | |
"scripts": { | |
"post-root-package-install": [ | |
"php -r \"copy('.env.example', '.env');\"" | |
], | |
"test": [ | |
"phpcs" | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment