Update Flex endpoint

This commit is contained in:
github-action[bot]
2022-12-15 07:15:09 +00:00
parent 430d8fc22a
commit bbdf8f6254
4 changed files with 64 additions and 0 deletions
+1
View File
@@ -281,6 +281,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
| [m-adamski/symfony-schedule-bundle](https://packagist.org/packages/m-adamski/symfony-schedule-bundle) | [1.0](m-adamski/symfony-schedule-bundle/1.0) |
| [maba/webpack-bundle](https://packagist.org/packages/maba/webpack-bundle) | [1.0](maba/webpack-bundle/1.0) |
| [machy8/webloader-bundle](https://packagist.org/packages/machy8/webloader-bundle) | [1.1](machy8/webloader-bundle/1.1) |
| [macpaw/behat-nelmio-describer](https://packagist.org/packages/macpaw/behat-nelmio-describer) | [1.0](macpaw/behat-nelmio-describer/1.0) |
| [macpaw/sentry-monolog-adapter](https://packagist.org/packages/macpaw/sentry-monolog-adapter) | [0.0](macpaw/sentry-monolog-adapter/0.0) |
| [macpaw/symfony-health-check-bundle](https://packagist.org/packages/macpaw/symfony-health-check-bundle) | [1.0](macpaw/symfony-health-check-bundle/1.0) |
| [mael/intervention-image-bundle](https://packagist.org/packages/mael/intervention-image-bundle) | [1.0](mael/intervention-image-bundle/1.0) |
@@ -0,0 +1,30 @@
{
"manifests": {
"macpaw/behat-nelmio-describer": {
"manifest": {
"bundles": {
"BehatNelmioDescriber\\BehatNelmioDescriberBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"post-install-output": [
" * <fg=blue>Read</> the documentation at <comment>https://github.com/MacPaw/behat-nelmio-describer</>"
]
},
"files": {
"config/packages/behat_nelmio_describer.yaml": {
"contents": [
"behat_nelmio_describer:",
" behat_test_path: '%kernel.project_dir%/features'",
""
],
"executable": false
}
},
"ref": "e744b99d76187d48959536bfb2e869cf4fab462d"
}
}
}
+3
View File
@@ -871,6 +871,9 @@
"machy8/webloader-bundle": [
"1.1"
],
"macpaw/behat-nelmio-describer": [
"1.0"
],
"macpaw/sentry-monolog-adapter": [
"0.0"
],
+30
View File
@@ -0,0 +1,30 @@
{
"manifests": {
"macpaw/behat-nelmio-describer": {
"manifest": {
"bundles": {
"BehatNelmioDescriber\\BehatNelmioDescriberBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"post-install-output": [
" * <fg=blue>Read</> the documentation at <comment>https://github.com/MacPaw/behat-nelmio-describer</>"
]
},
"files": {
"config/packages/behat_nelmio_describer.yaml": {
"contents": [
"behat_nelmio_describer:",
" behat_test_path: '%kernel.project_dir%/features'",
""
],
"executable": false
}
},
"ref": "e744b99d76187d48959536bfb2e869cf4fab462d"
}
}
}