mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-17 01:56:28 +03:00
Update Flex endpoint
This commit is contained in:
@@ -143,6 +143,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
|
||||
| [devzair/mail-logger-bundle](https://packagist.org/packages/devzair/mail-logger-bundle) | [1.0](devzair/mail-logger-bundle/1.0) |
|
||||
| [disjfa/mozaic-bundle](https://packagist.org/packages/disjfa/mozaic-bundle) | [0.1](disjfa/mozaic-bundle/0.1) |
|
||||
| [disjfa/translation-bundle](https://packagist.org/packages/disjfa/translation-bundle) | [0.1](disjfa/translation-bundle/0.1) |
|
||||
| [djdmg/transparent-pixel-bundle](https://packagist.org/packages/djdmg/transparent-pixel-bundle) | [1.0](djdmg/transparent-pixel-bundle/1.0) |
|
||||
| [dobryprogramator/smartform-bundle](https://packagist.org/packages/dobryprogramator/smartform-bundle) | [1.0](dobryprogramator/smartform-bundle/1.0) |
|
||||
| [dockfony/dockfony](https://packagist.org/packages/dockfony/dockfony) | [5.0](dockfony/dockfony/5.0) |
|
||||
| [doctrine/mongodb-odm-bundle](https://packagist.org/packages/doctrine/mongodb-odm-bundle) | [5.0](doctrine/mongodb-odm-bundle/5.0) |
|
||||
|
||||
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"manifests": {
|
||||
"djdmg/transparent-pixel-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Djdmg\\TransparentPixelBundle\\TransparentPixelBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"post-install-output": [
|
||||
"TransparentPixelBundle ready.",
|
||||
"Routes imported at config/routes/transparent_pixel.yaml",
|
||||
"Next steps:",
|
||||
" - bin/console doctrine:migrations:diff",
|
||||
" - bin/console doctrine:migrations:migrate -n"
|
||||
]
|
||||
},
|
||||
"files": {
|
||||
"config/routes/transparent_pixel.yaml": {
|
||||
"contents": [
|
||||
"transparent_pixel_bundle:",
|
||||
" resource: '@TransparentPixelBundle/Controller/'",
|
||||
" type: attribute",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "e23e5056a030420b0030477d5e469d97b00251f6"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"manifests": {
|
||||
"djdmg/transparent-pixel-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Djdmg\\TransparentPixelBundle\\TransparentPixelBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"post-install-output": [
|
||||
"TransparentPixelBundle ready.",
|
||||
"Routes imported at config/routes/transparent_pixel.yaml",
|
||||
"Next steps:",
|
||||
" - bin/console doctrine:migrations:diff",
|
||||
" - bin/console doctrine:migrations:migrate -n"
|
||||
]
|
||||
},
|
||||
"files": {
|
||||
"config/routes/transparent_pixel.yaml": {
|
||||
"contents": [
|
||||
"transparent_pixel_bundle:",
|
||||
" resource: '@TransparentPixelBundle/Controller/'",
|
||||
" type: attribute",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "e23e5056a030420b0030477d5e469d97b00251f6"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -444,6 +444,9 @@
|
||||
"disjfa/translation-bundle": [
|
||||
"0.1"
|
||||
],
|
||||
"djdmg/transparent-pixel-bundle": [
|
||||
"1.0"
|
||||
],
|
||||
"dobryprogramator/smartform-bundle": [
|
||||
"1.0"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user