99 lines
2.9 KiB
JSON
Executable file
99 lines
2.9 KiB
JSON
Executable file
{
|
|
"authors": [],
|
|
"autoload": {
|
|
"psr-4": {
|
|
"HaikuAtelier\\": "web/app/themes/haiku-atelier-2024/src/inc"
|
|
}
|
|
},
|
|
"config": {
|
|
"allow-plugins": {
|
|
"carthage-software/mago": true,
|
|
"composer/installers": true,
|
|
"mnsami/composer-custom-directory-installer": true,
|
|
"phpstan/extension-installer": true,
|
|
"roots/wordpress-core-installer": true
|
|
},
|
|
"optimize-autoloader": true,
|
|
"preferred-install": "dist",
|
|
"sort-packages": 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"
|
|
],
|
|
"web/vendor/{$vendor}/{$name}": [
|
|
"htmlburger/carbon-fields"
|
|
]
|
|
},
|
|
"wordpress-install-dir": "web/wp"
|
|
},
|
|
"minimum-stability": "dev",
|
|
"name": "gcch/haiku-atelier",
|
|
"prefer-stable": true,
|
|
"repositories": [
|
|
{
|
|
"only": [
|
|
"wpackagist-plugin/*",
|
|
"wpackagist-theme/*"
|
|
],
|
|
"type": "composer",
|
|
"url": "https://wpackagist.org"
|
|
}
|
|
],
|
|
"require": {
|
|
"composer/installers": "^2.3",
|
|
"crell/fp": "^1.0",
|
|
"htmlburger/carbon-fields": "^3.6.9",
|
|
"illuminate/support": "^12.37",
|
|
"laravel/helpers": "^1.8.1",
|
|
"log1x/wp-smtp": "^1.0.2",
|
|
"lstrojny/functional-php": "^1.17",
|
|
"mnsami/composer-custom-directory-installer": "^2.0",
|
|
"mrottow/vite-wordpress": "^0.1.3",
|
|
"nesbot/carbon": "^3.10.3",
|
|
"oscarotero/env": "^2.1.1",
|
|
"php": ">=8.4",
|
|
"ramsey/uuid": "^4.9.1",
|
|
"roots/bedrock-autoloader": "^1.0.4",
|
|
"roots/bedrock-disallow-indexing": "^2.0",
|
|
"roots/wordpress": "^6.8.3",
|
|
"roots/wp-config": "^1.0",
|
|
"stripe/stripe-php": "^16.6",
|
|
"symfony/uid": "^8",
|
|
"timber/timber": "^2.3.3",
|
|
"vlucas/phpdotenv": "^5.6.2",
|
|
"webmozart/assert": "^1.12.1",
|
|
"wpackagist-plugin/falcon": "2.8.6",
|
|
"wpackagist-plugin/force-regenerate-thumbnails": "2.2.2",
|
|
"wpackagist-plugin/query-monitor": "^3.20.0",
|
|
"wpackagist-plugin/redis-cache": "^2.7.0",
|
|
"wpackagist-plugin/wc-multishipping": "3.0",
|
|
"wpackagist-plugin/woo-preview-emails": "2.2.14",
|
|
"wpackagist-plugin/woocommerce": "10.3.6",
|
|
"wpackagist-plugin/wp-mail-logging": "1.15.0",
|
|
"wpackagist-plugin/wp-mail-smtp": "4.7.1",
|
|
"wpackagist-plugin/wp-openapi": "1.0.27",
|
|
"wpackagist-theme/twentytwentyfour": "^1.4"
|
|
},
|
|
"require-dev": {
|
|
"friendsofphp/php-cs-fixer": "^3.89.2",
|
|
"phpstan/extension-installer": "^1.4.3",
|
|
"phpstan/phpstan": "^2.1.32",
|
|
"phpstan/phpstan-deprecation-rules": "^2.0.3",
|
|
"phpstan/phpstan-webmozart-assert": "^2.0",
|
|
"rector/rector": "^2.2.7",
|
|
"roave/security-advisories": "dev-latest",
|
|
"squizlabs/php_codesniffer": "^4.0.1",
|
|
"swissspidy/phpstan-no-private": "^1.0",
|
|
"szepeviktor/phpstan-wordpress": "2.x-dev",
|
|
"vincentlanglet/twig-cs-fixer": "^3.10"
|
|
},
|
|
"type": "project"
|
|
}
|