~ UPG php => 8.4 and Refactor code structure for improved readability and maintainability
All checks were successful
/ build-and-deploy (push) Successful in 1m15s
All checks were successful
/ build-and-deploy (push) Successful in 1m15s
This commit is contained in:
@@ -6,7 +6,7 @@ proxy:
|
||||
- mailhog.hvgdev.website
|
||||
recipe: wordpress
|
||||
config:
|
||||
php: "8.3"
|
||||
php: "8.4"
|
||||
via: nginx
|
||||
database: mariadb
|
||||
webroot: web
|
||||
|
||||
2
Brewfile
2
Brewfile
@@ -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."
|
||||
|
||||
@@ -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
6880
composer.lock
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user