farmOS/composer.json

43 lines
1.2 KiB
JSON
Raw Normal View History

2020-04-18 23:01:55 +02:00
{
"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"
},
2020-04-18 23:01:55 +02:00
"authors": [
{
"name": "Michael Stenta",
"email": "mike@farmier.com"
}
],
"require": {
2020-06-05 18:04:54 +02:00
"cweagans/composer-patches": "^1.6",
2020-04-30 14:42:12 +02:00
"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",
2020-04-30 14:47:18 +02:00
"drupal/log": "2.x-dev",
"drupal/token": "^1.7"
2020-04-18 23:01:55 +02:00
},
"require-dev": {
"drupal/config_update": "^1.7"
},
"extra": {
"patchLevel": {
"drupal/core": "-p2"
},
"patches": {
"drupal/core": {
"Issue #2339235: Remove taxonomy hard dependency on node module": "https://www.drupal.org/files/issues/2020-08-10/2339235-55.patch"
}
}
},
2020-04-18 23:01:55 +02:00
"minimum-stability": "dev"
}