mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-15 17:16:29 +03:00
Update Flex endpoint
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
+25
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -64,6 +64,9 @@
|
||||
"anyx/login-gate-bundle": [
|
||||
"1.0"
|
||||
],
|
||||
"arad021/entity-already-exists-validation-constraint": [
|
||||
"1.0"
|
||||
],
|
||||
"armin/scssphp-bundle": [
|
||||
"1.0"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user