PHP 8.2.31
Preview: composer.json Size: 1.27 KB
//opt/cpanel/ea-wappspector/composer.json

{
  "name": "plesk/wappspector",
  "version": "0.2.8",
  "description": "Command-line interface utility to analyze the file structure of a web hosting server and identify the frameworks and CMS used in the websites hosted on it.",
  "type": "project",
  "license": "Apache-2.0",
  "bin": [
    "bin/wappspector.php"
  ],
  "scripts": {
    "test": "phpunit",
    "rector": "rector --dry-run",
    "rector:fix": "rector",
    "lint": "phpcs -s --parallel=4",
    "lint:fix": "phpcbf",
    "ci:standards": "phpcs -s --parallel=4 --report=json",
    "ci:rector": "rector --dry-run --output-format=json"
  },
  "scripts-descriptions": {
    "lint": "Run linters"
  },
  "autoload": {
    "psr-4": {
      "Plesk\\Wappspector\\": "src/",
      "Test\\": "tests/"
    }
  },
  "require-dev": {
    "mikey179/vfsstream": "^1.6",
    "phpunit/phpunit": "^10",
    "psr/log": "^2.0",
    "rector/rector": "^1.0",
    "slevomat/coding-standard": "^8.8.0",
    "squizlabs/php_codesniffer": "^3.7.2",
    "symfony/console": "^5.0"
  },
  "require": {
    "php": ">=8.0",
    "clue/phar-composer": "^1.4",
    "league/flysystem": "^3.0",
    "php-di/php-di": "^6.0 || ^7.0"
  },
  "config": {
    "sort-packages": true,
    "allow-plugins": {
      "dealerdirect/phpcodesniffer-composer-installer": true
    }
  }
}

Directory Contents

Dirs: 4 × Files: 8

Name Size Perms Modified Actions
.github DIR
- drwxr-xr-x 2026-05-15 07:01:45
Edit Download
bin DIR
- drwxr-xr-x 2026-05-15 07:01:45
Edit Download
src DIR
- drwxr-xr-x 2026-05-15 07:01:45
Edit Download
vendor DIR
- drwxr-xr-x 2026-05-15 07:01:54
Edit Download
57.07 KB lrw-r--r-- 2026-05-14 15:20:35
Edit Download
1.27 KB lrw-r--r-- 2026-05-15 07:01:55
Edit Download
153.06 KB lrw-r--r-- 2026-05-15 07:01:51
Edit Download
3.22 MB lrwxr-xr-x 2026-05-15 07:01:46
Edit Download
100 B lrw-r--r-- 2026-05-14 15:20:35
Edit Download
11.09 KB lrw-r--r-- 2026-05-14 15:20:35
Edit Download
5.56 KB lrw-r--r-- 2026-05-14 15:20:35
Edit Download
36.62 MB lrwxr-xr-x 2026-05-15 07:02:15
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).