HEX
Server: Apache
System: Linux vmi318001.contaboserver.net 6.8.0-117-generic #117-Ubuntu SMP PREEMPT_DYNAMIC Tue May 5 19:26:24 UTC 2026 x86_64
User: boxelikax (1004)
PHP: 8.2.33
Disabled: NONE
Upload Files
File: /home/boxelikax/public_html/demoltec.com/composer.json.tar
opt/cpanel/ea-wappspector/composer.json000064400000002427152400675540014301 0ustar00{
  "name": "plesk/wappspector",
  "version": "0.2.9",
  "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
    }
  }
}
home/boxelikax/public_html/dev/crm/vendor/react/promise/composer.json000064400000002315152402551720022122 0ustar00{
    "name": "react/promise",
    "description": "A lightweight implementation of CommonJS Promises/A for PHP",
    "license": "MIT",
    "authors": [
        {
            "name": "Jan Sorgalla",
            "homepage": "https://sorgalla.com/",
            "email": "jsorgalla@gmail.com"
        },
        {
            "name": "Christian Lück",
            "homepage": "https://clue.engineering/",
            "email": "christian@clue.engineering"
        },
        {
            "name": "Cees-Jan Kiewiet",
            "homepage": "https://wyrihaximus.net/",
            "email": "reactphp@ceesjankiewiet.nl"
        },
        {
            "name": "Chris Boden",
            "homepage": "https://cboden.dev/",
            "email": "cboden@gmail.com"
        }
    ],
    "require": {
        "php": ">=5.4.0"
    },
    "require-dev": {
        "phpunit/phpunit": "^9.5 || ^5.7 || ^4.8.36"
    },
    "autoload": {
        "psr-4": {
            "React\\Promise\\": "src/"
        },
        "files": ["src/functions_include.php"]
    },
    "autoload-dev": {
        "psr-4": {
            "React\\Promise\\": ["tests", "tests/fixtures"]
        }
    },
    "keywords": [
        "promise",
        "promises"
    ]
}
opt/cpanel/ea-wappspector/vendor/phar-io/manifest/composer.json000064400000001601152402731330020724 0ustar00{
  "name": "phar-io/manifest",
  "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
  "license": "BSD-3-Clause",
  "authors": [
    {
      "name": "Arne Blankerts",
      "email": "arne@blankerts.de",
      "role": "Developer"
    },
    {
      "name": "Sebastian Heuer",
      "email": "sebastian@phpeople.de",
      "role": "Developer"
    },
    {
      "name": "Sebastian Bergmann",
      "email": "sebastian@phpunit.de",
      "role": "Developer"
    }
  ],
  "support": {
    "issues": "https://github.com/phar-io/manifest/issues"
  },
  "require": {
    "php": "^7.2 || ^8.0",
    "ext-dom": "*",
    "ext-phar": "*",
    "ext-libxml": "*",
    "ext-xmlwriter": "*",
    "phar-io/version": "^3.0.1"
  },
  "autoload": {
    "classmap": [
      "src/"
    ]
  },
  "extra": {
    "branch-alias": {
        "dev-master": "2.0.x-dev"
    }
  }
}
opt/cpanel/ea-wappspector/vendor/psr/container/composer.json000064400000001217152403051070020345 0ustar00{
    "name": "psr/container",
    "type": "library",
    "description": "Common Container Interface (PHP FIG PSR-11)",
    "keywords": ["psr", "psr-11", "container", "container-interop", "container-interface"],
    "homepage": "https://github.com/php-fig/container",
    "license": "MIT",
    "authors": [
        {
            "name": "PHP-FIG",
            "homepage": "https://www.php-fig.org/"
        }
    ],
    "require": {
        "php": ">=7.4.0"
    },
    "autoload": {
        "psr-4": {
            "Psr\\Container\\": "src/"
        }
    },
    "extra": {
        "branch-alias": {
            "dev-master": "2.0.x-dev"
        }
    }
}
home/boxelikax/public_html/dev/crm/vendor/doctrine/cache/composer.json000064400000003321152403256430022217 0ustar00{
    "name": "doctrine/cache",
    "type": "library",
    "description": "PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.",
    "keywords": [
        "php",
        "cache",
        "caching",
        "abstraction",
        "redis",
        "memcached",
        "couchdb",
        "xcache",
        "apcu"
    ],
    "homepage": "https://www.doctrine-project.org/projects/cache.html",
    "license": "MIT",