| Server IP : 195.130.67.5 / Your IP : 216.73.217.154 Web Server : Microsoft-IIS/10.0 System : Windows NT WEBSERVER1 10.0 build 17763 (Windows Server 2016) i586 User : IUSR ( 0) PHP Version : 7.4.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/inetpub/wwwroot/webmail/vendor/pear/console_commandline/ |
Upload File : |
{
"name": "pear/console_commandline",
"description": "A full featured command line options and arguments parser.",
"type": "library",
"keywords": [
"console"
],
"homepage": "https://github.com/pear/Console_CommandLine",
"license": "MIT",
"authors": [
{
"name": "Richard Quadling",
"email": "rquadling@gmail.com"
},
{
"name": "David Jean Louis",
"email": "izimobil@gmail.com"
}
],
"require": {
"php": ">=5.3.0",
"pear/pear_exception": "^1.0.0",
"ext-dom": "*",
"ext-xml": "*"
},
"autoload": {
"psr-0": {
"Console": "./"
},
"exclude-from-classmap": ["tests/"]
},
"include-path": [
""
],
"support": {
"issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Console_CommandLine",
"source": "https://github.com/pear/Console_CommandLine"
},
"require-dev": {
"phpunit/phpunit": "*"
}
}