cdm-dataportal/composer.json @ d8069342
1 | fa718a2c | Andreas Kohlbecker | {
|
---|---|---|---|
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 | 76c0847f | Andreas Kohlbecker | "require-dev": { |
13 | "phpunit/phpunit": "^5" |
||
14 | fa718a2c | Andreas Kohlbecker | } |
15 | }
|