Update Flex endpoint

This commit is contained in:
github-action[bot]
2025-05-15 20:28:22 +00:00
parent ac5cc630ce
commit 591616c2a0
4 changed files with 76 additions and 0 deletions
+1
View File
@@ -13,6 +13,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
| [ad3n/ratchet-bundle](https://packagist.org/packages/ad3n/ratchet-bundle) | [0.4](ad3n/ratchet-bundle/0.4) |
| [adback/adback-sdk-php-symfony](https://packagist.org/packages/adback/adback-sdk-php-symfony) | [2.4](adback/adback-sdk-php-symfony/2.4) |
| [adlarge/fixtures-documentation-bundle](https://packagist.org/packages/adlarge/fixtures-documentation-bundle) | [1.1](adlarge/fixtures-documentation-bundle/1.1) |
| [adrienlbt/hexagonal-maker-bundle](https://packagist.org/packages/adrienlbt/hexagonal-maker-bundle) | [1.2](adrienlbt/hexagonal-maker-bundle/1.2) |
| [agilelab-fr/captcha-bundle](https://packagist.org/packages/agilelab-fr/captcha-bundle) | [1.0](agilelab-fr/captcha-bundle/1.0) |
| [ajardin/blizzard-sdk-bundle](https://packagist.org/packages/ajardin/blizzard-sdk-bundle) | [1.0](ajardin/blizzard-sdk-bundle/1.0) |
| [ajardin/docker-symfony](https://packagist.org/packages/ajardin/docker-symfony) | [0.2](ajardin/docker-symfony/0.2) |
+36
View File
@@ -0,0 +1,36 @@
{
"manifests": {
"adrienlbt/hexagonal-maker-bundle": {
"manifest": {
"bundles": {
"AdrienLbt\\HexagonalMakerBundle\\HexagonalMakerBundle": [
"dev"
]
},
"composer-scripts": {
"make:hexagonal:autoload": "symfony-cmd"
},
"post-install-output": [
"\ud83c\udf89 Le bundle Hexagonal Maker has been installed."
],
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/hexagonal_maker_bundle.yaml": {
"contents": [
"when@dev:",
" hexagonal_maker:",
" application_path: 'Application'",
" domain_path: 'Domain'",
" infrastructure_path: 'Infrastructure'",
""
],
"executable": false
}
},
"ref": "8f63feaf2eaa0b077c3ba36af86574098888f182"
}
}
}
@@ -0,0 +1,36 @@
{
"manifests": {
"adrienlbt/hexagonal-maker-bundle": {
"manifest": {
"bundles": {
"AdrienLbt\\HexagonalMakerBundle\\HexagonalMakerBundle": [
"dev"
]
},
"composer-scripts": {
"make:hexagonal:autoload": "symfony-cmd"
},
"post-install-output": [
"\ud83c\udf89 Le bundle Hexagonal Maker has been installed."
],
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/hexagonal_maker_bundle.yaml": {
"contents": [
"when@dev:",
" hexagonal_maker:",
" application_path: 'Application'",
" domain_path: 'Domain'",
" infrastructure_path: 'Infrastructure'",
""
],
"executable": false
}
},
"ref": "8f63feaf2eaa0b077c3ba36af86574098888f182"
}
}
}
+3
View File
@@ -30,6 +30,9 @@
"adlarge/fixtures-documentation-bundle": [
"1.1"
],
"adrienlbt/hexagonal-maker-bundle": [
"1.2"
],
"agilelab-fr/captcha-bundle": [
"1.0"
],