composer.json 1.3 KB

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