2024-08-05

This commit is contained in:
gcch 2024-08-05 12:42:23 +02:00
commit 68b42420a3
1004 changed files with 367652 additions and 42 deletions

View file

@ -32,7 +32,10 @@
{
"type": "composer",
"url": "https://wpackagist.org",
"only": ["wpackagist-plugin/*", "wpackagist-theme/*"]
"only": [
"wpackagist-plugin/*",
"wpackagist-theme/*"
]
}
],
"require": {
@ -45,7 +48,11 @@
"roots/wordpress": "6.6.1",
"roots/wp-config": "1.0.0",
"roots/wp-password-bcrypt": "1.1.0",
"wpackagist-theme/twentytwentyfour": "^1.0"
"wpackagist-theme/twentytwentyfour": "^1.0",
"timber/timber": "^2.2",
"wpackagist-plugin/woocommerce": "^9.1",
"wpackagist-plugin/falcon": "^2.8",
"wpackagist-plugin/polylang": "^3.6"
},
"require-dev": {
"squizlabs/php_codesniffer": "^3.7.1",
@ -63,9 +70,15 @@
"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"]
"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"
},