Compare commits

..

2 Commits

Author SHA1 Message Date
felegy
bb75a8524e ~ UPD update WordPress and plugin versions in composer files
Some checks failed
/ build-and-deploy (push) Failing after 3m5s
2026-08-17 08:41:13 +00:00
felegy
cbc2b09a2b ~ UPG Refactor code structure for improved readability and maintainability 2026-08-17 06:35:20 +00:00
4 changed files with 607 additions and 432 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."

View File

@@ -61,20 +61,20 @@
"oscarotero/env": "^2.1",
"roots/bedrock-autoloader": "^1.0",
"roots/bedrock-disallow-indexing": "^2.0",
"roots/wordpress": "^6.8.1",
"roots/wordpress": "^7.0.4",
"roots/wp-config": "^1.0.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-wordpress-updates": "^2.0",
"wpackagist-plugin/disable-comments": "^2.5",
"wpackagist-plugin/wp-webhooks": "^3.3",
"wpackagist-plugin/two-factor": "^0.14.0",
"wpackagist-plugin/two-factor": "^0.16.0",
"wpackagist-plugin/user-role-editor": "^4.64",
"wpackagist-plugin/comments-from-facebook": "^2.6",
"wpackagist-plugin/acme-fix-images": "^2.0",
"wpackagist-plugin/ad-inserter": "^2.8",
"wpackagist-plugin/wp-api-swaggerui": "^1.2",
"wpackagist-plugin/wp-api-swaggerui": "^2.4",
"wpackagist-plugin/cloudflare": "^4.12",
"wpackagist-plugin/menu-image": "^3.13",
"wpackagist-plugin/code-snippets": "^3.6",

1025
composer.lock generated

File diff suppressed because it is too large Load Diff