mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
Update Flex endpoint
This commit is contained in:
@@ -259,6 +259,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
|
||||
| [jawira/case-converter-twig](https://packagist.org/packages/jawira/case-converter-twig) | [0.0](jawira/case-converter-twig/0.0) |
|
||||
| [jawira/doctrine-diagram-bundle](https://packagist.org/packages/jawira/doctrine-diagram-bundle) | [0.7](jawira/doctrine-diagram-bundle/0.7) |
|
||||
| [jbtcd/fitbit-bundle](https://packagist.org/packages/jbtcd/fitbit-bundle) | [1.0](jbtcd/fitbit-bundle/1.0) |
|
||||
| [jeandanyel/crud-bundle](https://packagist.org/packages/jeandanyel/crud-bundle) | [0.1](jeandanyel/crud-bundle/0.1) |
|
||||
| [jeandanyel/list-bundle](https://packagist.org/packages/jeandanyel/list-bundle) | [0.1](jeandanyel/list-bundle/0.1) |
|
||||
| [jmose/command-scheduler-bundle](https://packagist.org/packages/jmose/command-scheduler-bundle) | [2.0](jmose/command-scheduler-bundle/2.0) |
|
||||
| [jms/serializer-bundle](https://packagist.org/packages/jms/serializer-bundle) | [4.0](jms/serializer-bundle/4.0) |
|
||||
|
||||
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"manifests": {
|
||||
"jeandanyel/crud-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Jeandanyel\\CrudBundle\\JeandanyelCrudBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/routes/jeandanyel_crud.yaml": {
|
||||
"contents": [
|
||||
"jeandanyel_crud:",
|
||||
" resource: \"@JeandanyelCrudBundle/config/routes.yaml\"",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "e1a14e824f21130fcb61ac5c2e7d4d0697d80bc3"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -816,6 +816,9 @@
|
||||
"jbtcd/fitbit-bundle": [
|
||||
"1.0"
|
||||
],
|
||||
"jeandanyel/crud-bundle": [
|
||||
"0.1"
|
||||
],
|
||||
"jeandanyel/list-bundle": [
|
||||
"0.1"
|
||||
],
|
||||
|
||||
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"manifests": {
|
||||
"jeandanyel/crud-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Jeandanyel\\CrudBundle\\JeandanyelCrudBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/routes/jeandanyel_crud.yaml": {
|
||||
"contents": [
|
||||
"jeandanyel_crud:",
|
||||
" resource: \"@JeandanyelCrudBundle/config/routes.yaml\"",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "e1a14e824f21130fcb61ac5c2e7d4d0697d80bc3"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user