Update Flex endpoint

This commit is contained in:
github-action[bot]
2026-01-20 00:17:18 +00:00
parent abf68e736e
commit 864bf31d9c
4 changed files with 96 additions and 0 deletions
+1
View File
@@ -478,6 +478,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
| [oskarstark/symfony-http-responder](https://packagist.org/packages/oskarstark/symfony-http-responder) | [0.1](oskarstark/symfony-http-responder/0.1) |
| [otezvikentiy/json-rpc-api](https://packagist.org/packages/otezvikentiy/json-rpc-api) | [1.7](otezvikentiy/json-rpc-api/1.7) |
| [otobul/epaybg-bundle](https://packagist.org/packages/otobul/epaybg-bundle) | [1.0](otobul/epaybg-bundle/1.0) |
| [outcomer/symfony-json-schema-validation](https://packagist.org/packages/outcomer/symfony-json-schema-validation) | [1.0](outcomer/symfony-json-schema-validation/1.0) |
| [overblog/graphiql-bundle](https://packagist.org/packages/overblog/graphiql-bundle) | [0.1](overblog/graphiql-bundle/0.1) |
| [overblog/graphql-bundle](https://packagist.org/packages/overblog/graphql-bundle) | [0.12](overblog/graphql-bundle/0.12) |
| [pablok/supercache-bundle](https://packagist.org/packages/pablok/supercache-bundle) | [0.5](pablok/supercache-bundle/0.5) |
@@ -0,0 +1,46 @@
{
"manifests": {
"outcomer/symfony-json-schema-validation": {
"manifest": {
"bundles": {
"Outcomer\\ValidationBundle\\OutcomerValidationBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"post-install-output": [
"<bg=blue;fg=white> </>",
"<bg=blue;fg=white> What's next? </>",
"<bg=blue;fg=white> </>",
"",
" * <fg=blue>Configure</> your JSON Schema validation in <comment>config/packages/outcomer_validation.yaml</>",
" * <fg=blue>Create</> your first schema in <comment>config/validation/schemas/</>",
" * <fg=blue>Read</> the documentation at <comment>https://github.com/outcomer/symfony-json-schema-validation</>"
]
},
"files": {
"config/packages/outcomer_validation.yaml": {
"contents": [
"outcomer_validation:",
" # Path to your JSON Schema files",
" schemas_path: '%kernel.project_dir%/config/validation/schemas'",
"",
" # Base domain for auto-generated schema IDs",
" schema_domain: 'https://example.com'",
"",
" # Custom filters (optional)",
" # Uncomment and add your custom filters here",
" #filters:",
" # uuid: App\\Validation\\Filter\\UuidFilter",
" # date: App\\Validation\\Filter\\DateFilter",
""
],
"executable": false
}
},
"ref": "36a335e3a139ff6bdd33cad99c5f8d42b572a6d9"
}
}
}
+3
View File
@@ -1521,6 +1521,9 @@
"otobul/epaybg-bundle": [
"1.0"
],
"outcomer/symfony-json-schema-validation": [
"1.0"
],
"overblog/graphiql-bundle": [
"0.1"
],
@@ -0,0 +1,46 @@
{
"manifests": {
"outcomer/symfony-json-schema-validation": {
"manifest": {
"bundles": {
"Outcomer\\ValidationBundle\\OutcomerValidationBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"post-install-output": [
"<bg=blue;fg=white> </>",
"<bg=blue;fg=white> What's next? </>",
"<bg=blue;fg=white> </>",
"",
" * <fg=blue>Configure</> your JSON Schema validation in <comment>config/packages/outcomer_validation.yaml</>",
" * <fg=blue>Create</> your first schema in <comment>config/validation/schemas/</>",
" * <fg=blue>Read</> the documentation at <comment>https://github.com/outcomer/symfony-json-schema-validation</>"
]
},
"files": {
"config/packages/outcomer_validation.yaml": {
"contents": [
"outcomer_validation:",
" # Path to your JSON Schema files",
" schemas_path: '%kernel.project_dir%/config/validation/schemas'",
"",
" # Base domain for auto-generated schema IDs",
" schema_domain: 'https://example.com'",
"",
" # Custom filters (optional)",
" # Uncomment and add your custom filters here",
" #filters:",
" # uuid: App\\Validation\\Filter\\UuidFilter",
" # date: App\\Validation\\Filter\\DateFilter",
""
],
"executable": false
}
},
"ref": "36a335e3a139ff6bdd33cad99c5f8d42b572a6d9"
}
}
}