Skip to content

Commit

Permalink
Merge pull request #23 from deliciousbrains/22-composer-v2
Browse files Browse the repository at this point in the history
Composer.json now compatible with Composer v2
  • Loading branch information
polevaultweb authored Jan 24, 2022
2 parents 0e40ec8 + 5490093 commit 3d4e7c4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,11 @@
],
"config": {
"preferred-install": "dist",
"sort-packages": true
"sort-packages": true,
"allow-plugins": {
"composer/installers": true,
"johnpbloch/wordpress-core-installer": true
}
},
"require": {
"php": ">=7.3",
Expand Down

0 comments on commit 3d4e7c4

Please sign in to comment.