HEX
Server: Apache/2.4.41 (Ubuntu)
System: Linux vm8 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
User: afleverb (1000)
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: //var/www/wintergenomics_site/wp-content/jetpack/composer.json
{
	"name": "automattic/jetpack",
	"description": "Jetpack supercharges your self‑hosted WordPress site with the awesome cloud power of WordPress.com",
	"homepage": "https://jetpack.com/",
	"type": "wordpress-plugin",
	"license": "GPL-2.0-or-later",
	"support": {
		"issues": "https://github.com/Automattic/jetpack/issues"
	},
	"require": {
		"ext-openssl": "*",
		"automattic/jetpack-abtest": "@dev",
		"automattic/jetpack-connection": "@dev",
		"automattic/jetpack-options": "@dev",
		"automattic/jetpack-logo": "@dev",
		"automattic/jetpack-constants": "@dev",
		"automattic/jetpack-error": "@dev",
		"automattic/jetpack-jitm": "@dev",
		"automattic/jetpack-assets": "@dev",
		"automattic/jetpack-roles": "@dev",
		"automattic/jetpack-sync": "@dev",
		"automattic/jetpack-tracking": "@dev",
		"automattic/jetpack-autoloader": "@dev",
		"automattic/jetpack-compat": "@dev"
	},
	"require-dev": {
		"dealerdirect/phpcodesniffer-composer-installer": "0.5.0",
		"wp-coding-standards/wpcs": "2.1.1",
		"sirbrillig/phpcs-variable-analysis": "2.6.4",
		"phpcompatibility/phpcompatibility-wp": "2.0.0"
	},
	"scripts": {
		"php:compatibility": "composer install && vendor/bin/phpcs -p -s --runtime-set testVersion '5.6-' --standard=PHPCompatibilityWP --ignore=docker,tools,tests,node_modules,vendor --extensions=php",
		"php:lint": "composer install && vendor/bin/phpcs -p -s",
		"php:autofix": "composer install && vendor/bin/phpcbf",
		"php:lint:errors": "composer install && vendor/bin/phpcs -p -s --runtime-set ignore_warnings_on_exit 1"
	},
	"repositories": [
		{
			"type": "path",
			"url": "./packages/*"
		}
	],
	"autoload": {
		"classmap": [
			"src"
		]
	},
	"minimum-stability": "dev",
	"prefer-stable": true
}