Skip to content

Commit

Permalink
Add allow-plugins to composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Atanas Vasilev committed Jul 31, 2024
1 parent 35e4524 commit 4dd0629
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,10 @@
"php": ">=5.3",
"composer/installers": "^1.0|^2.0",
"htmlburger/carbon-fields": "3.6.3"
},
"config": {
"allow-plugins": {
"composer/installers": true
}
}
}
}

0 comments on commit 4dd0629

Please sign in to comment.