mirror of
https://github.com/ZotPrime/zotprime.git
synced 2021-05-12 18:32:25 +03:00
13 lines
226 B
JSON
13 lines
226 B
JSON
{
|
|
"name": "zotero/dataserver",
|
|
"description": "Zotero Sync and API Server",
|
|
"license": "AGPL-3.0",
|
|
"require": {
|
|
"aws/aws-sdk-php": "^3.2",
|
|
"doctrine/cache": "1.*"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^4.8"
|
|
}
|
|
}
|