Update Flex endpoint

This commit is contained in:
github-action[bot]
2024-05-26 11:59:00 +00:00
parent cc73d5d08a
commit adfb0c8cad
4 changed files with 94 additions and 0 deletions
+1
View File
@@ -271,6 +271,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
| [knplabs/packagist-api](https://packagist.org/packages/knplabs/packagist-api) | [1.6](knplabs/packagist-api/1.6) |
| [knpuniversity/oauth2-client-bundle](https://packagist.org/packages/knpuniversity/oauth2-client-bundle) | [1.20](knpuniversity/oauth2-client-bundle/1.20) |
| [knyk/mailbox-bundle](https://packagist.org/packages/knyk/mailbox-bundle) | [1.0](knyk/mailbox-bundle/1.0) |
| [kocal/biome-js-bundle](https://packagist.org/packages/kocal/biome-js-bundle) | [1.0](kocal/biome-js-bundle/1.0) |
| [koff/i18n-form-bundle](https://packagist.org/packages/koff/i18n-form-bundle) | [4.0](koff/i18n-form-bundle/4.0) |
| [kriswallsmith/buzz](https://packagist.org/packages/kriswallsmith/buzz) | [1.0](kriswallsmith/buzz/1.0) |
| [kunicmarko/jms-messenger-adapter](https://packagist.org/packages/kunicmarko/jms-messenger-adapter) | [0.1](kunicmarko/jms-messenger-adapter/0.1) |
@@ -0,0 +1,45 @@
{
"manifests": {
"kocal/biome-js-bundle": {
"manifest": {
"bundles": {
"Kocal\\BiomeJsBundle\\KocalBiomeJsBundle": [
"dev"
]
},
"copy-from-recipe": {
"biome.json": "biome.json",
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"biome.json": {
"contents": [
"{",
" \"files\": {",
" \"ignore\": [",
" \"composer.json\",",
" \"assets/vendor/*\",",
" \"vendor/*\",",
" \"public/bundles/*\"",
" ]",
" }",
"}",
""
],
"executable": false
},
"config/packages/kocal_biome_js.yaml": {
"contents": [
"kocal_biome_js:",
" # Explicitly configure the version of Biome.js to use (https://github.com/biomejs/biome/tags), or null to use the latest version",
" binary_version: null",
""
],
"executable": false
}
},
"ref": "474903cc35adbb0d611e0645bc3b1412cecda5a2"
}
}
}
+3
View File
@@ -850,6 +850,9 @@
"knyk/mailbox-bundle": [
"1.0"
],
"kocal/biome-js-bundle": [
"1.0"
],
"koff/i18n-form-bundle": [
"4.0"
],
+45
View File
@@ -0,0 +1,45 @@
{
"manifests": {
"kocal/biome-js-bundle": {
"manifest": {
"bundles": {
"Kocal\\BiomeJsBundle\\KocalBiomeJsBundle": [
"dev"
]
},
"copy-from-recipe": {
"biome.json": "biome.json",
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"biome.json": {
"contents": [
"{",
" \"files\": {",
" \"ignore\": [",
" \"composer.json\",",
" \"assets/vendor/*\",",
" \"vendor/*\",",
" \"public/bundles/*\"",
" ]",
" }",
"}",
""
],
"executable": false
},
"config/packages/kocal_biome_js.yaml": {
"contents": [
"kocal_biome_js:",
" # Explicitly configure the version of Biome.js to use (https://github.com/biomejs/biome/tags), or null to use the latest version",
" binary_version: null",
""
],
"executable": false
}
},
"ref": "474903cc35adbb0d611e0645bc3b1412cecda5a2"
}
}
}