composer.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "name": "ModulesGarden/ProxmoxVps",
  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. "require":
  16. {
  17. "php": ">=5.5.9",
  18. "symfony/http-foundation": "^3.3",
  19. "symfony/yaml": "^3.3",
  20. "symfony/dependency-injection": "^3.3",
  21. "piwik/ini": "^1.0",
  22. "symfony/cache": "^3.3",
  23. "mso/idna-convert" : "1.*",
  24. "adbario/php-dot-notation" : "2.*",
  25. "rappasoft/laravel-helpers": "^1.0"
  26. },
  27. "autoload": {
  28. "psr-4": {
  29. "ModulesGarden\\Servers\\ProxmoxVps\\Core\\": "./core",
  30. "ModulesGarden\\Servers\\ProxmoxVps\\App\\": "./app",
  31. "ModulesGarden\\Servers\\ProxmoxVps\\Packages\\": "./packages",
  32. "MGProvision\\Proxmox\\": "../../../includes/Proxmox",
  33. "ModulesGarden\\ProxmoxAddon\\Core\\": "../../addons/proxmoxAddon/core",
  34. "ModulesGarden\\ProxmoxAddon\\App\\": "../../addons/proxmoxAddon/app"
  35. },
  36. "files": [
  37. "./core/Helper/Functions.php"
  38. ]
  39. }
  40. }