{ "locks": { "symfony/console": { "version": "5.1", "recipe": { "repo": "5.1", "branch": "master", "version": "5.1", "ref": "c6d02bdfba9da13c22157520e32a602dbee8a75c" } } }, "manifests": { "symfony/console": { "repository": "github.com/symfony/recipes", "package": "symfony/console", "version": "5.1", "manifest": { "copy-from-recipe": { "bin/": "%BIN_DIR%/" }, "aliases": [ "cli" ] }, "files": { "bin/console": { "contents": "#!/usr/bin/env php\ngetParameterOption(['--env', '-e'], null, true)) {\n putenv('APP_ENV='.$_SERVER['APP_ENV'] = $_ENV['APP_ENV'] = $env);\n}\n\nif ($input->hasParameterOption('--no-debug', true)) {\n putenv('APP_DEBUG='.$_SERVER['APP_DEBUG'] = $_ENV['APP_DEBUG'] = '0');\n}\n\n(new Dotenv())->bootEnv(dirname(__DIR__).'/.env');\n\nif ($_SERVER['APP_DEBUG']) {\n umask(0000);\n\n if (class_exists(Debug::class)) {\n Debug::enable();\n }\n}\n\n$kernel = new Kernel($_SERVER['APP_ENV'], (bool) $_SERVER['APP_DEBUG']);\n$application = new Application($kernel);\n$application->run($input);\n", "executable": true, "encoding": "" } }, "origin": "symfony/console:5.1@github.com/symfony/recipes:master", "is_contrib": false } } }