HEX
Server: Apache/2
System: Linux kakhelebi.rst.ge 4.18.0-553.50.1.el8_10.x86_64 #1 SMP Tue Apr 15 08:09:22 EDT 2025 x86_64
User: admin (1001)
PHP: 8.1.31
Disabled: exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
Upload Files
File: /home/admin/domains/cloud.rst.ge/public_html/nextcloud/apps/logreader/composer.json
{
	"name": "nextcloud/logreader",
	"type": "project",
	"license": "AGPLv3",
	"require-dev": {
		"nextcloud/coding-standard": "v1.1.1",
		"nextcloud/ocp": "dev-stable30",
		"phpunit/phpunit": "^9",
		"vimeo/psalm": "^5.15"
	},
	"config": {
		"optimize-autoloader": true,
		"classmap-authoritative": true,
		"platform": {
			"php": "8.0.2"
		},
		"sort-packages": true
	},
	"scripts": {
		"lint": "find . -name \\*.php -not -path './vendor/*' -not -path './build/*' -not -path './tests/integration/vendor/*' -print0 | xargs -0 -n1 php -l",
		"cs:check": "php-cs-fixer fix --dry-run --diff",
		"cs:fix": "php-cs-fixer fix",
		"test:unit": "phpunit -c tests/phpunit.xml",
		"psalm": "psalm --threads=1"
	},
	"autoload-dev": {
		"psr-4": {
			"OCP\\": "vendor/nextcloud/ocp/OCP"
		}
	}
}