Update Flex endpoint

This commit is contained in:
github-action[bot]
2024-01-01 21:14:08 +00:00
parent f1493592fd
commit fc3ef1f945
4 changed files with 54 additions and 0 deletions
+1
View File
@@ -25,6 +25,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
| [anezi/locale-extension](https://packagist.org/packages/anezi/locale-extension) | [1.0](anezi/locale-extension/1.0) |
| [antishov/doctrine-extensions-bundle](https://packagist.org/packages/antishov/doctrine-extensions-bundle) | [1.4](antishov/doctrine-extensions-bundle/1.4) |
| [anyx/login-gate-bundle](https://packagist.org/packages/anyx/login-gate-bundle) | [1.0](anyx/login-gate-bundle/1.0) |
| [arad021/entity-already-exists-validation-constraint](https://packagist.org/packages/arad021/entity-already-exists-validation-constraint) | [1.0](arad021/entity-already-exists-validation-constraint/1.0) |
| [armin/scssphp-bundle](https://packagist.org/packages/armin/scssphp-bundle) | [1.0](armin/scssphp-bundle/1.0) |
| [artox-lab/clarc-bundle](https://packagist.org/packages/artox-lab/clarc-bundle) | [0.1](artox-lab/clarc-bundle/0.1) |
| [artox-lab/clarc-message-bus-bundle](https://packagist.org/packages/artox-lab/clarc-message-bus-bundle) | [1.0](artox-lab/clarc-message-bus-bundle/1.0) |
@@ -0,0 +1,25 @@
{
"manifests": {
"arad021/entity-already-exists-validation-constraint": {
"manifest": {
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/arad021_entity_already_exists_validator.yaml": {
"contents": [
"# See Readme at https://github.com/arad021/entity-already-exists-validation-constraint",
"services:",
" Arad021\\Validator\\Constraint\\EntityNotExistValidator:",
" arguments: ['@doctrine.orm.entity_manager']",
" tags: [ 'validator.constraint_validator' ]",
""
],
"executable": false
}
},
"ref": "75e4c6c97db21fb7c2f07bd8433492514622440b"
}
}
}
@@ -0,0 +1,25 @@
{
"manifests": {
"arad021/entity-already-exists-validation-constraint": {
"manifest": {
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/arad021_entity_already_exists_validator.yaml": {
"contents": [
"# See Readme at https://github.com/arad021/entity-already-exists-validation-constraint",
"services:",
" Arad021\\Validator\\Constraint\\EntityNotExistValidator:",
" arguments: ['@doctrine.orm.entity_manager']",
" tags: [ 'validator.constraint_validator' ]",
""
],
"executable": false
}
},
"ref": "75e4c6c97db21fb7c2f07bd8433492514622440b"
}
}
}
+3
View File
@@ -64,6 +64,9 @@
"anyx/login-gate-bundle": [
"1.0"
],
"arad021/entity-already-exists-validation-constraint": [
"1.0"
],
"armin/scssphp-bundle": [
"1.0"
],