mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-17 18:16:46 +03:00
Update Flex endpoint
This commit is contained in:
+1
-1
@@ -382,7 +382,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
|
||||
| [overblog/graphql-bundle](https://packagist.org/packages/overblog/graphql-bundle) | [0.12](overblog/graphql-bundle/0.12) |
|
||||
| [pablok/supercache-bundle](https://packagist.org/packages/pablok/supercache-bundle) | [0.5](pablok/supercache-bundle/0.5) |
|
||||
| [pasaiakoudala/authbundle](https://packagist.org/packages/pasaiakoudala/authbundle) | [0.1](pasaiakoudala/authbundle/0.1) |
|
||||
| [patchlevel/event-sourcing-bundle](https://packagist.org/packages/patchlevel/event-sourcing-bundle) | [1.2](patchlevel/event-sourcing-bundle/1.2) |
|
||||
| [patchlevel/event-sourcing-bundle](https://packagist.org/packages/patchlevel/event-sourcing-bundle) | [2.0](patchlevel/event-sourcing-bundle/2.0) |
|
||||
| [payplug/sylius-payplug-plugin](https://packagist.org/packages/payplug/sylius-payplug-plugin) | [0.2](payplug/sylius-payplug-plugin/0.2) |
|
||||
| [payum/payum-bundle](https://packagist.org/packages/payum/payum-bundle) | [2.4](payum/payum-bundle/2.4) |
|
||||
| [pentatrion/upload-bundle](https://packagist.org/packages/pentatrion/upload-bundle) | [0.2](pentatrion/upload-bundle/0.2) |
|
||||
|
||||
+46
@@ -0,0 +1,46 @@
|
||||
{
|
||||
"manifests": {
|
||||
"patchlevel/event-sourcing-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Patchlevel\\EventSourcingBundle\\PatchlevelEventSourcingBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"#1": "Format described at https://www.doctrine-project.org/projects/doctrine-dbal/en/latest/reference/configuration.html#connecting-using-a-url",
|
||||
"#3": "",
|
||||
"#4": "EVENTSTORE_URL=\"sqlite:///%kernel.project_dir%/var/data.db\"",
|
||||
"#5": "EVENTSTORE_URL=\"mysql://db_user:db_password@127.0.0.1:3306/db_name?serverVersion=5.7\"",
|
||||
"EVENTSTORE_URL": "postgresql://symfony:ChangeMe@127.0.0.1:5432/app?serverVersion=13&charset=utf8"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/dev/patchlevel_event_sourcing.yaml": {
|
||||
"contents": [
|
||||
"patchlevel_event_sourcing:",
|
||||
" watch_server:",
|
||||
" enabled: true",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/packages/patchlevel_event_sourcing.yaml": {
|
||||
"contents": [
|
||||
"patchlevel_event_sourcing:",
|
||||
" aggregates: '%kernel.project_dir%/src'",
|
||||
" events: '%kernel.project_dir%/src'",
|
||||
" connection:",
|
||||
" url: '%env(EVENTSTORE_URL)%'",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "5ddf986105aea8d777f6218687a8c64ace32dcd9"
|
||||
}
|
||||
}
|
||||
}
|
||||
+2
-1
@@ -1195,7 +1195,8 @@
|
||||
],
|
||||
"patchlevel/event-sourcing-bundle": [
|
||||
"1.0",
|
||||
"1.2"
|
||||
"1.2",
|
||||
"2.0"
|
||||
],
|
||||
"payplug/sylius-payplug-plugin": [
|
||||
"0.2"
|
||||
|
||||
@@ -0,0 +1,46 @@
|
||||
{
|
||||
"manifests": {
|
||||
"patchlevel/event-sourcing-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Patchlevel\\EventSourcingBundle\\PatchlevelEventSourcingBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"#1": "Format described at https://www.doctrine-project.org/projects/doctrine-dbal/en/latest/reference/configuration.html#connecting-using-a-url",
|
||||
"#3": "",
|
||||
"#4": "EVENTSTORE_URL=\"sqlite:///%kernel.project_dir%/var/data.db\"",
|
||||
"#5": "EVENTSTORE_URL=\"mysql://db_user:db_password@127.0.0.1:3306/db_name?serverVersion=5.7\"",
|
||||
"EVENTSTORE_URL": "postgresql://symfony:ChangeMe@127.0.0.1:5432/app?serverVersion=13&charset=utf8"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/dev/patchlevel_event_sourcing.yaml": {
|
||||
"contents": [
|
||||
"patchlevel_event_sourcing:",
|
||||
" watch_server:",
|
||||
" enabled: true",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/packages/patchlevel_event_sourcing.yaml": {
|
||||
"contents": [
|
||||
"patchlevel_event_sourcing:",
|
||||
" aggregates: '%kernel.project_dir%/src'",
|
||||
" events: '%kernel.project_dir%/src'",
|
||||
" connection:",
|
||||
" url: '%env(EVENTSTORE_URL)%'",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "5ddf986105aea8d777f6218687a8c64ace32dcd9"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user