HEX
Server:
System: Linux aac286ea486c 5.14.0-687.15.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Jun 11 08:51:45 EDT 2026 x86_64
User: root (0)
PHP: 8.2.30
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,disk_free_space,diskfreespace
Upload Files
File: /dom877180/wp-content/mu-plugins/vendor/wptool/wp-admin-dash/composer.json
{
    "description": "WPTOOL - WordPress Admin Dashboard Plugin",
  	"name": "wptool/wp-admin-dash",
    "type": "wordpress-plugin",
	"repositories": [
	  {
		"type": "vcs",
		"url": "git@github.com:gdcorp-wordpress/wpsec-wp-plugin-tests.git"
	  }
	],
    "require": {
        "ext-gd": "*"
    },
    "require-dev": {
	  "wpsec/wp-mock-test-abstraction": "dev-main",
	  "phpunit/phpunit": "^9.5",
	  "wp-coding-standards/wpcs": "^2.3.0",
	  "squizlabs/php_codesniffer": "3.*",
	  "dealerdirect/phpcodesniffer-composer-installer": "^0.7.1",
	  "10up/wp_mock": "0.4.2"
    },
    "autoload": {
        "psr-4": {
            "Wptool\\": "src/"
        }
    },

  "autoload-dev": {
	"psr-4": {
	  "Wptool\\Tests\\": "tests/"
	}
  },
  "scripts": {
	"phpunit": "vendor/bin/phpunit --configuration tests/phpunit/phpunit.xml",
	"test-coverage-github": "vendor/bin/phpunit --configuration tests/phpunit/phpunit.xml --coverage-text",
	"test-coverage-html": "XDEBUG_MODE=coverage vendor/bin/phpunit --configuration tests/phpunit/phpunit.xml --coverage-html=html-coverage",
	"phpcs": "./vendor/bin/phpcs --standard=phpcs.ruleset.xml src/",
	"phpcs-test": "./vendor/bin/phpcs --standard=phpcs.ruleset.xml tests/",
	"phpcbf": "./vendor/bin/phpcbf --standard=phpcs.ruleset.xml src/",
	"phpcbf-test": "./vendor/bin/phpcbf --standard=phpcs.ruleset.xml tests/"
  },
    "config": {
        "allow-plugins": {
            "dealerdirect/phpcodesniffer-composer-installer": true
        }
    }
}