File: /home/boxelikax/public_html/demoltec.com/composer.json.tar
opt/cpanel/ea-wappspector/composer.json 0000644 00000002427 15240067554 0014301 0 ustar 00 {
"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.json 0000644 00000002315 15240255172 0022122 0 ustar 00 {
"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.json 0000644 00000001601 15240273133 0020724 0 ustar 00 {
"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.json 0000644 00000001217 15240305107 0020345 0 ustar 00 {
"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.json 0000644 00000003321 15240325643 0022217 0 ustar 00 {
"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",