Skip to content

Commit

Permalink
Merge pull request #45 from humanmade/composer-2-2-allow-plugins
Browse files Browse the repository at this point in the history
Add necessary Composer plugins to allow-plugins list
  • Loading branch information
roborourke authored Jan 17, 2022
2 parents b317702 + ca7ac69 commit 30ab813
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,15 @@
"platform": {
"php": "7.4.13",
"ext-mbstring": "7.4.13"
},
"allow-plugins": {
"composer/installers": true,
"johnpbloch/wordpress-core-installer": true,
"altis/cms-installer": true,
"altis/dev-tools-command": true,
"altis/core": true,
"altis/local-chassis": true,
"altis/local-server": true
}
}
}

0 comments on commit 30ab813

Please sign in to comment.