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:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -871,6 +871,9 @@
|
||||
"machy8/webloader-bundle": [
|
||||
"1.1"
|
||||
],
|
||||
"macpaw/behat-nelmio-describer": [
|
||||
"1.0"
|
||||
],
|
||||
"macpaw/sentry-monolog-adapter": [
|
||||
"0.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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user