Skip to content

Commit c76726e

Browse files
Forward support for Composer 2.2+ (#692)
1 parent d6d54e3 commit c76726e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@
5757
}
5858
},
5959
"config": {
60-
"preferred-install": "dist"
60+
"preferred-install": "dist",
61+
"allow-plugins": {
62+
"bamarni/composer-bin-plugin": true
63+
}
6164
}
6265
}

0 commit comments

Comments
 (0)