HEX
Server: LiteSpeed
System: Linux houston.panomity.com 6.8.0-100-generic #100-Ubuntu SMP PREEMPT_DYNAMIC Tue Jan 13 16:40:06 UTC 2026 x86_64
User: nudepix (1011)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: //opt/librepanel/composer.json
{
	"name": "librepanel/librepanel",
	"description": "The server administration software for your needs. Developed by experienced server administrators, this panel simplifies the effort of managing your hosting platform.",
	"keywords": [
		"server",
		"administration",
		"php"
	],
	"homepage": "https://www.librepanel.org",
	"license": "GPL-2.0-or-later",
	"authors": [
		{
			"name": "Michael Kaufmann",
			"email": "team@librepanel.org",
			"role": "Lead Developer"
		}
	],
	"support": {
		"email": "team@librepanel.org",
		"issues": "https://github.com/LibrePanel/LibrePanel/issues",
		"forum": "https://forum.librepanel.org/",
		"source": "https://github.com/LibrePanel/LibrePanel",
		"docs": "https://docs.librepanel.org/",
		"chat": "https://discord.librepanel.org/"
	},
	"funding": [
		{
			"type": "github",
			"url": "https://github.com/sponsors/d00p"
		}
	],
	"require": {
		"php": "^7.4 || ^8.0",
		"ext-session": "*",
		"ext-ctype": "*",
		"ext-pdo": "*",
		"ext-pdo_mysql": "*",
		"ext-simplexml": "*",
		"ext-xml": "*",
		"ext-filter": "*",
		"ext-posix": "*",
		"ext-mbstring": "*",
		"ext-curl": "*",
		"ext-json": "*",
		"ext-openssl": "*",
		"ext-fileinfo": "*",
		"ext-gmp": "*",
		"ext-gd": "*",
		"ext-gnupg": "*",
		"phpmailer/phpmailer": "~6.0",
		"monolog/monolog": "^1.24",
		"robthree/twofactorauth": "^1.6",
		"voku/anti-xss": "^4.1",
		"twig/twig": "^3.3",
		"symfony/console": "^5.4",
		"pear/net_dns2": "^1.5",
		"amnuts/opcache-gui": "^3.4",
		"league/commonmark": "^2.4"
	},
	"require-dev": {
		"phpunit/phpunit": "^9",
		"ext-pcntl": "*",
		"phpcompatibility/php-compatibility": "*",
		"squizlabs/php_codesniffer": "*",
		"pdepend/pdepend": "^2.9",
		"sebastian/phpcpd": "^6.0",
		"phploc/phploc": "^7.0",
		"phpmd/phpmd": "^2.10",
		"phpunit/php-timer" : "^5",
		"phpstan/phpstan": "^1.8"
	},
	"suggest": {
		"ext-bcmath": "*",
		"ext-zip": "*",
		"ext-apcu": "*",
		"ext-readline": "*"
	},
	"config": {
		"platform": {
			"php": "7.4"
		}
	},
	"autoload": {
		"psr-4": {
			"LibrePanel\\": [
				"lib/LibrePanel"
			]
		}
	},
	"scripts": {
		"post-install-cmd": "if [ -f ./vendor/bin/phpcs ]; then \"vendor/bin/phpcs\" --config-set installed_paths vendor/phpcompatibility/php-compatibility ; fi",
		"post-update-cmd" : "if [ -f ./vendor/bin/phpcs ]; then \"vendor/bin/phpcs\" --config-set installed_paths vendor/phpcompatibility/php-compatibility ; fi"
	}
}