mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-13 08:06:26 +03:00
Update Flex endpoint
This commit is contained in:
@@ -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) |
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
+36
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -30,6 +30,9 @@
|
||||
"adlarge/fixtures-documentation-bundle": [
|
||||
"1.1"
|
||||
],
|
||||
"adrienlbt/hexagonal-maker-bundle": [
|
||||
"1.2"
|
||||
],
|
||||
"agilelab-fr/captcha-bundle": [
|
||||
"1.0"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user