Skip to content

Commit 4dd0629

Browse files
author
Atanas Vasilev
committed
Add allow-plugins to composer.json
1 parent 35e4524 commit 4dd0629

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

composer.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,10 @@
2525
"php": ">=5.3",
2626
"composer/installers": "^1.0|^2.0",
2727
"htmlburger/carbon-fields": "3.6.3"
28+
},
29+
"config": {
30+
"allow-plugins": {
31+
"composer/installers": true
32+
}
2833
}
29-
}
34+
}

0 commit comments

Comments
 (0)