installed plugin stop user enumeration and updated packages

This commit is contained in:
Pedro Cabral
2025-02-05 23:00:53 +01:00
parent 23751c28c8
commit 61a796d983
2 changed files with 716 additions and 223 deletions

View File

@@ -40,7 +40,8 @@
"roots/wordpress": "^6.7", "roots/wordpress": "^6.7",
"roots/wp-config": "1.0.0", "roots/wp-config": "1.0.0",
"roots/wp-password-bcrypt": "1.2.0", "roots/wp-password-bcrypt": "1.2.0",
"wpackagist-theme/twentytwentyfive": "^1.0" "wpackagist-theme/twentytwentyfive": "^1.0",
"wpackagist-plugin/stop-user-enumeration": "^1.6"
}, },
"require-dev": { "require-dev": {
"roave/security-advisories": "dev-latest", "roave/security-advisories": "dev-latest",
@@ -58,7 +59,10 @@
"prefer-stable": true, "prefer-stable": true,
"extra": { "extra": {
"installer-paths": { "installer-paths": {
"web/app/mu-plugins/{$name}/": ["type:wordpress-muplugin"], "web/app/mu-plugins/{$name}/": [
"type:wordpress-muplugin",
"wpackagist-plugin/stop-user-enumeration"
],
"web/app/plugins/{$name}/": ["type:wordpress-plugin"], "web/app/plugins/{$name}/": ["type:wordpress-plugin"],
"web/app/themes/{$name}/": ["type:wordpress-theme"] "web/app/themes/{$name}/": ["type:wordpress-theme"]
}, },

931
composer.lock generated

File diff suppressed because it is too large Load Diff