installed plugin stop user enumeration and updated packages
This commit is contained in:
@@ -40,7 +40,8 @@
|
||||
"roots/wordpress": "^6.7",
|
||||
"roots/wp-config": "1.0.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": {
|
||||
"roave/security-advisories": "dev-latest",
|
||||
@@ -58,7 +59,10 @@
|
||||
"prefer-stable": true,
|
||||
"extra": {
|
||||
"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/themes/{$name}/": ["type:wordpress-theme"]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user