corvée(deps) met à jour les dépendances

This commit is contained in:
gcch 2026-04-30 10:56:01 +02:00
commit 2aa8d6880c
4 changed files with 193 additions and 205 deletions

View file

@ -1,19 +1,10 @@
{
"authors": [
{
"email": "scott.walkinshaw@gmail.com",
"homepage": "https://github.com/swalkinshaw",
"name": "Scott Walkinshaw"
},
{
"email": "ben@benword.com",
"homepage": "https://github.com/retlehs",
"name": "Ben Word"
}
],
"$schema": "https://getcomposer.org/schema.json",
"authors": [],
"autoload": {
"psr-4": {
"HaikuAtelier\\": "web/app/themes/haiku-atelier-2024/src/inc/"
"HaikuAtelier\\": "web/app/themes/haiku-atelier-2024/src/inc/",
"WooCommerce\\": "web/app/plugins/woocommerce"
}
},
"config": {
@ -24,11 +15,12 @@
"phpstan/extension-installer": true,
"roots/wordpress-core-installer": true
},
"classmap-authoritative": true,
"optimize-autoloader": true,
"preferred-install": "dist",
"sort-packages": true
},
"description": "WordPress boilerplate with Composer, easier configuration, and an improved folder structure",
"description": "",
"extra": {
"installer-paths": {
"web/app/mu-plugins/{$name}/": [
@ -46,18 +38,8 @@
},
"wordpress-install-dir": "web/wp"
},
"homepage": "https://roots.io/bedrock/",
"keywords": [
"bedrock",
"composer",
"roots",
"wordpress",
"wp",
"wp-config"
],
"license": "MIT",
"minimum-stability": "dev",
"name": "roots/bedrock",
"minimum-stability": "stable",
"name": "gcch/haiku-atelier",
"prefer-stable": true,
"repositories": [
{
@ -111,9 +93,5 @@
"szepeviktor/phpstan-wordpress": "2.x-dev",
"vincentlanglet/twig-cs-fixer": "^3.14"
},
"support": {
"forum": "https://discourse.roots.io/category/bedrock",
"issues": "https://github.com/roots/bedrock/issues"
},
"type": "project"
}