3
0
Fork 0
mirror of https://github.com/farmOS/farmOS.git synced 2024-02-23 11:37:38 +01:00
farmOS/composer.json

54 lines
2 KiB
JSON

{
"name": "farmos/farmos",
"description": "A web-based farm record keeping application.",
"type": "drupal-profile",
"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"
},
"authors": [
{
"name": "Michael Stenta",
"email": "mike@farmier.com"
}
],
"require": {
"cweagans/composer-patches": "^1.6",
"drupal/core": "^9.0.0",
"drupal/config_rewrite": "^1.3",
"drupal/geofield": "^1.15",
"drupal/jsonapi_extras": "^3.15",
"drupal/jsonapi_schema": "^1.0@beta",
"drupal/simple_oauth": "^5.0",
"drupal/log": "2.x-dev",
"drupal/migrate_plus": "^5.1",
"drupal/migrate_tools": "^5.0",
"drupal/token": "^1.7"
},
"require-dev": {
"drupal/config_update": "^1.7"
},
"extra": {
"patchLevel": {
"drupal/core": "-p2"
},
"patches": {
"drupal/config_rewrite": {
"Issue #3166694: Make config_rewrite/tests/modules compatible with Drupal 9": "https://www.drupal.org/files/issues/2020-08-22/3166694-2.patch"
},
"drupal/core": {
"Issue #2339235: Remove taxonomy hard dependency on node module": "https://www.drupal.org/files/issues/2020-10-12/2339235_60.patch"
},
"drupal/simple_oauth": {
"Issue #3173947: Cannot authorize non-confidential clients": "https://www.drupal.org/files/issues/2020-09-29/3173947-2.patch",
"Issue #3167287: Always load clients through the Client Repository service": "https://www.drupal.org/files/issues/2020-09-29/3167287-9.patch",
"Issue #3174572: Passing a third argument to headers->get() is deprecated": "https://www.drupal.org/files/issues/2020-10-02/3174572-2.patch"
}
}
},
"minimum-stability": "dev"
}