18 lines
284 B
JSON
18 lines
284 B
JSON
{
|
|
"repositories": {
|
|
"drupal-finder": {
|
|
"type": "path",
|
|
"url": "../../../"
|
|
}
|
|
},
|
|
"require": {
|
|
"webflo/drupal-finder": "*",
|
|
"drupal/core": "^10"
|
|
},
|
|
"config": {
|
|
"vendor-dir": "foo/bar"
|
|
},
|
|
"minimum-stability": "dev",
|
|
"prefer-stable": true
|
|
}
|