1*ab8e5256SAndreas Gohr{ 2*ab8e5256SAndreas Gohr "name": "splitbrain/php-cli", 3*ab8e5256SAndreas Gohr "description": "Easy command line scripts for PHP with opt parsing and color output. No dependencies", 4*ab8e5256SAndreas Gohr "keywords": [ 5*ab8e5256SAndreas Gohr "cli", 6*ab8e5256SAndreas Gohr "console", 7*ab8e5256SAndreas Gohr "terminal", 8*ab8e5256SAndreas Gohr "command line", 9*ab8e5256SAndreas Gohr "getopt", 10*ab8e5256SAndreas Gohr "optparse", 11*ab8e5256SAndreas Gohr "argparse" 12*ab8e5256SAndreas Gohr ], 13*ab8e5256SAndreas Gohr "license": "MIT", 14*ab8e5256SAndreas Gohr "authors": [ 15*ab8e5256SAndreas Gohr { 16*ab8e5256SAndreas Gohr "name": "Andreas Gohr", 17*ab8e5256SAndreas Gohr "email": "andi@splitbrain.org" 18*ab8e5256SAndreas Gohr } 19*ab8e5256SAndreas Gohr ], 20*ab8e5256SAndreas Gohr "require": { 21*ab8e5256SAndreas Gohr "php": ">=5.3.0" 22*ab8e5256SAndreas Gohr }, 23*ab8e5256SAndreas Gohr "suggest": { 24*ab8e5256SAndreas Gohr "psr/log": "Allows you to make the CLI available as PSR-3 logger" 25*ab8e5256SAndreas Gohr }, 26*ab8e5256SAndreas Gohr "require-dev": { 27*ab8e5256SAndreas Gohr "phpunit/phpunit": "^8" 28*ab8e5256SAndreas Gohr }, 29*ab8e5256SAndreas Gohr "autoload": { 30*ab8e5256SAndreas Gohr "psr-4": { 31*ab8e5256SAndreas Gohr "splitbrain\\phpcli\\": "src" 32*ab8e5256SAndreas Gohr } 33*ab8e5256SAndreas Gohr } 34*ab8e5256SAndreas Gohr} 35