2026-04-10
- corvée: met à jour les deps - corvée: formate
This commit is contained in:
parent
00f87fedcd
commit
d50de6d534
85 changed files with 132090 additions and 31346 deletions
|
|
@ -1,9 +1,4 @@
|
|||
{
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"HaikuAtelier\\": "web/app/themes/haiku-atelier-2024/src/inc/"
|
||||
}
|
||||
},
|
||||
"authors": [
|
||||
{
|
||||
"email": "scott.walkinshaw@gmail.com",
|
||||
|
|
@ -16,6 +11,11 @@
|
|||
"name": "Ben Word"
|
||||
}
|
||||
],
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"HaikuAtelier\\": "web/app/themes/haiku-atelier-2024/src/inc/"
|
||||
}
|
||||
},
|
||||
"config": {
|
||||
"allow-plugins": {
|
||||
"carthage-software/mago": true,
|
||||
|
|
@ -31,28 +31,45 @@
|
|||
"description": "WordPress boilerplate with Composer, easier configuration, and an improved folder structure",
|
||||
"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"]
|
||||
"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"
|
||||
},
|
||||
"homepage": "https://roots.io/bedrock/",
|
||||
"keywords": ["bedrock", "composer", "roots", "wordpress", "wp", "wp-config"],
|
||||
"keywords": [
|
||||
"bedrock",
|
||||
"composer",
|
||||
"roots",
|
||||
"wordpress",
|
||||
"wp",
|
||||
"wp-config"
|
||||
],
|
||||
"license": "MIT",
|
||||
"minimum-stability": "dev",
|
||||
"name": "roots/bedrock",
|
||||
"prefer-stable": true,
|
||||
"repositories": [
|
||||
{
|
||||
"only": ["wpackagist-plugin/*", "wpackagist-theme/*"],
|
||||
"only": [
|
||||
"wpackagist-plugin/*",
|
||||
"wpackagist-theme/*"
|
||||
],
|
||||
"type": "composer",
|
||||
"url": "https://wpackagist.org"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"php": ">=8.5",
|
||||
"composer/installers": "^2.3",
|
||||
"crell/fp": "^1.0",
|
||||
"htmlburger/carbon-fields": "^3.6.9",
|
||||
|
|
@ -63,10 +80,11 @@
|
|||
"mnsami/composer-custom-directory-installer": "^2.0",
|
||||
"nesbot/carbon": "^3.11.3",
|
||||
"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",
|
||||
"php-standard-library/php-standard-library": "^6.1.1",
|
||||
"roots/wp-config": "^1.0",
|
||||
"stripe/stripe-php": "^19.4.1",
|
||||
"symfony/uid": "^8.0.8",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue