Skip to content

Commit

Permalink
Restricted installers to add the wp-content folder.
Browse files Browse the repository at this point in the history
  • Loading branch information
zinigor committed Jun 7, 2024
1 parent 934c349 commit 726b3f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion projects/plugins/wpcomsh/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ vendor/
node_modules/
/build
/wordpress/
/wp-content/
5 changes: 3 additions & 2 deletions projects/plugins/wpcomsh/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,14 +121,15 @@
"prefer-stable": true,
"config": {
"allow-plugins": {
"roots/wordpress-core-installer": true,
"dealerdirect/phpcodesniffer-composer-installer": true,
"composer/installers": true,
"dealerdirect/phpcodesniffer-composer-installer": true
"roots/wordpress-core-installer": true
}
},
"extra": {
"mirror-repo": "Automattic/wpcom-site-helper",
"release-branch-prefix": "wpcomsh",
"installer-disable": true,
"changelogger": {
"versioning": "semver"
},
Expand Down

0 comments on commit 726b3f7

Please sign in to comment.