Update Flex endpoint

This commit is contained in:
github-action[bot]
2025-07-26 13:12:09 +00:00
parent 1306a73efc
commit 86971b697e
4 changed files with 102 additions and 0 deletions
+1
View File
@@ -295,6 +295,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/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) |
| [kunicmarko/jms-messenger-adapter](https://packagist.org/packages/kunicmarko/jms-messenger-adapter) | [0.1](kunicmarko/jms-messenger-adapter/0.1) |
@@ -0,0 +1,49 @@
{
"manifests": {
"kocal/oxlint-bundle": {
"manifest": {
"bundles": {
"Kocal\\OxlintBundle\\KocalOxlintBundle": [
"dev"
]
},
"copy-from-recipe": {
".oxlintrc.json": ".oxlintrc.json",
"config/": "%CONFIG_DIR%/"
},
"gitignore": [
"/%BIN_DIR%/oxlint"
]
},
"files": {
".oxlintrc.json": {
"contents": [
"{",
" \"ignorePatterns\": [",
" \"assets/vendor/**\",",
" \"public/assets/**\",",
" \"public/bundles/**\",",
" \"var/**\",",
" \"vendor/**\"",
" ]",
"}",
""
],
"executable": false
},
"config/packages/kocal_oxlint.yaml": {
"contents": [
"when@dev:",
" kocal_oxlint:",
" # The Oxlint binary version to use, that you can find at https://github.com/oxc-project/oxc/tags,",
" # it follows the pattern \"oxlint_v<binary_version>\"",
" binary_version: '1.8.0'",
""
],
"executable": false
}
},
"ref": "b18279c5d08603ee1bb6c4e71fc90720bcf9f6cd"
}
}
}
+3
View File
@@ -935,6 +935,9 @@
"1.1",
"2.0"
],
"kocal/oxlint-bundle": [
"1.0"
],
"koff/i18n-form-bundle": [
"4.0"
],
+49
View File
@@ -0,0 +1,49 @@
{
"manifests": {
"kocal/oxlint-bundle": {
"manifest": {
"bundles": {
"Kocal\\OxlintBundle\\KocalOxlintBundle": [
"dev"
]
},
"copy-from-recipe": {
".oxlintrc.json": ".oxlintrc.json",
"config/": "%CONFIG_DIR%/"
},
"gitignore": [
"/%BIN_DIR%/oxlint"
]
},
"files": {
".oxlintrc.json": {
"contents": [
"{",
" \"ignorePatterns\": [",
" \"assets/vendor/**\",",
" \"public/assets/**\",",
" \"public/bundles/**\",",
" \"var/**\",",
" \"vendor/**\"",
" ]",
"}",
""
],
"executable": false
},
"config/packages/kocal_oxlint.yaml": {
"contents": [
"when@dev:",
" kocal_oxlint:",
" # The Oxlint binary version to use, that you can find at https://github.com/oxc-project/oxc/tags,",
" # it follows the pattern \"oxlint_v<binary_version>\"",
" binary_version: '1.8.0'",
""
],
"executable": false
}
},
"ref": "b18279c5d08603ee1bb6c4e71fc90720bcf9f6cd"
}
}
}