~ UPG Refactor code structure for improved readability and maintainability

This commit is contained in:
felegy
2026-08-17 06:35:20 +00:00
parent 8410f0b6c8
commit cbc2b09a2b
3 changed files with 595 additions and 420 deletions

View File

@@ -7,7 +7,7 @@ recipe: wordpress
config:
php: '8.3'
via: nginx
database: mariadb
database: mariadb:11.8
webroot: web
xdebug: false
config:

View File

@@ -1,7 +1,7 @@
brew "editorconfig-checker"
brew "composer"
brew "wp-cli"
brew "lando-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."

1009
composer.lock generated

File diff suppressed because it is too large Load Diff