~ UPG Refactor code structure for improved readability and maintainability
This commit is contained in:
@@ -7,7 +7,7 @@ recipe: wordpress
|
|||||||
config:
|
config:
|
||||||
php: '8.3'
|
php: '8.3'
|
||||||
via: nginx
|
via: nginx
|
||||||
database: mariadb
|
database: mariadb:11.8
|
||||||
webroot: web
|
webroot: web
|
||||||
xdebug: false
|
xdebug: false
|
||||||
config:
|
config:
|
||||||
|
|||||||
4
Brewfile
4
Brewfile
@@ -1,7 +1,7 @@
|
|||||||
brew "editorconfig-checker"
|
brew "editorconfig-checker"
|
||||||
brew "composer"
|
brew "composer"
|
||||||
brew "wp-cli"
|
brew "wp-cli"
|
||||||
|
brew "lando-cli"
|
||||||
tap "shivammathur/php"
|
tap "shivammathur/php"
|
||||||
brew "php@8.3"
|
brew "php@8.4"
|
||||||
brew "php-code-sniffer"
|
brew "php-code-sniffer"
|
||||||
vscode "Command is only available in WSL or inside a Visual Studio Code terminal."
|
|
||||||
|
|||||||
1009
composer.lock
generated
1009
composer.lock
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user