62 lines
2.0 KiB
JSON
62 lines
2.0 KiB
JSON
{
|
|
"name": "farmos/project",
|
|
"description": "farmOS project template.",
|
|
"type": "project",
|
|
"license": "GPL-2.0-or-later",
|
|
"homepage": "https://farmOS.org",
|
|
"support": {
|
|
"docs": "https://farmOS.org/guide",
|
|
"forum": "https://farmOS.discourse.group",
|
|
"chat": "https://matrix.to/#/#farmOS:matrix.org"
|
|
},
|
|
"repositories": [
|
|
{
|
|
"type": "composer",
|
|
"url": "https://packages.drupal.org/8"
|
|
}
|
|
],
|
|
"require": {
|
|
"farmos/farmos": "^3.0",
|
|
"oomphinc/composer-installers-extender": "^2.0",
|
|
"wikimedia/composer-merge-plugin": "^2.0",
|
|
"drupal/smtp": "^1.2",
|
|
"drupal/health_check_url": "^3.2",
|
|
"drupal/oauth_login_oauth2": "^3.0",
|
|
"drupal/simple_oauth_password_grant": "^2.0",
|
|
"drupal/farm_map_custom_layers": "^1.2",
|
|
"drupal/farm_eggs": "^2.2",
|
|
"drupal/graphql": "^4.7"
|
|
},
|
|
"minimum-stability": "dev",
|
|
"prefer-stable": true,
|
|
"extra": {
|
|
"installer-paths": {
|
|
"web/core": ["type:drupal-core"],
|
|
"web/libraries/{$name}": ["type:drupal-library"],
|
|
"web/modules/{$name}": ["type:drupal-module"],
|
|
"web/profiles/farm": ["farmos/farmos"],
|
|
"web/themes/{$name}": ["type:drupal-theme"],
|
|
"drush/Commands/contrib/{$name}": ["type:drupal-drush"]
|
|
},
|
|
"merge-plugin": {
|
|
"require": [
|
|
"web/profiles/farm/composer.libraries.json",
|
|
"web/profiles/farm/composer.project.json"
|
|
],
|
|
"merge-extra": true,
|
|
"merge-extra-deep": true
|
|
}
|
|
},
|
|
"config": {
|
|
"allow-plugins": {
|
|
"cweagans/composer-patches": true,
|
|
"composer/installers": true,
|
|
"wikimedia/composer-merge-plugin": true,
|
|
"oomphinc/composer-installers-extender": true,
|
|
"drupal/core-composer-scaffold": true,
|
|
"dealerdirect/phpcodesniffer-composer-installer": true,
|
|
"phpstan/extension-installer": true
|
|
}
|
|
}
|
|
}
|