{ "name": "mightypork/php-sandbox", "description": "Web interface for testing PHP scripts and commands", "type": "library", "require": { "php": ">=5.6.0", "laravel/framework": "~5.5" }, "license": "MIT", "authors": [ { "name": "Ondřej Hruška", "email": "ondra@ondrovo.com" } ], "autoload": { "psr-4": { "MightyPork\\PhpSandbox\\": "src/" } } }