Update Flex endpoint

This commit is contained in:
github-action[bot]
2026-02-10 20:47:49 +00:00
parent a7a0ffa734
commit 45867bf749
4 changed files with 166 additions and 0 deletions
+1
View File
@@ -314,6 +314,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
| [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) | [2.0](kocal/biome-js-bundle/2.0) |
| [kocal/oxc-bundle](https://packagist.org/packages/kocal/oxc-bundle) | [1.0](kocal/oxc-bundle/1.0) |
| [kocal/oxlint-bundle](https://packagist.org/packages/kocal/oxlint-bundle) | [1.0](kocal/oxlint-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) |
@@ -0,0 +1,81 @@
{
"manifests": {
"kocal/oxc-bundle": {
"manifest": {
"bundles": {
"Kocal\\OxcBundle\\KocalOxcBundle": [
"dev"
]
},
"copy-from-recipe": {
".oxfmtrc.json": ".oxfmtrc.json",
".oxlintrc.json": ".oxlintrc.json",
"config/": "%CONFIG_DIR%/"
},
"gitignore": [
"/%BIN_DIR%/oxfmt*",
"/%BIN_DIR%/oxlint*"
]
},
"files": {
".oxfmtrc.json": {
"contents": [
"{",
" \"ignorePatterns\": [",
" \"assets/vendor/**\",",
" \"assets/controllers.json\",",
" \"public/assets/**\",",
" \"public/bundles/**\",",
" \"tests/**\",",
" \"var/**\",",
" \"vendor/**\",",
" \"composer.json\",",
" \"package.json\"",
" ]",
"}",
""
],
"executable": false
},
".oxlintrc.json": {
"contents": [
"{",
" \"plugins\": null,",
" \"categories\": {},",
" \"rules\": {},",
" \"env\": {",
" \"builtin\": true",
" },",
" \"globals\": {},",
" \"ignorePatterns\": [",
" \"assets/vendor/**\",",
" \"assets/controllers.json\",",
" \"public/assets/**\",",
" \"public/bundles/**\",",
" \"tests/**\",",
" \"var/**\",",
" \"vendor/**\",",
" \"composer.json\",",
" \"package.json\"",
" ]",
"}",
""
],
"executable": false
},
"config/packages/kocal_oxc.yaml": {
"contents": [
"when@dev:",
" kocal_oxc:",
" # The Oxc apps version to use, that you can find at https://github.com/oxc-project/oxc/tags,",
" # it follows the pattern \"apps_v<apps_version>\"",
" apps_version: '1.43.0'",
""
],
"executable": false
}
},
"ref": "4a5a3ebd063e17d018d6399e59131d568e8c114f"
}
}
}
+3
View File
@@ -996,6 +996,9 @@
"1.1",
"2.0"
],
"kocal/oxc-bundle": [
"1.0"
],
"kocal/oxlint-bundle": [
"1.0"
],
+81
View File
@@ -0,0 +1,81 @@
{
"manifests": {
"kocal/oxc-bundle": {
"manifest": {
"bundles": {
"Kocal\\OxcBundle\\KocalOxcBundle": [
"dev"
]
},
"copy-from-recipe": {
".oxfmtrc.json": ".oxfmtrc.json",
".oxlintrc.json": ".oxlintrc.json",
"config/": "%CONFIG_DIR%/"
},
"gitignore": [
"/%BIN_DIR%/oxfmt*",
"/%BIN_DIR%/oxlint*"
]
},
"files": {
".oxfmtrc.json": {
"contents": [
"{",
" \"ignorePatterns\": [",
" \"assets/vendor/**\",",
" \"assets/controllers.json\",",
" \"public/assets/**\",",
" \"public/bundles/**\",",
" \"tests/**\",",
" \"var/**\",",
" \"vendor/**\",",
" \"composer.json\",",
" \"package.json\"",
" ]",
"}",
""
],
"executable": false
},
".oxlintrc.json": {
"contents": [
"{",
" \"plugins\": null,",
" \"categories\": {},",
" \"rules\": {},",
" \"env\": {",
" \"builtin\": true",
" },",
" \"globals\": {},",
" \"ignorePatterns\": [",
" \"assets/vendor/**\",",
" \"assets/controllers.json\",",
" \"public/assets/**\",",
" \"public/bundles/**\",",
" \"tests/**\",",
" \"var/**\",",
" \"vendor/**\",",
" \"composer.json\",",
" \"package.json\"",
" ]",
"}",
""
],
"executable": false
},
"config/packages/kocal_oxc.yaml": {
"contents": [
"when@dev:",
" kocal_oxc:",
" # The Oxc apps version to use, that you can find at https://github.com/oxc-project/oxc/tags,",
" # it follows the pattern \"apps_v<apps_version>\"",
" apps_version: '1.43.0'",
""
],
"executable": false
}
},
"ref": "4a5a3ebd063e17d018d6399e59131d568e8c114f"
}
}
}