composer.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "name": "ModulesGarden/Servers/KerioEmail",
  3. "description": "",
  4. "version": "2.0.0",
  5. "type": "project",
  6. "license": "EULA",
  7. "homepage": "https://www.modulesgarden.com",
  8. "support":
  9. {
  10. "email": "contact@modulesgarden.com",
  11. "issues": "https://www.modulesgarden.com/customers/support",
  12. "forum": "https://www.forum.modulesgarden.com/"
  13. },
  14. "authors": [],
  15. "require":
  16. {
  17. "php": ">=5.5.9",
  18. "symfony/http-foundation": "3.4.20",
  19. "symfony/yaml": "3.3.18",
  20. "symfony/dependency-injection": "3.3.18",
  21. "piwik/ini": "1.0.6",
  22. "symfony/cache": "3.4.20",
  23. "mso/idna-convert" : "1.1.0",
  24. "adbario/php-dot-notation" : "2.1.0",
  25. "psr/log" : "1.1.0",
  26. "psr/cache" : "1.0.1",
  27. "psr/simple-cache" : " 1.0.1",
  28. "symfony/polyfill-apcu" : "1.10.0",
  29. "psr/container" : "1.0.0",
  30. "symfony/polyfill-mbstring" : "1.10.0",
  31. "symfony/polyfill-php70" : "1.10.0",
  32. "rappasoft/laravel-helpers": "^1.0"
  33. },
  34. "autoload": {
  35. "psr-4": {
  36. "ModulesGarden\\Servers\\KerioEmail\\Core\\": "./core",
  37. "ModulesGarden\\Servers\\KerioEmail\\App\\": "./app"
  38. },
  39. "files": [
  40. "./core/Helper/Functions.php"
  41. ]
  42. }
  43. }