farmOS/composer.json

24 lines
621 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-04-30 14:42:12 +02:00
"drupal/core": "^9.0.0",
"drupal/log": "2.x-dev"
2020-04-18 23:01:55 +02:00
},
"minimum-stability": "dev"
}