PHP 8.2.31
Preview: composer.json Size: 968 B
/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"
    }
}

Directory Contents

Dirs: 3 × Files: 4

Name Size Perms Modified Actions
.github DIR
- drwxr-xr-x 2022-02-14 11:28:08
Edit Download
bin DIR
- drwxr-xr-x 2022-02-14 11:28:08
Edit Download
src DIR
- drwxr-xr-x 2022-02-14 11:28:08
Edit Download
6.44 KB lrw-r--r-- 2022-02-14 11:28:08
Edit Download
968 B lrw-r--r-- 2022-02-14 11:28:08
Edit Download
1.06 KB lrw-r--r-- 2022-02-14 11:28:08
Edit Download
10.30 KB lrw-r--r-- 2022-02-14 11:28:08
Edit Download

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