22 lines
383 B
JSON
22 lines
383 B
JSON
{
|
|
"repositories": [
|
|
{
|
|
"type": "path",
|
|
"url": "../../"
|
|
}
|
|
],
|
|
"require-dev": {
|
|
"bamarni/composer-bin-plugin": "dev-master"
|
|
},
|
|
"config": {
|
|
"allow-plugins": {
|
|
"bamarni/composer-bin-plugin": true
|
|
}
|
|
},
|
|
"extra": {
|
|
"bamarni-bin": {
|
|
"bin-links": true
|
|
}
|
|
}
|
|
}
|