mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
Update Flex endpoint
This commit is contained in:
+1
-1
@@ -292,7 +292,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.1](kocal/biome-js-bundle/1.1) |
|
||||
| [kocal/biome-js-bundle](https://packagist.org/packages/kocal/biome-js-bundle) | [2.0](kocal/biome-js-bundle/2.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,56 @@
|
||||
{
|
||||
"manifests": {
|
||||
"kocal/biome-js-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Kocal\\BiomeJsBundle\\KocalBiomeJsBundle": [
|
||||
"dev"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/",
|
||||
"biome.json": "biome.json"
|
||||
},
|
||||
"gitignore": [
|
||||
"/%BIN_DIR%/biome"
|
||||
]
|
||||
},
|
||||
"files": {
|
||||
"biome.json": {
|
||||
"contents": [
|
||||
"{",
|
||||
" \"files\": {",
|
||||
" \"includes\": [",
|
||||
" \"**\",",
|
||||
" \"!assets/vendor/*\",",
|
||||
" \"!assets/controllers.json\",",
|
||||
" \"!public/assets/*\",",
|
||||
" \"!public/bundles/*\",",
|
||||
" \"!var/*\",",
|
||||
" \"!vendor/*\",",
|
||||
" \"!composer.json\",",
|
||||
" \"!package.json\"",
|
||||
" ]",
|
||||
" }",
|
||||
"}",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/packages/kocal_biome_js.yaml": {
|
||||
"contents": [
|
||||
"when@dev:",
|
||||
" kocal_biome_js:",
|
||||
" # The Biome.js CLI version to use, that you can find at https://github.com/biomejs/biome/tags:",
|
||||
" # - for >=2.0.0 versions, the git tag follows the pattern \"@biomejs/biome@<binary_version>\"",
|
||||
" # - for <2.0.0 versions, the git tag follows the pattern \"cli/v<binary_version>\"",
|
||||
" binary_version: '2.0.0'",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "596a64433caa3a674576e5924ba9b607e1e14e81"
|
||||
}
|
||||
}
|
||||
}
|
||||
+2
-1
@@ -926,7 +926,8 @@
|
||||
],
|
||||
"kocal/biome-js-bundle": [
|
||||
"1.0",
|
||||
"1.1"
|
||||
"1.1",
|
||||
"2.0"
|
||||
],
|
||||
"koff/i18n-form-bundle": [
|
||||
"4.0"
|
||||
|
||||
@@ -0,0 +1,56 @@
|
||||
{
|
||||
"manifests": {
|
||||
"kocal/biome-js-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Kocal\\BiomeJsBundle\\KocalBiomeJsBundle": [
|
||||
"dev"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/",
|
||||
"biome.json": "biome.json"
|
||||
},
|
||||
"gitignore": [
|
||||
"/%BIN_DIR%/biome"
|
||||
]
|
||||
},
|
||||
"files": {
|
||||
"biome.json": {
|
||||
"contents": [
|
||||
"{",
|
||||
" \"files\": {",
|
||||
" \"includes\": [",
|
||||
" \"**\",",
|
||||
" \"!assets/vendor/*\",",
|
||||
" \"!assets/controllers.json\",",
|
||||
" \"!public/assets/*\",",
|
||||
" \"!public/bundles/*\",",
|
||||
" \"!var/*\",",
|
||||
" \"!vendor/*\",",
|
||||
" \"!composer.json\",",
|
||||
" \"!package.json\"",
|
||||
" ]",
|
||||
" }",
|
||||
"}",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/packages/kocal_biome_js.yaml": {
|
||||
"contents": [
|
||||
"when@dev:",
|
||||
" kocal_biome_js:",
|
||||
" # The Biome.js CLI version to use, that you can find at https://github.com/biomejs/biome/tags:",
|
||||
" # - for >=2.0.0 versions, the git tag follows the pattern \"@biomejs/biome@<binary_version>\"",
|
||||
" # - for <2.0.0 versions, the git tag follows the pattern \"cli/v<binary_version>\"",
|
||||
" binary_version: '2.0.0'",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "596a64433caa3a674576e5924ba9b607e1e14e81"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user