{ "name": "noccylabs/php-calc", "description": "The calculator you never knew you needed", "type": "application", "license": "GPL-3.0-or-later", "autoload": { "psr-4": { "NoccyLabs\\PhpCalc\\": "src/" } }, "authors": [ { "name": "Christopher Vagnetoft", "email": "cvagnetoft@gmail.com" } ], "require": {}, "bin": [ "bin/calc" ], "extra": { "phar": { "output": "calc.phar" } } }