82 lines
3 KiB
JSON
Executable file
82 lines
3 KiB
JSON
Executable file
{
|
|
"name": "roots/bedrock",
|
|
"type": "project",
|
|
"license": "MIT",
|
|
"description": "WordPress boilerplate with Composer, easier configuration, and an improved folder structure",
|
|
"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", "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/*"] }
|
|
],
|
|
"require": {
|
|
"php": ">=8.2",
|
|
"composer/installers": "^2.3",
|
|
"crell/fp": "^1.0",
|
|
"htmlburger/carbon-fields": "^3.6",
|
|
"illuminate/support": "^12.18",
|
|
"laravel/helpers": "^1.7.1",
|
|
"log1x/wp-smtp": "^1.0.2",
|
|
"lstrojny/functional-php": "^1.17",
|
|
"mnsami/composer-custom-directory-installer": "^2.0",
|
|
"nesbot/carbon": "^3.8.2",
|
|
"oscarotero/env": "^2.1.1",
|
|
"ramsey/uuid": "^4.7.6",
|
|
"roots/bedrock-autoloader": "^1.0.4",
|
|
"roots/bedrock-disallow-indexing": "^2.0",
|
|
"roots/wordpress": "^6.8.1",
|
|
"roots/wp-config": "^1.0",
|
|
"stripe/stripe-php": "^16.3",
|
|
"symfony/uid": "^7.2.0",
|
|
"timber/timber": "^2.3",
|
|
"vlucas/phpdotenv": "^5.6.1",
|
|
"wpackagist-plugin/falcon": "^2.8.4",
|
|
"wpackagist-plugin/force-regenerate-thumbnails": "^2.2.1",
|
|
"wpackagist-plugin/query-monitor": "^3.17.0",
|
|
"wpackagist-plugin/redis-cache": "^2.5.4",
|
|
"wpackagist-plugin/wc-multishipping": "^2.5.4",
|
|
"wpackagist-plugin/woo-preview-emails": "^2.2.13",
|
|
"wpackagist-plugin/woocommerce": "^9.4.3",
|
|
"wpackagist-plugin/wp-mail-logging": "^1.13.1",
|
|
"wpackagist-plugin/wp-mail-smtp": "^4.2",
|
|
"wpackagist-plugin/wp-openapi": "^1.0.16",
|
|
"wpackagist-theme/twentytwentyfour": "^1.3"
|
|
},
|
|
"require-dev": {
|
|
"phpstan/extension-installer": "^1.4.3",
|
|
"phpstan/phpstan": "^2.0.3",
|
|
"roave/security-advisories": "dev-latest",
|
|
"squizlabs/php_codesniffer": "^3.11.1",
|
|
"szepeviktor/phpstan-wordpress": "2.x-dev"
|
|
},
|
|
"config": {
|
|
"optimize-autoloader": true,
|
|
"preferred-install": "dist",
|
|
"allow-plugins": {
|
|
"composer/installers": true,
|
|
"mnsami/composer-custom-directory-installer": true,
|
|
"roots/wordpress-core-installer": true,
|
|
"phpstan/extension-installer": true
|
|
},
|
|
"sort-packages": true
|
|
},
|
|
"minimum-stability": "dev",
|
|
"prefer-stable": true,
|
|
"extra": {
|
|
"installer-paths": {
|
|
"web/vendor/{$vendor}/{$name}": ["htmlburger/carbon-fields"],
|
|
"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": ["phpcs"] }
|
|
}
|