HEX
Server: Apache
System: Linux nc-ph-4101.simplemoneygoals.com 5.14.0-503.21.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Sun Jan 12 09:45:05 EST 2025 x86_64
User: dailygoldindex (1004)
PHP: 8.1.33
Disabled: NONE
Upload Files
File: //opt/cpanel/ea-wappspector/vendor/clue/phar-composer/composer.json
{
    "name": "clue/phar-composer",
    "description": "Simple phar creation for any project managed via Composer",
    "keywords": ["executable phar", "build process", "bundle dependencies", "phar", "composer"],
    "homepage": "https://github.com/clue/phar-composer",
    "license": "MIT",
    "authors": [
        {
            "name": "Christian Lück",
            "email": "christian@clue.engineering"
        }
    ],
    "require": {
        "php": ">=5.3.6",
        "knplabs/packagist-api": "^1.0",
        "symfony/console": "^6.0 || ^5.0 || ^4.0 || ^3.0 || ^2.5",
        "symfony/finder": "^6.0 || ^5.0 || ^4.0 || ^3.0 || ^2.5",
        "symfony/process": "^6.0 || ^5.0 || ^4.0 || ^3.0 || ^2.5"
    },
    "require-dev": {
        "phpunit/phpunit": "^9.5 || ^5.7 || ^4.8.36"
    },
    "autoload": {
        "psr-4": {"Clue\\PharComposer\\": "src/"}
    },
    "bin": ["bin/phar-composer"],
    "scripts": {
        "build": "@php bin/build.php"
    }
}