composer.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "name": "ModulesGarden/ProxmoxAddon",
  3. "description": "",
  4. "version": "2.1.0",
  5. "type": "project",
  6. "license": "EULA",
  7. "homepage": "http://www.modulesgarden.com",
  8. "support":
  9. {
  10. "email": "contact@modulesgarden.com",
  11. "issues": "http://www.modulesgarden.com/customers/support",
  12. "forum": "http://www.forum.modulesgarden.com/"
  13. },
  14. "authors": [
  15. ],
  16. "require":
  17. {
  18. "php": ">=5.5.9",
  19. "symfony/yaml": "^3.3",
  20. "piwik/ini": "^1.0",
  21. "symfony/cache": "^3.3",
  22. "mso/idna-convert": "1.*",
  23. "adbario/php-dot-notation": "2.*",
  24. "rappasoft/laravel-helpers": "^1.0",
  25. "phpseclib/phpseclib": "~3.0"
  26. },
  27. "autoload": {
  28. "psr-4": {
  29. "ModulesGarden\\ProxmoxAddon\\Core\\": "./core",
  30. "ModulesGarden\\ProxmoxAddon\\App\\": "./app",
  31. "MGProvision\\Proxmox\\": "../../../includes/Proxmox",
  32. "ModulesGarden\\Servers\\ProxmoxVps\\Core\\": "../../servers/proxmoxVPS/core",
  33. "ModulesGarden\\Servers\\ProxmoxVps\\App\\": "../../servers/proxmoxVPS/appcorm "
  34. },
  35. "files": [
  36. "core/Helper/Functions.php",
  37. "app/Libs/IPv6.php"
  38. ]
  39. }
  40. }