{
"name": "arcanisgk/web-cli-detector",
"description": "WEB CLI detector: is a library that allows any development to detect if it is running through the PHP CLI service or a Web Server",
"type": "library",
"license": "MIT",
"autoload": {
"psr-4": {
"IcarosNet\\WebCLIDetector\\": "src/"
}
},
"authors": [
{
"name": "Walter Nuñez",
"email": "icarosnet@gmail.com"
}
],
"minimum-stability": "stable",
"prefer-stable": true,
"require": {
"php": "^7.4"
},
"config": {
"optimize-autoloader": true
}
}