mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-17 01:56:28 +03:00
Update Flex endpoint
This commit is contained in:
@@ -678,6 +678,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
|
||||
| [tilleuls/migration-bundle](https://packagist.org/packages/tilleuls/migration-bundle) | [1.1](tilleuls/migration-bundle/1.1) |
|
||||
| [tilleuls/sylius-quick-import-plugin](https://packagist.org/packages/tilleuls/sylius-quick-import-plugin) | [0.1](tilleuls/sylius-quick-import-plugin/0.1) |
|
||||
| [tilleuls/url-signer-bundle](https://packagist.org/packages/tilleuls/url-signer-bundle) | [1.0](tilleuls/url-signer-bundle/1.0) |
|
||||
| [tiloweb/uploaded-file-type-bundle](https://packagist.org/packages/tiloweb/uploaded-file-type-bundle) | [2.0](tiloweb/uploaded-file-type-bundle/2.0) |
|
||||
| [timiki/rpc-client-bundle](https://packagist.org/packages/timiki/rpc-client-bundle) | [4.0](timiki/rpc-client-bundle/4.0) |
|
||||
| [timiki/rpc-server-bundle](https://packagist.org/packages/timiki/rpc-server-bundle) | [5.0](timiki/rpc-server-bundle/5.0) |
|
||||
| [tiriel/firestore-odm-bundle](https://packagist.org/packages/tiriel/firestore-odm-bundle) | [0.2](tiriel/firestore-odm-bundle/0.2) |
|
||||
|
||||
+35
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"manifests": {
|
||||
"tiloweb/uploaded-file-type-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Tiloweb\\UploadedFileTypeBundle\\UploadedFileTypeBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"UPLOAD_BASE_URI": "https://cdn.example.com"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/uploaded_file_type.yaml": {
|
||||
"contents": [
|
||||
"# Read the documentation: https://github.com/Tiloweb/uploaded-file-type-bundle",
|
||||
"uploaded_file_type:",
|
||||
" configurations:",
|
||||
" default:",
|
||||
" filesystem: 'oneup_flysystem.default_filesystem'",
|
||||
" base_uri: '%env(UPLOAD_BASE_URI)%'",
|
||||
" path: '/uploads'",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "1edf7dd81cee2cdc0f6f6758f41f603a8df2a6c7"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -2183,6 +2183,9 @@
|
||||
"tilleuls/url-signer-bundle": [
|
||||
"1.0"
|
||||
],
|
||||
"tiloweb/uploaded-file-type-bundle": [
|
||||
"2.0"
|
||||
],
|
||||
"timiki/rpc-client-bundle": [
|
||||
"4.0"
|
||||
],
|
||||
|
||||
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"manifests": {
|
||||
"tiloweb/uploaded-file-type-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Tiloweb\\UploadedFileTypeBundle\\UploadedFileTypeBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"UPLOAD_BASE_URI": "https://cdn.example.com"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/uploaded_file_type.yaml": {
|
||||
"contents": [
|
||||
"# Read the documentation: https://github.com/Tiloweb/uploaded-file-type-bundle",
|
||||
"uploaded_file_type:",
|
||||
" configurations:",
|
||||
" default:",
|
||||
" filesystem: 'oneup_flysystem.default_filesystem'",
|
||||
" base_uri: '%env(UPLOAD_BASE_URI)%'",
|
||||
" path: '/uploads'",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "1edf7dd81cee2cdc0f6f6758f41f603a8df2a6c7"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user