mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 15:46:52 +03:00
Update Flex endpoint
This commit is contained in:
@@ -505,6 +505,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
|
||||
| [sensiolabs-de/storyblok-bundle](https://packagist.org/packages/sensiolabs-de/storyblok-bundle) | [0.3](sensiolabs-de/storyblok-bundle/0.3) |
|
||||
| [sensiolabs/connect-bundle](https://packagist.org/packages/sensiolabs/connect-bundle) | [4.0](sensiolabs/connect-bundle/4.0) |
|
||||
| [sensiolabs/gotenberg-bundle](https://packagist.org/packages/sensiolabs/gotenberg-bundle) | [0.1](sensiolabs/gotenberg-bundle/0.1) |
|
||||
| [sensiolabs/minify-bundle](https://packagist.org/packages/sensiolabs/minify-bundle) | [0.9](sensiolabs/minify-bundle/0.9) |
|
||||
| [sensiolabs/storybook-bundle](https://packagist.org/packages/sensiolabs/storybook-bundle) | [0.1](sensiolabs/storybook-bundle/0.1) |
|
||||
| [sentry/sentry-symfony](https://packagist.org/packages/sentry/sentry-symfony) | [5.0](sentry/sentry-symfony/5.0) |
|
||||
| [setono/google-analytics-bundle](https://packagist.org/packages/setono/google-analytics-bundle) | [1.0](setono/google-analytics-bundle/1.0) |
|
||||
|
||||
@@ -0,0 +1,47 @@
|
||||
{
|
||||
"manifests": {
|
||||
"sensiolabs/minify-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Sensiolabs\\MinifyBundle\\SensiolabsMinifyBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"gitignore": [
|
||||
"/%VAR_DIR%/minify/"
|
||||
]
|
||||
},
|
||||
"files": {
|
||||
"config/packages/sensiolabs_minify.yaml": {
|
||||
"contents": [
|
||||
"sensiolabs_minify:",
|
||||
" asset_mapper:",
|
||||
" # Exclude already minified assets",
|
||||
" ignore_paths:",
|
||||
" - '*.min.js'",
|
||||
" - '*.min.css'",
|
||||
" minify:",
|
||||
" # Use local binary if available",
|
||||
" # binary_path: 'auto'",
|
||||
"",
|
||||
" # Specify local binary path",
|
||||
" # binary_path: '/usr/bin/minify'",
|
||||
"",
|
||||
" # Download binary from GitHub",
|
||||
" download_binary: true",
|
||||
"",
|
||||
"when@test:",
|
||||
" sensiolabs_minify:",
|
||||
" asset_mapper: false",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "e2583c294ba6615da8bedff18a8dbf55e4562a6d"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1605,6 +1605,9 @@
|
||||
"sensiolabs/gotenberg-bundle": [
|
||||
"0.1"
|
||||
],
|
||||
"sensiolabs/minify-bundle": [
|
||||
"0.9"
|
||||
],
|
||||
"sensiolabs/storybook-bundle": [
|
||||
"0.1"
|
||||
],
|
||||
|
||||
@@ -0,0 +1,47 @@
|
||||
{
|
||||
"manifests": {
|
||||
"sensiolabs/minify-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Sensiolabs\\MinifyBundle\\SensiolabsMinifyBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"gitignore": [
|
||||
"/%VAR_DIR%/minify/"
|
||||
]
|
||||
},
|
||||
"files": {
|
||||
"config/packages/sensiolabs_minify.yaml": {
|
||||
"contents": [
|
||||
"sensiolabs_minify:",
|
||||
" asset_mapper:",
|
||||
" # Exclude already minified assets",
|
||||
" ignore_paths:",
|
||||
" - '*.min.js'",
|
||||
" - '*.min.css'",
|
||||
" minify:",
|
||||
" # Use local binary if available",
|
||||
" # binary_path: 'auto'",
|
||||
"",
|
||||
" # Specify local binary path",
|
||||
" # binary_path: '/usr/bin/minify'",
|
||||
"",
|
||||
" # Download binary from GitHub",
|
||||
" download_binary: true",
|
||||
"",
|
||||
"when@test:",
|
||||
" sensiolabs_minify:",
|
||||
" asset_mapper: false",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "e2583c294ba6615da8bedff18a8dbf55e4562a6d"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user