Files
symfony-flex-recipes/symfony.console.5.3.json
T
github-action botandgithub-action bot c52f4eb34d Update Flex endpoint
2021-09-19 15:27:48 +00:00

38 lines
1.5 KiB
JSON

{
"locks": {
"symfony/console": {
"version": "5.3",
"recipe": {
"repo": "5.3",
"branch": "master",
"version": "5.3",
"ref": "da0c8be8157600ad34f10ff0c9cc91232522e047"
}
}
},
"manifests": {
"symfony/console": {
"repository": "github.com/symfony/recipes",
"package": "symfony/console",
"version": "5.3",
"manifest": {
"copy-from-recipe": {
"bin/": "%BIN_DIR%/"
},
"aliases": [
"cli"
]
},
"files": {
"bin/console": {
"contents": "#!/usr/bin/env php\n<?php\n\nuse App\\Kernel;\nuse Symfony\\Bundle\\FrameworkBundle\\Console\\Application;\n\nif (!is_file(dirname(__DIR__).'/vendor/autoload_runtime.php')) {\n throw new LogicException('Symfony Runtime is missing. Try running \"composer require symfony/runtime\".');\n}\n\nrequire_once dirname(__DIR__).'/vendor/autoload_runtime.php';\n\nreturn function (array $context) {\n $kernel = new Kernel($context['APP_ENV'], (bool) $context['APP_DEBUG']);\n\n return new Application($kernel);\n};\n",
"executable": true,
"encoding": ""
}
},
"origin": "symfony/console:5.3@github.com/symfony/recipes:master",
"not_installable": false,
"is_contrib": false
}
}
}