{ "name": "fendx/cli", "description": "FendxPHP CLI Command Line Tools", "type": "library", "license": "MIT", "authors": [ { "name": "FendxPHP Team", "email": "team@fendx.com" } ], "require": { "php": ">=8.0" }, "autoload": { "psr-4": { "Fendx\\CLI\\": "src/" } }, "minimum-stability": "stable", "prefer-stable": true }