farmOS/composer.json

36 lines
1010 B
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",
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
},
"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"
}