mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
Compare commits
1
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8553f7937f |
@@ -0,0 +1,21 @@
|
|||||||
|
{
|
||||||
|
"manifests": {
|
||||||
|
"corvet/light-field-bundle": {
|
||||||
|
"manifest": {
|
||||||
|
"bundles": {
|
||||||
|
"Corvet\\LightFieldBundle\\CorvetLightFieldBundle": [
|
||||||
|
"all"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"copy-from-recipe": {
|
||||||
|
"config/": "%CONFIG_DIR%/"
|
||||||
|
},
|
||||||
|
"composer-scripts": {
|
||||||
|
"corvet:install": "symfony-cmd"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"files": [],
|
||||||
|
"ref": "85be3321fc7bb3e6eca40cfa62be7b2d21860bd1"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
+4
-4
@@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"aliases": [],
|
"aliases": [],
|
||||||
"recipes": {
|
"recipes": {
|
||||||
"treblle/treblle-symfony": [
|
"corvet/light-field-bundle": [
|
||||||
"4.0"
|
"1.0"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"recipe-conflicts": [],
|
"recipe-conflicts": [],
|
||||||
@@ -12,9 +12,9 @@
|
|||||||
"_links": {
|
"_links": {
|
||||||
"repository": "github.com/symfony/recipes-contrib",
|
"repository": "github.com/symfony/recipes-contrib",
|
||||||
"origin_template": "{package}:{version}@github.com/symfony/recipes-contrib:main",
|
"origin_template": "{package}:{version}@github.com/symfony/recipes-contrib:main",
|
||||||
"recipe_template": "https://raw.githubusercontent.com/symfony/recipes-contrib/flex/pull-1999/{package_dotted}.{version}.json",
|
"recipe_template": "https://raw.githubusercontent.com/symfony/recipes-contrib/flex/pull-1985/{package_dotted}.{version}.json",
|
||||||
"recipe_template_relative": "{package_dotted}.{version}.json",
|
"recipe_template_relative": "{package_dotted}.{version}.json",
|
||||||
"archived_recipes_template": "https://raw.githubusercontent.com/symfony/recipes-contrib/flex/pull-1999/archived/{package_dotted}/{ref}.json",
|
"archived_recipes_template": "https://raw.githubusercontent.com/symfony/recipes-contrib/flex/pull-1985/archived/{package_dotted}/{ref}.json",
|
||||||
"archived_recipes_template_relative": "archived/{package_dotted}/{ref}.json"
|
"archived_recipes_template_relative": "archived/{package_dotted}/{ref}.json"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,32 +0,0 @@
|
|||||||
{
|
|
||||||
"manifests": {
|
|
||||||
"treblle/treblle-symfony": {
|
|
||||||
"manifest": {
|
|
||||||
"bundles": {
|
|
||||||
"Treblle\\Symfony\\TreblleBundle": [
|
|
||||||
"all"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"copy-from-recipe": {
|
|
||||||
"config/": "%CONFIG_DIR%/"
|
|
||||||
},
|
|
||||||
"env": {
|
|
||||||
"TREBLLE_SDK_TOKEN": "",
|
|
||||||
"TREBLLE_API_KEY": ""
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"files": {
|
|
||||||
"config/packages/treblle.yaml": {
|
|
||||||
"contents": [
|
|
||||||
"treblle:",
|
|
||||||
" sdk_token: '%env(TREBLLE_SDK_TOKEN)%'",
|
|
||||||
" api_key: '%env(TREBLLE_API_KEY)%'",
|
|
||||||
""
|
|
||||||
],
|
|
||||||
"executable": false
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"ref": "6bad1c7d45c4834b7370a3c89a6481e48f17a82b"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user