| 12345678910111213141516171819202122232425262728293031323334353637383940 |
- {
- "name": "ModulesGarden/ProxmoxVps",
- "description": "",
- "version": "2.1.0",
- "type": "project",
- "license": "EULA",
- "homepage": "http://www.modulesgarden.com",
- "support":
- {
- "email": "contact@modulesgarden.com",
- "issues": "http://www.modulesgarden.com/customers/support",
- "forum": "http://www.forum.modulesgarden.com/"
- },
- "authors": [],
- "require":
- {
- "php": ">=5.5.9",
- "symfony/http-foundation": "^3.3",
- "symfony/yaml": "^3.3",
- "symfony/dependency-injection": "^3.3",
- "piwik/ini": "^1.0",
- "monolog/monolog": "^1.23",
- "symfony/cache": "^3.3",
- "mso/idna-convert" : "1.*",
- "adbario/php-dot-notation" : "2.*"
- },
- "autoload": {
- "psr-4": {
- "ModulesGarden\\Servers\\ProxmoxVps\\Core\\": "./core",
- "ModulesGarden\\Servers\\ProxmoxVps\\App\\": "./app",
- "ModulesGarden\\Servers\\ProxmoxVps\\Packages\\": "./packages",
- "MGProvision\\Proxmox\\": "../../../includes/Proxmox",
- "ModulesGarden\\ProxmoxAddon\\Core\\": "../../addons/proxmoxAddon/core",
- "ModulesGarden\\ProxmoxAddon\\App\\": "../../addons/proxmoxAddon/app"
- },
- "files": [
- "./core/Helper/Functions.php"
- ]
- }
- }
|