forked from TripalCultivate/TripalCultivate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
32 lines (32 loc) · 873 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "tripalcultivate/base",
"type": "drupal-module",
"description": "Tripal Cultivate is a collection of Tripal extension packages focused on providing intuitive data management support for breeding and pre-breeding activities.",
"keywords": [
"tripal",
"drupal",
"biological-data",
"breeding",
"agriculture",
"visualization",
"data-import"
],
"homepage": "https://github.com/TripalCultivate/TripalCultivate",
"support": {
"issues": "https://github.com/TripalCultivate/TripalCultivate/issues"
},
"license": "GPL-3.0-or-later",
"minimum-stability": "dev",
"authors": [
{
"name": "Lacey-Anne Sanderson",
"homepage": "https://github.com/laceysanderson/",
"role": "Lead Developer"
}
],
"require": {
"php": "^8.0",
"drupal/core": "^10.0",
"tripal/tripal": "^4.0-alpha1"
}
}