diff --git a/RECIPES.md b/RECIPES.md index d351153f..b0f4ea1d 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -250,7 +250,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github. | [infifni/euplatesc-plugin](https://packagist.org/packages/infifni/euplatesc-plugin) | [1.0](infifni/euplatesc-plugin/1.0) | | [insidestyles/json-rpc-bundle](https://packagist.org/packages/insidestyles/json-rpc-bundle) | [2.0](insidestyles/json-rpc-bundle/2.0) | | [insidestyles/swoole-bridge-bundle](https://packagist.org/packages/insidestyles/swoole-bridge-bundle) | [0.4](insidestyles/swoole-bridge-bundle/0.4) | -| [inspector-apm/inspector-symfony](https://packagist.org/packages/inspector-apm/inspector-symfony) | [1.0](inspector-apm/inspector-symfony/1.0) | +| [inspector-apm/inspector-symfony](https://packagist.org/packages/inspector-apm/inspector-symfony) | [1.3](inspector-apm/inspector-symfony/1.3) | | [intervention/image-symfony](https://packagist.org/packages/intervention/image-symfony) | [1.0](intervention/image-symfony/1.0) | | [iq2i/storia-bundle](https://packagist.org/packages/iq2i/storia-bundle) | [0.1](iq2i/storia-bundle/0.1) | | [isaac/gazesymfonybundle](https://packagist.org/packages/isaac/gazesymfonybundle) | [0.1](isaac/gazesymfonybundle/0.1) | diff --git a/archived/inspector-apm.inspector-symfony/aeef8d8994531b8e10419c5f9b66c79ef6a25c71.json b/archived/inspector-apm.inspector-symfony/aeef8d8994531b8e10419c5f9b66c79ef6a25c71.json new file mode 100644 index 00000000..f03dd781 --- /dev/null +++ b/archived/inspector-apm.inspector-symfony/aeef8d8994531b8e10419c5f9b66c79ef6a25c71.json @@ -0,0 +1,79 @@ +{ + "manifests": { + "inspector-apm/inspector-symfony": { + "manifest": { + "bundles": { + "Inspector\\Symfony\\Bundle\\InspectorBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "INSPECTOR_INGESTION_KEY": "" + }, + "post-install-output": [ + " * Read the full documentation to properly configure your", + " Symfony application at https://docs.inspector.dev/" + ] + }, + "files": { + "config/packages/inspector.yaml": { + "contents": [ + "inspector:", + " ingestion_key: '%env(INSPECTOR_INGESTION_KEY)%'", + " enabled: true", + " transport: async", + " ignore_routes:", + " - '/wdt*'", + " - '/profiler*'", + " ignore_commands:", + " - 'messenger:consume'", + " - 'assets:install'", + " - 'cache:clear'", + " - 'doctrine:migration:migrate'", + " - 'schedule:run'", + "", + " # Development commands section", + " - 'debug:autowiring'", + " - 'debug:config'", + " - 'debug:container'", + " - 'debug:event-dispatcher'", + " - 'debug:form'", + " - 'debug:router'", + " - 'debug:translation'", + " - 'debug:twig'", + " - 'debug:validator'", + " - 'make:auth'", + " - 'make:command'", + " - 'make:controller'", + " - 'make:crud'", + " - 'make:docker:database'", + " - 'make:entity'", + " - 'make:fixtures'", + " - 'make:form'", + " - 'make:functional-test'", + " - 'make:message'", + " - 'make:messenger-middleware'", + " - 'make:migration'", + " - 'make:registration-form'", + " - 'make:reset-password'", + " - 'make:serializer:encoder'", + " - 'make:serializer:normalizer'", + " - 'make:subscriber'", + " - 'make:test'", + " - 'make:twig-extension'", + " - 'make:unit-test'", + " - 'make:user'", + " - 'make:validator'", + " - 'make:voter'", + "" + ], + "executable": false + } + }, + "ref": "aeef8d8994531b8e10419c5f9b66c79ef6a25c71" + } + } +} diff --git a/index.json b/index.json index 6cfb35c9..f93ed200 100644 --- a/index.json +++ b/index.json @@ -787,7 +787,8 @@ "0.4" ], "inspector-apm/inspector-symfony": [ - "1.0" + "1.0", + "1.3" ], "intervention/image-symfony": [ "1.0" diff --git a/inspector-apm.inspector-symfony.1.3.json b/inspector-apm.inspector-symfony.1.3.json new file mode 100644 index 00000000..f03dd781 --- /dev/null +++ b/inspector-apm.inspector-symfony.1.3.json @@ -0,0 +1,79 @@ +{ + "manifests": { + "inspector-apm/inspector-symfony": { + "manifest": { + "bundles": { + "Inspector\\Symfony\\Bundle\\InspectorBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "INSPECTOR_INGESTION_KEY": "" + }, + "post-install-output": [ + " * Read the full documentation to properly configure your", + " Symfony application at https://docs.inspector.dev/" + ] + }, + "files": { + "config/packages/inspector.yaml": { + "contents": [ + "inspector:", + " ingestion_key: '%env(INSPECTOR_INGESTION_KEY)%'", + " enabled: true", + " transport: async", + " ignore_routes:", + " - '/wdt*'", + " - '/profiler*'", + " ignore_commands:", + " - 'messenger:consume'", + " - 'assets:install'", + " - 'cache:clear'", + " - 'doctrine:migration:migrate'", + " - 'schedule:run'", + "", + " # Development commands section", + " - 'debug:autowiring'", + " - 'debug:config'", + " - 'debug:container'", + " - 'debug:event-dispatcher'", + " - 'debug:form'", + " - 'debug:router'", + " - 'debug:translation'", + " - 'debug:twig'", + " - 'debug:validator'", + " - 'make:auth'", + " - 'make:command'", + " - 'make:controller'", + " - 'make:crud'", + " - 'make:docker:database'", + " - 'make:entity'", + " - 'make:fixtures'", + " - 'make:form'", + " - 'make:functional-test'", + " - 'make:message'", + " - 'make:messenger-middleware'", + " - 'make:migration'", + " - 'make:registration-form'", + " - 'make:reset-password'", + " - 'make:serializer:encoder'", + " - 'make:serializer:normalizer'", + " - 'make:subscriber'", + " - 'make:test'", + " - 'make:twig-extension'", + " - 'make:unit-test'", + " - 'make:user'", + " - 'make:validator'", + " - 'make:voter'", + "" + ], + "executable": false + } + }, + "ref": "aeef8d8994531b8e10419c5f9b66c79ef6a25c71" + } + } +}