cdm-dataportal/composer.json @ 8202a2c0
1 |
{
|
---|---|
2 |
"name": "cybertaxonomy.org/cdm-dataportal", |
3 |
"description": "The dataportal publishes CDM data hosted in a CommunityStore on the web.", |
4 |
"minimum-stability": "stable", |
5 |
"license": "GPL2", |
6 |
"authors": [ |
7 |
{ |
8 |
"name": "Andreas Kohlbecker", |
9 |
"email": "a.kohlbecker@bgbm.org" |
10 |
} |
11 |
], |
12 |
"require-dev": { |
13 |
"phpunit/phpunit": "^5" |
14 |
} |
15 |
}
|