mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-11-25 13:18:30 +00:00
23 lines
561 B
JSON
23 lines
561 B
JSON
{
|
|
"name": "chill-project/chill-zimbra-bundle",
|
|
"description": "Provide connection between Zimbra agenda and Chill",
|
|
"minimum-stability": "stable",
|
|
"license": "AGPL-3.0",
|
|
"type": "library",
|
|
"keywords": [
|
|
"chill",
|
|
"social worker"
|
|
],
|
|
"require": {
|
|
"chill-project/chill-bundles": "dev-master@dev",
|
|
"zimbra-api/soap-api": "^3.2.2",
|
|
"psr/http-client": "^1.0",
|
|
"nyholm/psr7": "^1.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Chill\\ZimbraBundle\\": "src/"
|
|
}
|
|
}
|
|
}
|