mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 23:26:27 +03:00
44 lines
1.4 KiB
JSON
44 lines
1.4 KiB
JSON
{
|
|
"aliases": {
|
|
"security": "symfony/security-bundle",
|
|
"security-bundle": "symfony/security-bundle",
|
|
"securitybundle": "symfony/security-bundle"
|
|
},
|
|
"recipes": {
|
|
"symfony/security-bundle": [
|
|
"3.3",
|
|
"4.4",
|
|
"5.1",
|
|
"5.3",
|
|
"6.0",
|
|
"6.4",
|
|
"7.4",
|
|
"8.2"
|
|
]
|
|
},
|
|
"recipe-conflicts": {
|
|
"symfony/security-bundle": {
|
|
"5.3": {
|
|
"symfony/framework-bundle": "<5.3"
|
|
},
|
|
"6.0": {
|
|
"symfony/framework-bundle": "<5.3"
|
|
},
|
|
"6.4": {
|
|
"symfony/framework-bundle": "<5.3"
|
|
}
|
|
}
|
|
},
|
|
"versions": [],
|
|
"branch": "main",
|
|
"is_contrib": false,
|
|
"_links": {
|
|
"repository": "github.com/symfony/recipes",
|
|
"origin_template": "{package}:{version}@github.com/symfony/recipes:main",
|
|
"recipe_template": "https://raw.githubusercontent.com/symfony/recipes/flex/pull-1570/{package_dotted}.{version}.json",
|
|
"recipe_template_relative": "{package_dotted}.{version}.json",
|
|
"archived_recipes_template": "https://raw.githubusercontent.com/symfony/recipes/flex/pull-1570/archived/{package_dotted}/{ref}.json",
|
|
"archived_recipes_template_relative": "archived/{package_dotted}/{ref}.json"
|
|
}
|
|
}
|