HEX
Server: Apache
System: Linux efa57bbe-abb1-400d-2985-3b056fbc2701.secureserver.net 6.1.147-1.el9.elrepo.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Jul 24 12:33:32 EDT 2025 x86_64
User: root (0)
PHP: 8.0.30.4
Disabled: NONE
Upload Files
File: //var/chroot/var/www/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
        }
    }
}