| 12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- {
- "name": "ModulesGarden/Servers/ZimbraEmail",
- "description": "",
- "version": "2.0.0",
- "type": "project",
- "license": "EULA",
- "homepage": "https://www.modulesgarden.com",
- "support":
- {
- "email": "contact@modulesgarden.com",
- "issues": "https://www.modulesgarden.com/customers/support",
- "forum": "https://www.forum.modulesgarden.com/"
- },
- "authors": [],
- "require":
- {
- "php": ">=5.5.9",
- "symfony/http-foundation": "3.4.20",
- "symfony/yaml": "3.3.18",
- "symfony/dependency-injection": "3.3.18",
- "piwik/ini": "1.0.6",
- "symfony/cache": "3.4.20",
- "mso/idna-convert" : "1.1.0",
- "adbario/php-dot-notation" : "2.1.0",
- "psr/log" : "1.1.0",
- "psr/cache" : "1.0.1",
- "psr/simple-cache" : " 1.0.1",
- "symfony/polyfill-apcu" : "1.10.0",
- "psr/container" : "1.0.0",
- "symfony/polyfill-mbstring" : "1.10.0",
- "symfony/polyfill-php70" : "1.10.0",
- "rappasoft/laravel-helpers": "^1.0"
- },
- "autoload": {
- "psr-4": {
- "ModulesGarden\\Servers\\ZimbraEmail\\Core\\": "./core",
- "ModulesGarden\\Servers\\ZimbraEmail\\App\\": "./app"
- },
- "files": [
- "./core/Helper/Functions.php"
- ]
- }
- }
|