diff --git a/RECIPES.md b/RECIPES.md index 0aadea20..d45e8c37 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -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) | diff --git a/archived/macpaw.behat-nelmio-describer/e744b99d76187d48959536bfb2e869cf4fab462d.json b/archived/macpaw.behat-nelmio-describer/e744b99d76187d48959536bfb2e869cf4fab462d.json new file mode 100644 index 00000000..90af8a9e --- /dev/null +++ b/archived/macpaw.behat-nelmio-describer/e744b99d76187d48959536bfb2e869cf4fab462d.json @@ -0,0 +1,30 @@ +{ + "manifests": { + "macpaw/behat-nelmio-describer": { + "manifest": { + "bundles": { + "BehatNelmioDescriber\\BehatNelmioDescriberBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "post-install-output": [ + " * Read the documentation at 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" + } + } +} diff --git a/index.json b/index.json index c49425d9..d77fc4f3 100644 --- a/index.json +++ b/index.json @@ -871,6 +871,9 @@ "machy8/webloader-bundle": [ "1.1" ], + "macpaw/behat-nelmio-describer": [ + "1.0" + ], "macpaw/sentry-monolog-adapter": [ "0.0" ], diff --git a/macpaw.behat-nelmio-describer.1.0.json b/macpaw.behat-nelmio-describer.1.0.json new file mode 100644 index 00000000..90af8a9e --- /dev/null +++ b/macpaw.behat-nelmio-describer.1.0.json @@ -0,0 +1,30 @@ +{ + "manifests": { + "macpaw/behat-nelmio-describer": { + "manifest": { + "bundles": { + "BehatNelmioDescriber\\BehatNelmioDescriberBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "post-install-output": [ + " * Read the documentation at 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" + } + } +}