mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-20 03:26:24 +03:00
Update Flex endpoint
This commit is contained in:
+1
-1
@@ -288,7 +288,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
|
||||
| [league/tactician-bundle](https://packagist.org/packages/league/tactician-bundle) | [1.0](league/tactician-bundle/1.0) |
|
||||
| [leapt/core-bundle](https://packagist.org/packages/leapt/core-bundle) | [2.2](leapt/core-bundle/2.2) |
|
||||
| [leapt/froala-editor-bundle](https://packagist.org/packages/leapt/froala-editor-bundle) | [1.2](leapt/froala-editor-bundle/1.2) |
|
||||
| [leapt/im-bundle](https://packagist.org/packages/leapt/im-bundle) | [4.1](leapt/im-bundle/4.1) |
|
||||
| [leapt/im-bundle](https://packagist.org/packages/leapt/im-bundle) | [5.0](leapt/im-bundle/5.0) |
|
||||
| [leogout/seo-bundle](https://packagist.org/packages/leogout/seo-bundle) | [1.0](leogout/seo-bundle/1.0) |
|
||||
| [lepiaf/sapient-bundle](https://packagist.org/packages/lepiaf/sapient-bundle) | [0.1](lepiaf/sapient-bundle/0.1) |
|
||||
| [lexik/cron-file-generator-bundle](https://packagist.org/packages/lexik/cron-file-generator-bundle) | [1.0](lexik/cron-file-generator-bundle/1.0) |
|
||||
|
||||
@@ -0,0 +1,43 @@
|
||||
{
|
||||
"manifests": {
|
||||
"leapt/im-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Leapt\\ImBundle\\LeaptImBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"gitignore": [
|
||||
"/public/cache/"
|
||||
]
|
||||
},
|
||||
"files": {
|
||||
"config/packages/leapt_im.yaml": {
|
||||
"contents": [
|
||||
"# Read the documentation: https://github.com/leapt/im-bundle/blob/master/docs/configuration.rst",
|
||||
"leapt_im:",
|
||||
" cache_path: cache/im",
|
||||
" formats:",
|
||||
" # Resize to fit in 100x100, only if bigger, and remove all crap (meta-data, ...)",
|
||||
" medium:",
|
||||
" thumbnail: 100x100>",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/routes/leapt_im.yaml": {
|
||||
"contents": [
|
||||
"leapt_im:",
|
||||
" resource: '@LeaptImBundle/config/routing.php'",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "2e83b0cc81013f1e1c31a376712420612fa51b1f"
|
||||
}
|
||||
}
|
||||
}
|
||||
+2
-1
@@ -905,7 +905,8 @@
|
||||
],
|
||||
"leapt/im-bundle": [
|
||||
"2.0",
|
||||
"4.1"
|
||||
"4.1",
|
||||
"5.0"
|
||||
],
|
||||
"leogout/seo-bundle": [
|
||||
"1.0"
|
||||
|
||||
@@ -0,0 +1,43 @@
|
||||
{
|
||||
"manifests": {
|
||||
"leapt/im-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Leapt\\ImBundle\\LeaptImBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"gitignore": [
|
||||
"/public/cache/"
|
||||
]
|
||||
},
|
||||
"files": {
|
||||
"config/packages/leapt_im.yaml": {
|
||||
"contents": [
|
||||
"# Read the documentation: https://github.com/leapt/im-bundle/blob/master/docs/configuration.rst",
|
||||
"leapt_im:",
|
||||
" cache_path: cache/im",
|
||||
" formats:",
|
||||
" # Resize to fit in 100x100, only if bigger, and remove all crap (meta-data, ...)",
|
||||
" medium:",
|
||||
" thumbnail: 100x100>",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/routes/leapt_im.yaml": {
|
||||
"contents": [
|
||||
"leapt_im:",
|
||||
" resource: '@LeaptImBundle/config/routing.php'",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "2e83b0cc81013f1e1c31a376712420612fa51b1f"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user