96 lines
2.9 KiB
JSON
Executable file
96 lines
2.9 KiB
JSON
Executable file
{
|
|
"$schema": "https://getcomposer.org/schema.json",
|
|
"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
|
|
},
|
|
"classmap-authoritative": true,
|
|
"optimize-autoloader": true,
|
|
"preferred-install": "dist",
|
|
"sort-packages": true
|
|
},
|
|
"description": "",
|
|
"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": "stable",
|
|
"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": "^13.4",
|
|
"laravel/helpers": "^1.8.3",
|
|
"log1x/wp-smtp": "^1.0.2",
|
|
"lstrojny/functional-php": "^1.18",
|
|
"mnsami/composer-custom-directory-installer": "^2.0",
|
|
"nesbot/carbon": "^3.11.4",
|
|
"oscarotero/env": "^2.1.1",
|
|
"php": ">=8.5",
|
|
"php-standard-library/php-standard-library": "^6.1.1",
|
|
"roots/bedrock-autoloader": "^1.1.0",
|
|
"roots/bedrock-disallow-indexing": "^2.1",
|
|
"roots/wordpress": "^6.9.4",
|
|
"roots/wp-config": "^1.0",
|
|
"stripe/stripe-php": "^19.4.1",
|
|
"symfony/uid": "^8.0.8",
|
|
"timber/timber": "^2.3.3",
|
|
"vlucas/phpdotenv": "^5.6.3",
|
|
"wpackagist-plugin/falcon": "^2.9.3",
|
|
"wpackagist-plugin/force-regenerate-thumbnails": "^2.3.0",
|
|
"wpackagist-plugin/query-monitor": "^4.0.5",
|
|
"wpackagist-plugin/redis-cache": "^2.7.0",
|
|
"wpackagist-plugin/wc-multishipping": "^3.0.2",
|
|
"wpackagist-plugin/woo-preview-emails": "^2.2.14",
|
|
"wpackagist-plugin/woocommerce": "^10.6.2",
|
|
"wpackagist-plugin/wp-mail-logging": "^1.16.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.94.2",
|
|
"php-standard-library/phpstan-extension": "^2.1",
|
|
"phpstan/extension-installer": "^1.4.3",
|
|
"phpstan/phpstan": "^2.1.46",
|
|
"roave/security-advisories": "dev-latest",
|
|
"szepeviktor/phpstan-wordpress": "2.x-dev",
|
|
"vincentlanglet/twig-cs-fixer": "^3.14"
|
|
},
|
|
"type": "project"
|
|
}
|