{ "name": "crazywhalecc/static-php-cli", "description": "Build single static PHP binary, with PHP project together, with popular extensions included.", "license": "MIT", "authors": [ { "name": "jerry", "email": "admin@zhamao.me" } ], "require": { "php": ">= 8.0", "ext-tokenizer": "*", "ext-iconv": "*", "symfony/console": "^6 || ^5 || ^4", "zhamao/logger": "^1.0", "crazywhalecc/cli-helper": "^0.1.0", "nunomaduro/collision": "*", "ext-pcntl": "*" }, "require-dev": { "friendsofphp/php-cs-fixer": "^3.2 != 3.7.0", "phpstan/phpstan": "^1.1", "captainhook/captainhook": "^5.10", "captainhook/plugin-composer": "^5.3" }, "autoload": { "psr-4": { "SPC\\": "src/SPC" }, "files": [ "src/globals/defines.php", "src/globals/functions.php" ] }, "bin": [ "bin/spc" ], "scripts": { "analyse": "phpstan analyse --memory-limit 300M", "cs-fix": "php-cs-fixer fix", "test": "bin/phpunit --no-coverage" }, "config": { "allow-plugins": { "phpstan/extension-installer": true, "captainhook/plugin-composer": true }, "optimize-autoloader": true, "sort-packages": true } }