~ UPG php => 8.4 and Refactor code structure for improved readability and maintainability
All checks were successful
/ build-and-deploy (push) Successful in 1m35s

This commit is contained in:
felegy
2026-01-19 07:32:05 +00:00
parent 73dcf363bd
commit ebeb533cf9
4 changed files with 3445 additions and 3445 deletions

View File

@@ -6,7 +6,7 @@ proxy:
- mailhog.hvgdev.website
recipe: wordpress
config:
php: "8.3"
php: "8.4"
via: nginx
database: mariadb
webroot: web

View File

@@ -2,6 +2,6 @@ brew "editorconfig-checker"
brew "composer"
brew "wp-cli"
tap "shivammathur/php"
brew "php@8.3"
brew "php@8.4"
brew "php-code-sniffer"
vscode "Command is only available in WSL or inside a Visual Studio Code terminal."

View File

@@ -48,7 +48,7 @@
}
],
"require": {
"php": ">=7.4 <8.4",
"php": ">=7.4 <8.5",
"ext-gd": "*",
"ext-redis": "*",
"ext-mbstring": "*",
@@ -61,11 +61,11 @@
"oscarotero/env": "^2.1",
"roots/bedrock-autoloader": "^1.0",
"roots/bedrock-disallow-indexing": "^2.0",
"roots/wordpress": "^6.8.1",
"roots/wordpress": "^6.9",
"roots/wp-config": "^1.0.0",
"wpackagist-theme/twentytwentyfive": "^1.0",
"humanmade/s3-uploads": "^3.0",
"hvg-dev/hvg-blog-general": "dev-main",
"wpackagist-theme/twentytwentyfive": "^1.0",
"wpackagist-plugin/disable-wordpress-updates": "^1.8",
"wpackagist-plugin/disable-comments": "^2.5",
"wpackagist-plugin/wp-webhooks": "^3.3",

6880
composer.lock generated

File diff suppressed because it is too large Load Diff