Skip to content

Commit e9ccfb0

Browse files
authored
Fix bamarni Composer bin plugin settings (#179)
1 parent 0e11783 commit e9ccfb0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

composer.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,12 @@
5757
"phpstan/extension-installer": true,
5858
"infection/extension-installer": true
5959
},
60+
"sort-packages": true
61+
},
62+
"extra": {
6063
"bamarni-bin": {
6164
"bin-links": false,
6265
"forward-command": false
63-
},
64-
"sort-packages": true
66+
}
6567
}
6668
}

0 commit comments

Comments
 (0)