diff --git a/ad3n.ratchet-bundle.0.4.json b/ad3n.ratchet-bundle.0.4.json index 94505ccb..ec0eea2d 100644 --- a/ad3n.ratchet-bundle.0.4.json +++ b/ad3n.ratchet-bundle.0.4.json @@ -36,7 +36,6 @@ } }, "origin": "ad3n/ratchet-bundle:0.4@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/adback.adback-sdk-php-symfony.2.4.json b/adback.adback-sdk-php-symfony.2.4.json index a0773b11..eb8e3965 100644 --- a/adback.adback-sdk-php-symfony.2.4.json +++ b/adback.adback-sdk-php-symfony.2.4.json @@ -36,7 +36,6 @@ } }, "origin": "adback/adback-sdk-php-symfony:2.4@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/adlarge.fixtures-documentation-bundle.1.1.json b/adlarge.fixtures-documentation-bundle.1.1.json index 8e6073f7..7ed7ee1c 100644 --- a/adlarge.fixtures-documentation-bundle.1.1.json +++ b/adlarge.fixtures-documentation-bundle.1.1.json @@ -38,7 +38,6 @@ } }, "origin": "adlarge/fixtures-documentation-bundle:1.1@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/ajardin.docker-symfony.0.2.json b/ajardin.docker-symfony.0.2.json index 8c90ba2e..f723f9fa 100644 --- a/ajardin.docker-symfony.0.2.json +++ b/ajardin.docker-symfony.0.2.json @@ -25,7 +25,8 @@ "gitignore": [ "/%BIN_DIR%/docker-upgrade", "/docker/" - ] + ], + "post-install-output": " * Edit the docker/.env file to configure your own settings.\n\n * Edit the docker/nginx/conf.d/custom.conf file to configure your own virtual host.\n\n * To manage the Docker environment from the project directory:\n - If you already have a Makefile in your project, copy the content of the docker/Makefile.sample file at the top of it.\n - If you do not already have a Makefile, the docker/Makefile.sample file will be installed in your project.\n\n * Run make to display the list of available commands.\n\nDocumentation: https://github.com/ajardin/docker-symfony/wiki\n" }, "files": { "bin/docker-upgrade": { @@ -35,7 +36,6 @@ } }, "origin": "ajardin/docker-symfony:0.2@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/akondas.symfony-consul-bundle.0.1.json b/akondas.symfony-consul-bundle.0.1.json index 568fc7b4..9591e5dc 100644 --- a/akondas.symfony-consul-bundle.0.1.json +++ b/akondas.symfony-consul-bundle.0.1.json @@ -44,7 +44,6 @@ } }, "origin": "akondas/symfony-consul-bundle:0.1@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/alexandret.evc-bundle.1.0.json b/alexandret.evc-bundle.1.0.json index 5f6981d3..11887bec 100644 --- a/alexandret.evc-bundle.1.0.json +++ b/alexandret.evc-bundle.1.0.json @@ -38,7 +38,6 @@ } }, "origin": "alexandret/evc-bundle:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/algolia.algolia-search-bundle.2.2.json b/algolia.algolia-search-bundle.2.2.json index b8bdc7e6..84f3e46c 100644 --- a/algolia.algolia-search-bundle.2.2.json +++ b/algolia.algolia-search-bundle.2.2.json @@ -37,7 +37,6 @@ } }, "origin": "algolia/algolia-search-bundle:2.2@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/algolia.search-bundle.3.0.json b/algolia.search-bundle.3.0.json index 685edf7b..b7aba5f1 100644 --- a/algolia.search-bundle.3.0.json +++ b/algolia.search-bundle.3.0.json @@ -29,7 +29,8 @@ "#2": "and get your credentials from the API Keys tab.", "ALGOLIA_APP_ID": "...", "ALGOLIA_API_KEY": "..." - } + }, + "post-install-output": " * The Algolia/SearchBundle uses Algolia by default. Create a free\n account on http://www.algolia.com and modify your ALGOLIA_APP_ID\n and ALGOLIA_API_KEY config in .env\n\n * Edit the configuration in config/packages/algolia_search.yaml\n to start indexing your data.\n\nDocumentation: https://www.algolia.com/doc/api-client/symfony/\n" }, "files": { "config/packages/algolia_search.yaml": { @@ -39,7 +40,6 @@ } }, "origin": "algolia/search-bundle:3.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/ambient-link.ability-sdk.1.0.json b/ambient-link.ability-sdk.1.0.json index a6d91dae..43ac6c8e 100644 --- a/ambient-link.ability-sdk.1.0.json +++ b/ambient-link.ability-sdk.1.0.json @@ -25,7 +25,8 @@ }, "copy-from-recipe": { "config/": "%CONFIG_DIR%/" - } + }, + "post-install-output": " * Your ability is almost ready:\n 1. Edit src/AbilityEventSubscriber and implement your logic:\n\n public static function getSubscribedEvents(): array\n {\n return [\n // can be found in AmbientLink\\SDK\\Event\\\n EnterRoomEvent::NAME => 'onEnterRoom',\n ];\n }\n\n public function onEnterRoom(EnterRoomEvent $event): void\n {\n $roomName = $event->roomName();\n\n $this->logger->debug(sprintf('Some person enters room \"%s\".', $roomName));\n\n // @todo implement logic here\n }\n\n * You can found Events in AmbientLink\\SDK\\Event\\\n * Using Ability Command? Try php bin/console ability:debug --dummy\n" }, "files": { "config/packages/ability.yaml": { @@ -35,7 +36,6 @@ } }, "origin": "ambient-link/ability-sdk:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/andchir.omnipay-bundle.1.0.json b/andchir.omnipay-bundle.1.0.json index 3f9625d3..cc546752 100644 --- a/andchir.omnipay-bundle.1.0.json +++ b/andchir.omnipay-bundle.1.0.json @@ -38,7 +38,6 @@ } }, "origin": "andchir/omnipay-bundle:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/andchir.shopkeeper4-comments.1.0.json b/andchir.shopkeeper4-comments.1.0.json index d446ddcd..28669127 100644 --- a/andchir.shopkeeper4-comments.1.0.json +++ b/andchir.shopkeeper4-comments.1.0.json @@ -38,7 +38,6 @@ } }, "origin": "andchir/shopkeeper4-comments:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/anezi.locale-extension.1.0.json b/anezi.locale-extension.1.0.json index 4ae07f77..01e7018d 100644 --- a/anezi.locale-extension.1.0.json +++ b/anezi.locale-extension.1.0.json @@ -28,7 +28,6 @@ } }, "origin": "anezi/locale-extension:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/antishov.doctrine-extensions-bundle.1.4.json b/antishov.doctrine-extensions-bundle.1.4.json index bddfcb35..a099f544 100644 --- a/antishov.doctrine-extensions-bundle.1.4.json +++ b/antishov.doctrine-extensions-bundle.1.4.json @@ -33,7 +33,6 @@ } }, "origin": "antishov/doctrine-extensions-bundle:1.4@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/anyx.login-gate-bundle.1.0.json b/anyx.login-gate-bundle.1.0.json index 57ec68dc..6cb36c23 100644 --- a/anyx.login-gate-bundle.1.0.json +++ b/anyx.login-gate-bundle.1.0.json @@ -33,7 +33,6 @@ } }, "origin": "anyx/login-gate-bundle:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/armin.scssphp-bundle.1.0.json b/armin.scssphp-bundle.1.0.json index c230ecdc..e6dadd8f 100644 --- a/armin.scssphp-bundle.1.0.json +++ b/armin.scssphp-bundle.1.0.json @@ -38,7 +38,6 @@ } }, "origin": "armin/scssphp-bundle:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/artox-lab.clarc-bundle.0.1.json b/artox-lab.clarc-bundle.0.1.json index b81db967..e07183f2 100644 --- a/artox-lab.clarc-bundle.0.1.json +++ b/artox-lab.clarc-bundle.0.1.json @@ -39,7 +39,6 @@ } }, "origin": "artox-lab/clarc-bundle:0.1@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/artox-lab.clarc-message-bus-bundle.1.0.json b/artox-lab.clarc-message-bus-bundle.1.0.json index 95a96ec4..6da9d01a 100644 --- a/artox-lab.clarc-message-bus-bundle.1.0.json +++ b/artox-lab.clarc-message-bus-bundle.1.0.json @@ -33,7 +33,6 @@ } }, "origin": "artox-lab/clarc-message-bus-bundle:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/artox-lab.sms-bundle.1.0.json b/artox-lab.sms-bundle.1.0.json index 9fab3931..71aceaf1 100644 --- a/artox-lab.sms-bundle.1.0.json +++ b/artox-lab.sms-bundle.1.0.json @@ -23,7 +23,8 @@ }, "copy-from-recipe": { "config/": "%CONFIG_DIR%/" - } + }, + "post-install-output": " You must to define at least one provider configuration in %CONFIG_DIR%/packages/artox_lab_sms.yaml.\n\n * More info you can find in the documentation at https://github.com/artox-lab/sms-bundle#step-3-configuration\n" }, "files": { "config/packages/artox_lab_sms.yaml": { @@ -33,7 +34,6 @@ } }, "origin": "artox-lab/sms-bundle:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/artprima.prometheus-metrics-bundle.1.0.json b/artprima.prometheus-metrics-bundle.1.0.json index 0402b7a8..1b0273ae 100644 --- a/artprima.prometheus-metrics-bundle.1.0.json +++ b/artprima.prometheus-metrics-bundle.1.0.json @@ -43,7 +43,6 @@ } }, "origin": "artprima/prometheus-metrics-bundle:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/assoconnect.mjml-bundle.1.0.json b/assoconnect.mjml-bundle.1.0.json index a5a876da..d8486b3e 100644 --- a/assoconnect.mjml-bundle.1.0.json +++ b/assoconnect.mjml-bundle.1.0.json @@ -27,7 +27,6 @@ }, "files": [], "origin": "assoconnect/mjml-bundle:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/async-aws.async-aws-bundle.0.1.json b/async-aws.async-aws-bundle.0.1.json index 43a101be..a34afacd 100644 --- a/async-aws.async-aws-bundle.0.1.json +++ b/async-aws.async-aws-bundle.0.1.json @@ -37,7 +37,6 @@ } }, "origin": "async-aws/async-aws-bundle:0.1@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/async-aws.async-aws-bundle.1.0.json b/async-aws.async-aws-bundle.1.0.json index d98fdd55..a4defc03 100644 --- a/async-aws.async-aws-bundle.1.0.json +++ b/async-aws.async-aws-bundle.1.0.json @@ -33,7 +33,6 @@ } }, "origin": "async-aws/async-aws-bundle:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/atlas.symfony.1.0.json b/atlas.symfony.1.0.json index b249c1ad..a0d5ae5b 100644 --- a/atlas.symfony.1.0.json +++ b/atlas.symfony.1.0.json @@ -32,7 +32,6 @@ }, "files": [], "origin": "atlas/symfony:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/aws.aws-sdk-php-symfony.1.3.json b/aws.aws-sdk-php-symfony.1.3.json index ed5671f4..afb4813c 100644 --- a/aws.aws-sdk-php-symfony.1.3.json +++ b/aws.aws-sdk-php-symfony.1.3.json @@ -37,7 +37,6 @@ } }, "origin": "aws/aws-sdk-php-symfony:1.3@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/backup-manager.symfony.2.1.json b/backup-manager.symfony.2.1.json index 5fcc0211..59889fa8 100644 --- a/backup-manager.symfony.2.1.json +++ b/backup-manager.symfony.2.1.json @@ -26,7 +26,8 @@ }, "env": { "DATABASE_URL": "mysql://db_user:db_password@127.0.0.1:3306/db_name" - } + }, + "post-install-output": " * Configure your application:\n 1. Make sure you have proper values in your .env file.\n 2. Configure a good storage for your backups. See the documentation for all possible values. https://github.com/backup-manager/symfony\n" }, "files": { "config/packages/bm_backup_manager.yaml": { @@ -36,7 +37,6 @@ } }, "origin": "backup-manager/symfony:2.1@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/baldinof.roadrunner-bundle.0.1.json b/baldinof.roadrunner-bundle.0.1.json index 96b0b0c6..ef08bb53 100644 --- a/baldinof.roadrunner-bundle.0.1.json +++ b/baldinof.roadrunner-bundle.0.1.json @@ -29,7 +29,8 @@ }, "gitignore": [ "/bin/rr" - ] + ], + "post-install-output": " * Download RoadRunner locally: vendor/bin/rr get --location bin/\n * Run your application: bin/rr serve --debug\n * Visit http://localhost:8080\n" }, "files": { "config/packages/baldinof_road_runner.yaml": { @@ -39,7 +40,6 @@ } }, "origin": "baldinof/roadrunner-bundle:0.1@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/baldinof.roadrunner-bundle.1.2.json b/baldinof.roadrunner-bundle.1.2.json index 5d9ac591..db550cf1 100644 --- a/baldinof.roadrunner-bundle.1.2.json +++ b/baldinof.roadrunner-bundle.1.2.json @@ -30,7 +30,8 @@ }, "gitignore": [ "/bin/rr" - ] + ], + "post-install-output": " * Download RoadRunner locally: vendor/bin/rr get --location bin/\n * Run your application: bin/rr serve -c .rr.dev.yaml --debug\n * For production, use: bin/rr serve\n * Visit http://localhost:8080\n" }, "files": { "config/packages/baldinof_road_runner.yaml": { @@ -40,7 +41,6 @@ } }, "origin": "baldinof/roadrunner-bundle:1.2@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/baldinof.roadrunner-bundle.2.0.json b/baldinof.roadrunner-bundle.2.0.json index 4284a6e2..4b4feae6 100644 --- a/baldinof.roadrunner-bundle.2.0.json +++ b/baldinof.roadrunner-bundle.2.0.json @@ -30,7 +30,8 @@ }, "gitignore": [ "/bin/rr" - ] + ], + "post-install-output": " * Download RoadRunner locally: vendor/bin/rr get --location bin/\n * Run your application: bin/rr serve -c .rr.dev.yaml --debug\n * For production, use: bin/rr serve\n * Visit http://localhost:8080\n" }, "files": { "config/packages/baldinof_road_runner.yaml": { @@ -40,7 +41,6 @@ } }, "origin": "baldinof/roadrunner-bundle:2.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/basster.lazy-response-bundle.1.0.json b/basster.lazy-response-bundle.1.0.json index 8429e521..6f02d233 100644 --- a/basster.lazy-response-bundle.1.0.json +++ b/basster.lazy-response-bundle.1.0.json @@ -28,7 +28,6 @@ } }, "origin": "basster/lazy-response-bundle:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/basster.twig-base64-extension.1.0.json b/basster.twig-base64-extension.1.0.json index 1d2287ff..ff615f88 100644 --- a/basster.twig-base64-extension.1.0.json +++ b/basster.twig-base64-extension.1.0.json @@ -28,7 +28,6 @@ } }, "origin": "basster/twig-base64-extension:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/bcc.cron-manager-bundle.3.1.json b/bcc.cron-manager-bundle.3.1.json index d44e2acb..93b2b0b1 100644 --- a/bcc.cron-manager-bundle.3.1.json +++ b/bcc.cron-manager-bundle.3.1.json @@ -23,7 +23,8 @@ }, "copy-from-recipe": { "config/": "%CONFIG_DIR%/" - } + }, + "post-install-output": " * Configure your application:\n 1. Enable sessions by uncommenting the entire session section in config/packages/framework.yaml\n 2. Secure your route by adding - { path: ^/admin, role: ROLE_ADMIN } in your security access_control section.\n\n * Read the documentation at https://github.com/michelsalib/BCCCronManagerBundle/blob/master/README.markdown \n" }, "files": { "config/routes/bcc_cron_manager_bundle.yaml": { @@ -33,7 +34,6 @@ } }, "origin": "bcc/cron-manager-bundle:3.1@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/becklyn.assets-bundle.2.4.json b/becklyn.assets-bundle.2.4.json index 9b45cb9a..283187ab 100644 --- a/becklyn.assets-bundle.2.4.json +++ b/becklyn.assets-bundle.2.4.json @@ -33,7 +33,6 @@ } }, "origin": "becklyn/assets-bundle:2.4@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/becklyn.gluggi-bundle.3.1.json b/becklyn.gluggi-bundle.3.1.json index c65570b6..1687afce 100644 --- a/becklyn.gluggi-bundle.3.1.json +++ b/becklyn.gluggi-bundle.3.1.json @@ -33,7 +33,6 @@ } }, "origin": "becklyn/gluggi-bundle:3.1@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/becklyn.javascript-routing.1.0.json b/becklyn.javascript-routing.1.0.json index 5e2def89..72b4ca57 100644 --- a/becklyn.javascript-routing.1.0.json +++ b/becklyn.javascript-routing.1.0.json @@ -33,7 +33,6 @@ } }, "origin": "becklyn/javascript-routing:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/becklyn.translations.1.0.json b/becklyn.translations.1.0.json index ae1cf40a..fd1f4908 100644 --- a/becklyn.translations.1.0.json +++ b/becklyn.translations.1.0.json @@ -33,7 +33,6 @@ } }, "origin": "becklyn/translations:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/beelab.recaptcha2-bundle.2.0.json b/beelab.recaptcha2-bundle.2.0.json index 25b41253..6a53cf48 100644 --- a/beelab.recaptcha2-bundle.2.0.json +++ b/beelab.recaptcha2-bundle.2.0.json @@ -27,7 +27,8 @@ "env": { "APP_RECAPTCHA_SITE_KEY": "needed", "APP_RECAPTCHA_SECRET": "needed" - } + }, + "post-install-output": " * Insert sensitive values in your environment values\n * Read documentation at https://github.com/Bee-Lab/BeelabRecaptcha2Bundle/blob/master/docs/index.md\n" }, "files": { "config/packages/beelab_recaptcha2.yaml": { @@ -37,7 +38,6 @@ } }, "origin": "beelab/recaptcha2-bundle:2.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/beelab.tag-bundle.1.3.json b/beelab.tag-bundle.1.3.json index fff3b571..52555188 100644 --- a/beelab.tag-bundle.1.3.json +++ b/beelab.tag-bundle.1.3.json @@ -24,7 +24,8 @@ "copy-from-recipe": { "config/": "%CONFIG_DIR%/", "src/": "%SRC_DIR%/" - } + }, + "post-install-output": " * Customize your new Tag entity\n * Read documentation at https://github.com/Bee-Lab/BeelabTagBundle/blob/master/Resources/docs/index.md\n\n" }, "files": { "src/Entity/Tag.php": { @@ -39,7 +40,6 @@ } }, "origin": "beelab/tag-bundle:1.3@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/beelab.test-bundle.2.0.json b/beelab.test-bundle.2.0.json index aa45d623..910c739b 100644 --- a/beelab.test-bundle.2.0.json +++ b/beelab.test-bundle.2.0.json @@ -24,7 +24,6 @@ }, "files": [], "origin": "beelab/test-bundle:2.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/biig.domain.1.0.json b/biig.domain.1.0.json index 9a0b607e..86e7eb52 100644 --- a/biig.domain.1.0.json +++ b/biig.domain.1.0.json @@ -33,7 +33,6 @@ } }, "origin": "biig/domain:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/birkof.netopia-mobilpay-bundle.1.0.json b/birkof.netopia-mobilpay-bundle.1.0.json index 48f7ff94..3dee307f 100644 --- a/birkof.netopia-mobilpay-bundle.1.0.json +++ b/birkof.netopia-mobilpay-bundle.1.0.json @@ -33,7 +33,8 @@ "NETOPIA_MOBILPAY_PUBLIC_CERT": "%kernel.project_dir%/%CONFIG_DIR%/netopia_mobilpay/public.cer", "NETOPIA_MOBILPAY_PRIVATE_KEY": "%kernel.project_dir%/%CONFIG_DIR%/netopia_mobilpay/private.key", "NETOPIA_MOBILPAY_SIGNATURE": "XXXX-XXXX-XXXX-XXXX-XXXX" - } + }, + "post-install-output": " * Read the documentation at https://github.com/birkof/netopia-mobilpay-bundle\n" }, "files": { "config/netopia_mobilpay/.gitignore": { @@ -53,7 +54,6 @@ } }, "origin": "birkof/netopia-mobilpay-bundle:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/bitbag.shipping-export-plugin.1.0.json b/bitbag.shipping-export-plugin.1.0.json index 64b33197..1d55cc64 100644 --- a/bitbag.shipping-export-plugin.1.0.json +++ b/bitbag.shipping-export-plugin.1.0.json @@ -26,7 +26,8 @@ }, "gitignore": [ "/shipping_labels/" - ] + ], + "post-install-output": " * Create directory named shipping_labels in project root or customize bitbag.shipping_labels_path parameter.\n\n If you want to contact us, the best way is to fill the form on our website or send us an e-mail to hello@bitbag.io with your question(s).\n We guarantee that we answer as soon as we can!\n" }, "files": { "config/routes/bitbag_shipping_export_plugin.yaml": { @@ -41,7 +42,6 @@ } }, "origin": "bitbag/shipping-export-plugin:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/boshurik.telegram-bot-bundle.3.1.json b/boshurik.telegram-bot-bundle.3.1.json index 591123d3..aa5cee42 100644 --- a/boshurik.telegram-bot-bundle.3.1.json +++ b/boshurik.telegram-bot-bundle.3.1.json @@ -29,7 +29,8 @@ }, "container": { "telegram_route_secret": "%env(TELEGRAM_BOT_TOKEN)%" - } + }, + "post-install-output": " * Set TELEGRAM_BOT_TOKEN in your environment\n * Read the documentation at https://github.com/BoShurik/TelegramBotBundle\n" }, "files": { "config/routes/boshurik_telegram_bot.yaml": { @@ -44,7 +45,6 @@ } }, "origin": "boshurik/telegram-bot-bundle:3.1@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/botjaeger.nexmo-bundle.0.5.json b/botjaeger.nexmo-bundle.0.5.json index 67db4a6c..eb8fc0bf 100644 --- a/botjaeger.nexmo-bundle.0.5.json +++ b/botjaeger.nexmo-bundle.0.5.json @@ -38,7 +38,6 @@ } }, "origin": "botjaeger/nexmo-bundle:0.5@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/bref.symfony-bridge.0.1.json b/bref.symfony-bridge.0.1.json index dc2c9527..8edb09ef 100644 --- a/bref.symfony-bridge.0.1.json +++ b/bref.symfony-bridge.0.1.json @@ -21,7 +21,8 @@ }, "gitignore": [ "/.serverless/" - ] + ], + "post-install-output": " * Read the full documentation to properly configure your\n Symfony application at https://bref.sh/docs/frameworks/symfony.html\n\n * Bref documentation: https://bref.sh/docs/\n" }, "files": { "serverless.yaml": { @@ -31,7 +32,6 @@ } }, "origin": "bref/symfony-bridge:0.1@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/broadway.broadway-bundle.0.4.json b/broadway.broadway-bundle.0.4.json index 725aa934..297ec345 100644 --- a/broadway.broadway-bundle.0.4.json +++ b/broadway.broadway-bundle.0.4.json @@ -33,7 +33,6 @@ } }, "origin": "broadway/broadway-bundle:0.4@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/broadway.event-store-dbal.0.1.json b/broadway.event-store-dbal.0.1.json index 6aa56f5e..63b9fdb2 100644 --- a/broadway.event-store-dbal.0.1.json +++ b/broadway.event-store-dbal.0.1.json @@ -28,7 +28,6 @@ } }, "origin": "broadway/event-store-dbal:0.1@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/broadway.event-store-dbal.0.2.json b/broadway.event-store-dbal.0.2.json index 53bba3d4..cf7ee672 100644 --- a/broadway.event-store-dbal.0.2.json +++ b/broadway.event-store-dbal.0.2.json @@ -28,7 +28,6 @@ } }, "origin": "broadway/event-store-dbal:0.2@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/broadway.event-store-mongodb.0.2.json b/broadway.event-store-mongodb.0.2.json index a540c051..0937c58f 100644 --- a/broadway.event-store-mongodb.0.2.json +++ b/broadway.event-store-mongodb.0.2.json @@ -36,7 +36,6 @@ } }, "origin": "broadway/event-store-mongodb:0.2@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/broadway.read-model-elasticsearch.0.3.json b/broadway.read-model-elasticsearch.0.3.json index 405500fd..12f63fb0 100644 --- a/broadway.read-model-elasticsearch.0.3.json +++ b/broadway.read-model-elasticsearch.0.3.json @@ -31,7 +31,6 @@ } }, "origin": "broadway/read-model-elasticsearch:0.3@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/broadway.read-model-mongodb.0.2.json b/broadway.read-model-mongodb.0.2.json index 4f345043..ec030279 100644 --- a/broadway.read-model-mongodb.0.2.json +++ b/broadway.read-model-mongodb.0.2.json @@ -36,7 +36,6 @@ } }, "origin": "broadway/read-model-mongodb:0.2@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/bukashk0zzz.filter-bundle.2.0.json b/bukashk0zzz.filter-bundle.2.0.json index 9e7da38a..1bea06b4 100644 --- a/bukashk0zzz.filter-bundle.2.0.json +++ b/bukashk0zzz.filter-bundle.2.0.json @@ -33,7 +33,6 @@ } }, "origin": "bukashk0zzz/filter-bundle:2.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/bukashk0zzz.liip-imagine-serialization-bundle.2.0.json b/bukashk0zzz.liip-imagine-serialization-bundle.2.0.json index a5584b0d..978c7585 100644 --- a/bukashk0zzz.liip-imagine-serialization-bundle.2.0.json +++ b/bukashk0zzz.liip-imagine-serialization-bundle.2.0.json @@ -33,7 +33,6 @@ } }, "origin": "bukashk0zzz/liip-imagine-serialization-bundle:2.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/cache.adapter-bundle.1.1.json b/cache.adapter-bundle.1.1.json index c5acac1c..24dca1a2 100644 --- a/cache.adapter-bundle.1.1.json +++ b/cache.adapter-bundle.1.1.json @@ -23,7 +23,8 @@ }, "copy-from-recipe": { "config/": "%CONFIG_DIR%/" - } + }, + "post-install-output": " Download the adapters you want to use from http://www.php-cache.com/en/latest/#cache-pool-implementations.\n" }, "files": { "config/packages/cache_adapter.yaml": { @@ -33,7 +34,6 @@ } }, "origin": "cache/adapter-bundle:1.1@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/cache.cache-bundle.1.0.json b/cache.cache-bundle.1.0.json index 9f6f2536..9f494c02 100644 --- a/cache.cache-bundle.1.0.json +++ b/cache.cache-bundle.1.0.json @@ -37,7 +37,6 @@ } }, "origin": "cache/cache-bundle:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/ckrack.optimus-bundle.0.1.json b/ckrack.optimus-bundle.0.1.json index 278fe387..05ebf40c 100644 --- a/ckrack.optimus-bundle.0.1.json +++ b/ckrack.optimus-bundle.0.1.json @@ -29,7 +29,8 @@ "OPTIMUS_PRIME": "3", "OPTIMUS_INVERSE": "715827883", "OPTIMUS_RANDOM": "1592469642" - } + }, + "post-install-output": " * Generate your spark numbers by running php vendor/bin/optimus spark -f env\n and configure them in your .env\n\nOptimus Documentation: https://github.com/jenssegers/optimus\nBundle Documentation: https://github.com/ckrack/optimus-bundle\n\n" }, "files": { "config/packages/ckrack_optimus.yaml": { @@ -39,7 +40,6 @@ } }, "origin": "ckrack/optimus-bundle:0.1@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/codebuds.mattermost-publication-bundle.0.3.json b/codebuds.mattermost-publication-bundle.0.3.json index 1984e03d..1ce120e2 100644 --- a/codebuds.mattermost-publication-bundle.0.3.json +++ b/codebuds.mattermost-publication-bundle.0.3.json @@ -36,7 +36,6 @@ } }, "origin": "codebuds/mattermost-publication-bundle:0.3@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/codeception.codeception.2.3.json b/codeception.codeception.2.3.json index 880a77a3..3e0a60d6 100644 --- a/codeception.codeception.2.3.json +++ b/codeception.codeception.2.3.json @@ -19,7 +19,8 @@ "copy-from-recipe": { "codeception.yml": "codeception.yml", "tests/": "tests/" - } + }, + "post-install-output": "File codeception.yml created <- global configuration\ntests/unit created <- unit tests\ntests/unit.suite.yml written <- unit tests suite configuration\ntests/functional created <- functional tests\ntests/functional.suite.yml written <- functional tests suite configuration\ntests/acceptance created <- acceptance tests\ntests/acceptance.suite.yml written <- acceptance tests suite configuration\nCodeception is installed for acceptance, functional, and unit testing\nNext steps:\n1. Edit tests/acceptance.suite.yml to set the url of your application. Change PhpBrowser to WebDriver to enable browser testing.\n2. Edit tests/functional.suite.yml to enable Doctrine module if needed.\n3. Create your first acceptance test using vendor/bin/codecept g:cest acceptance First\n4. Write your first test in tests/acceptance/FirstCest.php\n5. Run tests using: vendor/bin/codecept run\n" }, "files": { "codeception.yml": { @@ -104,7 +105,6 @@ } }, "origin": "codeception/codeception:2.3@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/coka.api-bundle.3.0.json b/coka.api-bundle.3.0.json index 5e66d270..7ffdc3ed 100644 --- a/coka.api-bundle.3.0.json +++ b/coka.api-bundle.3.0.json @@ -33,7 +33,6 @@ } }, "origin": "coka/api-bundle:3.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/coka.api-bundle.4.0.json b/coka.api-bundle.4.0.json index a4217fe3..09120f18 100644 --- a/coka.api-bundle.4.0.json +++ b/coka.api-bundle.4.0.json @@ -33,7 +33,6 @@ } }, "origin": "coka/api-bundle:4.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/coka.cors-bundle.1.0.json b/coka.cors-bundle.1.0.json index 0810bcea..c8a71878 100644 --- a/coka.cors-bundle.1.0.json +++ b/coka.cors-bundle.1.0.json @@ -33,7 +33,6 @@ } }, "origin": "coka/cors-bundle:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/coka.file-bundle.3.0.json b/coka.file-bundle.3.0.json index 8dfb045d..0982eb65 100644 --- a/coka.file-bundle.3.0.json +++ b/coka.file-bundle.3.0.json @@ -37,7 +37,6 @@ } }, "origin": "coka/file-bundle:3.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/coka.pagination-bundle.3.0.json b/coka.pagination-bundle.3.0.json index e3ab22f5..538805f1 100644 --- a/coka.pagination-bundle.3.0.json +++ b/coka.pagination-bundle.3.0.json @@ -33,7 +33,6 @@ } }, "origin": "coka/pagination-bundle:3.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/coka.pagination-bundle.5.0.json b/coka.pagination-bundle.5.0.json index 02a37e34..be570ea4 100644 --- a/coka.pagination-bundle.5.0.json +++ b/coka.pagination-bundle.5.0.json @@ -33,7 +33,6 @@ } }, "origin": "coka/pagination-bundle:5.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/coka.rate-limit-bundle.1.0.json b/coka.rate-limit-bundle.1.0.json index 5b8c8823..b6d7c856 100644 --- a/coka.rate-limit-bundle.1.0.json +++ b/coka.rate-limit-bundle.1.0.json @@ -33,7 +33,6 @@ } }, "origin": "coka/rate-limit-bundle:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/coka.rest-request-validator-bundle.1.0.json b/coka.rest-request-validator-bundle.1.0.json index 562871cf..559da52c 100644 --- a/coka.rest-request-validator-bundle.1.0.json +++ b/coka.rest-request-validator-bundle.1.0.json @@ -33,7 +33,6 @@ } }, "origin": "coka/rest-request-validator-bundle:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/coka.wsse-authentication-bundle.1.0.json b/coka.wsse-authentication-bundle.1.0.json index 11b36eb3..d44497bc 100644 --- a/coka.wsse-authentication-bundle.1.0.json +++ b/coka.wsse-authentication-bundle.1.0.json @@ -33,7 +33,6 @@ } }, "origin": "coka/wsse-authentication-bundle:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/commercetools.symfony-bundle.0.4.json b/commercetools.symfony-bundle.0.4.json index f9f4e90e..8f25f939 100644 --- a/commercetools.symfony-bundle.0.4.json +++ b/commercetools.symfony-bundle.0.4.json @@ -37,7 +37,8 @@ "CTP_AUTH_URL": "https://auth.commercetools.com", "CTP_API_URL": "https://api.commercetools.com", "CTP_SCOPES": "" - } + }, + "post-install-output": " * Get your API client credentials from https://mc.commercetools.com or\n https://mc.commercetools.co and configure them in your .env\n\n * commercetools-symfony-bundle documentation https://github.com/commercetools/commercetools-php-symfony\n\n * commercetools API Documentation: https://docs.commercetools.com/http-api.html\n" }, "files": { "config/packages/commercetools.yaml": { @@ -47,7 +48,6 @@ } }, "origin": "commercetools/symfony-bundle:0.4@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/comsave.salesforce-outbound-message-bundle.0.3.json b/comsave.salesforce-outbound-message-bundle.0.3.json index 02cbafae..decd6a03 100644 --- a/comsave.salesforce-outbound-message-bundle.0.3.json +++ b/comsave.salesforce-outbound-message-bundle.0.3.json @@ -23,7 +23,8 @@ }, "copy-from-recipe": { "config/": "%CONFIG_DIR%/" - } + }, + "post-install-output": " * Navigate to config/packages/comsave_outbound_message.yaml and change the values to your desired paths.\n * For more information you can find the read me file at https://github.com/comsave/salesforce-outbound-message-bundle\n" }, "files": { "config/comsave_outbound_message.yaml": { @@ -33,7 +34,6 @@ } }, "origin": "comsave/salesforce-outbound-message-bundle:0.3@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/connectholland.cookie-consent-bundle.0.4.json b/connectholland.cookie-consent-bundle.0.4.json index f343bec9..0266c369 100644 --- a/connectholland.cookie-consent-bundle.0.4.json +++ b/connectholland.cookie-consent-bundle.0.4.json @@ -38,7 +38,6 @@ } }, "origin": "connectholland/cookie-consent-bundle:0.4@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/connectholland.timechimp-bundle.1.0.json b/connectholland.timechimp-bundle.1.0.json index 9835dcb8..bdcdd435 100644 --- a/connectholland.timechimp-bundle.1.0.json +++ b/connectholland.timechimp-bundle.1.0.json @@ -26,7 +26,8 @@ }, "env": { "TIMECHIMPBUNDLE_ACCESS_TOKEN": "baerer-token-value" - } + }, + "post-install-output": " * Your Connect Holland Timechimp bundle installation is almost ready:\n 1. Add your Timechimp Access Token to the .env file\n" }, "files": { "config/packages/connectholland_timechimp.yaml": { @@ -36,7 +37,6 @@ } }, "origin": "connectholland/timechimp-bundle:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/connectholland.uptime-robot-bundle.1.0.json b/connectholland.uptime-robot-bundle.1.0.json index 4be3a2d8..265ea5e5 100644 --- a/connectholland.uptime-robot-bundle.1.0.json +++ b/connectholland.uptime-robot-bundle.1.0.json @@ -26,7 +26,8 @@ }, "env": { "UPTIMEROBOT_API_KEY": "api_key" - } + }, + "post-install-output": " * Your Connect Holland Uptime Robot bundle installation is almost ready:\n 1. Add your Uptime Robot Api Key to the .env file\n" }, "files": { "config/packages/connectholland_uptime_robot.yaml": { @@ -36,7 +37,6 @@ } }, "origin": "connectholland/uptime-robot-bundle:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/contao.core-bundle.4.6.json b/contao.core-bundle.4.6.json index d3b0671b..1e50dd43 100644 --- a/contao.core-bundle.4.6.json +++ b/contao.core-bundle.4.6.json @@ -40,7 +40,8 @@ "/system/config/localconfig.php", "/system/config/tcpdf.php", "/system/modules/*/.skip" - ] + ], + "post-install-output": " * Enable ESI in the config/packages/framework.yaml file.\n\n * Add the Contao routes to your config/routing.yaml file and\n make sure they are loaded at the very end.\n\n * Edit your config/security.yaml file and include all the\n necessary providers, firewalls and access control sections.\n\n * Complete the installation by opening the /contao/install route\n in your browser.\n\nDocumentation: https://github.com/contao/core-bundle\n" }, "files": { "config/packages/contao_core.yaml": { @@ -50,7 +51,6 @@ } }, "origin": "contao/core-bundle:4.6@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/contao.installation-bundle.4.6.json b/contao.installation-bundle.4.6.json index 3339fef5..2fa751c2 100644 --- a/contao.installation-bundle.4.6.json +++ b/contao.installation-bundle.4.6.json @@ -33,7 +33,6 @@ } }, "origin": "contao/installation-bundle:4.6@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/contentful.contentful-bundle.3.0.json b/contentful.contentful-bundle.3.0.json index b5385217..d1f29ca5 100644 --- a/contentful.contentful-bundle.3.0.json +++ b/contentful.contentful-bundle.3.0.json @@ -27,7 +27,8 @@ "env": { "CONTENTFUL_SPACE_ID": "required", "CONTENTFUL_ACCESS_TOKEN": "required" - } + }, + "post-install-output": " * Get your space ID and API key from https://www.contentful.com\n and configure them in your .env\n\nDocumentation: https://www.contentful.com/developers/docs/php/\n" }, "files": { "config/packages/contentful.yaml": { @@ -37,7 +38,6 @@ } }, "origin": "contentful/contentful-bundle:3.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/contentful.contentful-bundle.4.0.json b/contentful.contentful-bundle.4.0.json index bc7e3f8c..8a2377df 100644 --- a/contentful.contentful-bundle.4.0.json +++ b/contentful.contentful-bundle.4.0.json @@ -27,7 +27,8 @@ "env": { "CONTENTFUL_SPACE_ID": "cfexampleapi", "CONTENTFUL_ACCESS_TOKEN": "b4c0n73n7fu1" - } + }, + "post-install-output": " * Get your space ID and API key from https://www.contentful.com\n and configure them in your .env\n\nDocumentation: https://www.contentful.com/developers/docs/php/\n" }, "files": { "config/packages/contentful.yaml": { @@ -37,7 +38,6 @@ } }, "origin": "contentful/contentful-bundle:4.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/core23.facebook-bundle.0.4.json b/core23.facebook-bundle.0.4.json index dd8a2af1..84b29fde 100644 --- a/core23.facebook-bundle.0.4.json +++ b/core23.facebook-bundle.0.4.json @@ -37,7 +37,6 @@ } }, "origin": "core23/facebook-bundle:0.4@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/core23.gdpr-bundle.0.2.json b/core23.gdpr-bundle.0.2.json index 6a5e67cf..1f8eee91 100644 --- a/core23.gdpr-bundle.0.2.json +++ b/core23.gdpr-bundle.0.2.json @@ -33,7 +33,6 @@ } }, "origin": "core23/gdpr-bundle:0.2@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/core23.lastfm-bundle.0.4.json b/core23.lastfm-bundle.0.4.json index d410b2f1..ae00bac2 100644 --- a/core23.lastfm-bundle.0.4.json +++ b/core23.lastfm-bundle.0.4.json @@ -37,7 +37,6 @@ } }, "origin": "core23/lastfm-bundle:0.4@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/core23.matomo-bundle.1.1.json b/core23.matomo-bundle.1.1.json index a037457d..7b1fa370 100644 --- a/core23.matomo-bundle.1.1.json +++ b/core23.matomo-bundle.1.1.json @@ -33,7 +33,6 @@ } }, "origin": "core23/matomo-bundle:1.1@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/core23.shariff-bundle.3.0.json b/core23.shariff-bundle.3.0.json index 968f51e9..02ba4992 100644 --- a/core23.shariff-bundle.3.0.json +++ b/core23.shariff-bundle.3.0.json @@ -42,7 +42,6 @@ } }, "origin": "core23/shariff-bundle:3.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/cpliakas.git-wrapper.3.0.json b/cpliakas.git-wrapper.3.0.json index 6ee541ed..5287feb4 100644 --- a/cpliakas.git-wrapper.3.0.json +++ b/cpliakas.git-wrapper.3.0.json @@ -28,7 +28,6 @@ } }, "origin": "cpliakas/git-wrapper:3.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/crayner.authenticate-bundle.1.0.json b/crayner.authenticate-bundle.1.0.json index 97e1d84f..3ae9c791 100644 --- a/crayner.authenticate-bundle.1.0.json +++ b/crayner.authenticate-bundle.1.0.json @@ -33,7 +33,6 @@ } }, "origin": "crayner/authenticate-bundle:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/csa.guzzle-bundle.3.0.json b/csa.guzzle-bundle.3.0.json index 39d7d921..f03b4770 100644 --- a/csa.guzzle-bundle.3.0.json +++ b/csa.guzzle-bundle.3.0.json @@ -33,7 +33,6 @@ } }, "origin": "csa/guzzle-bundle:3.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/cyberomulus.sitemap-generator-bundle.1.2.json b/cyberomulus.sitemap-generator-bundle.1.2.json index 3e1e013c..2b6d7d94 100644 --- a/cyberomulus.sitemap-generator-bundle.1.2.json +++ b/cyberomulus.sitemap-generator-bundle.1.2.json @@ -38,7 +38,6 @@ } }, "origin": "cyberomulus/sitemap-generator-bundle:1.2@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/dama.doctrine-test-bundle.4.0.json b/dama.doctrine-test-bundle.4.0.json index bd4e2cf2..3f5fd3fc 100644 --- a/dama.doctrine-test-bundle.4.0.json +++ b/dama.doctrine-test-bundle.4.0.json @@ -33,7 +33,6 @@ } }, "origin": "dama/doctrine-test-bundle:4.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/damienharper.auditor-bundle.4.0.json b/damienharper.auditor-bundle.4.0.json index c35e82d4..72fd4fc1 100644 --- a/damienharper.auditor-bundle.4.0.json +++ b/damienharper.auditor-bundle.4.0.json @@ -38,7 +38,6 @@ } }, "origin": "damienharper/auditor-bundle:4.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/damienharper.doctrine-audit-bundle.1.0.json b/damienharper.doctrine-audit-bundle.1.0.json index a10cb1a6..893d7d57 100644 --- a/damienharper.doctrine-audit-bundle.1.0.json +++ b/damienharper.doctrine-audit-bundle.1.0.json @@ -33,7 +33,6 @@ } }, "origin": "damienharper/doctrine-audit-bundle:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/datana-gmbh.intercom-config.1.1.json b/datana-gmbh.intercom-config.1.1.json index 78487e58..cd092d16 100644 --- a/datana-gmbh.intercom-config.1.1.json +++ b/datana-gmbh.intercom-config.1.1.json @@ -32,7 +32,6 @@ } }, "origin": "datana-gmbh/intercom-config:1.1@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/datana-gmbh.sendgrid-dynamic-template-mailer.1.0.json b/datana-gmbh.sendgrid-dynamic-template-mailer.1.0.json index 3112573e..1cf1b02c 100644 --- a/datana-gmbh.sendgrid-dynamic-template-mailer.1.0.json +++ b/datana-gmbh.sendgrid-dynamic-template-mailer.1.0.json @@ -31,7 +31,6 @@ } }, "origin": "datana-gmbh/sendgrid-dynamic-template-mailer:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/deamon.logger-extra-bundle.4.0.json b/deamon.logger-extra-bundle.4.0.json index 8a7d4814..c705f1dc 100644 --- a/deamon.logger-extra-bundle.4.0.json +++ b/deamon.logger-extra-bundle.4.0.json @@ -33,7 +33,6 @@ } }, "origin": "deamon/logger-extra-bundle:4.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/debril.rss-atom-bundle.4.0.json b/debril.rss-atom-bundle.4.0.json index f43d5046..df29c69f 100644 --- a/debril.rss-atom-bundle.4.0.json +++ b/debril.rss-atom-bundle.4.0.json @@ -38,7 +38,6 @@ } }, "origin": "debril/rss-atom-bundle:4.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/dekalee.autopilot-bundle.1.0.json b/dekalee.autopilot-bundle.1.0.json index 62a8d3c6..ab0d1143 100644 --- a/dekalee.autopilot-bundle.1.0.json +++ b/dekalee.autopilot-bundle.1.0.json @@ -26,7 +26,8 @@ }, "env": { "#DEKALEE_AUTOPILOT_APIKEY": "the-autopilot-api-key" - } + }, + "post-install-output": " * The Dekalee/AutopilotBundle needs your pubsub configuration.\n Modify your DEKALEE_AUTOPILOT_APIKEY config in .env\n" }, "files": { "config/packages/dekalee_autopilot_swarrot.yaml": { @@ -36,7 +37,6 @@ } }, "origin": "dekalee/autopilot-bundle:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/dekalee.cdn77-bundle.1.4.json b/dekalee.cdn77-bundle.1.4.json index 54bc552e..b7a9344a 100644 --- a/dekalee.cdn77-bundle.1.4.json +++ b/dekalee.cdn77-bundle.1.4.json @@ -37,7 +37,6 @@ } }, "origin": "dekalee/cdn77-bundle:1.4@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/dekalee.enom-bundle.1.0.json b/dekalee.enom-bundle.1.0.json index 494d6651..b3927f85 100644 --- a/dekalee.enom-bundle.1.0.json +++ b/dekalee.enom-bundle.1.0.json @@ -28,7 +28,8 @@ "#ENOM_UID": "your-enom-uid", "#ENOM_PASSWORD": "your-enom-password", "#ENOM_BASE_URL": "your-enom-api-base-url" - } + }, + "post-install-output": " * The Dekalee/EnomBundle needs your enom configuration.\n Modify your ENOM_UID, ENOM_PASSWORD, ENOM_BASE_URL config in .env\n" }, "files": { "config/packages/dekalee_enom.yaml": { @@ -38,7 +39,6 @@ } }, "origin": "dekalee/enom-bundle:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/dekalee.mailjet-bundle.0.5.json b/dekalee.mailjet-bundle.0.5.json index 68133b55..e6029cef 100644 --- a/dekalee.mailjet-bundle.0.5.json +++ b/dekalee.mailjet-bundle.0.5.json @@ -28,7 +28,8 @@ "DEKALEE_MAILJET_API_KEY": "your-api_key", "DEKALEE_MAILJET_SECRET_KEY": "your-secret_key", "DEKALEE_MAILJET_BASE_TEMPLATE_ID": "your_base_template_id" - } + }, + "post-install-output": " * The Dekalee/MailjetBundle needs your mailjet configuration.\n Modify your DEKALEE_MAILJET_API_KEY, DEKALEE_MAILJET_SECRET_KEY\n and DEKALEE_MAILJET_BASE_TEMPLATE_ID config in .env\n" }, "files": { "config/packages/dekalee_mailjet.yaml": { @@ -38,7 +39,6 @@ } }, "origin": "dekalee/mailjet-bundle:0.5@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/dekalee.mailjet-bundle.2.1.json b/dekalee.mailjet-bundle.2.1.json index 547ad45d..8fd5ff8f 100644 --- a/dekalee.mailjet-bundle.2.1.json +++ b/dekalee.mailjet-bundle.2.1.json @@ -29,7 +29,8 @@ "DEKALEE_MAILJET_SECRET_KEY": "@@your-secret_key", "DEKALEE_MAILJET_BASE_TEMPLATE_ID": "your_base_template_id", "DEKALEE_MAILJET_EMAIL_REPORTING": "your_reporting_email" - } + }, + "post-install-output": " * The Dekalee/MailjetBundle needs your mailjet configuration.\n Modify your DEKALEE_MAILJET_API_KEY, DEKALEE_MAILJET_SECRET_KEY,\n DEKALEE_MAILJET_BASE_TEMPLATE_ID, DEKALEE_MAILJET_EMAIL_REPORTING,\n and DEKALEE_MAILJET_FORCE_DELIVER config in .env\n" }, "files": { "config/packages/dekalee_mailjet.yaml": { @@ -39,7 +40,6 @@ } }, "origin": "dekalee/mailjet-bundle:2.1@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/dekalee.pubsub-swarrot-bundle.1.0.json b/dekalee.pubsub-swarrot-bundle.1.0.json index 54e74e6b..8fe145a5 100644 --- a/dekalee.pubsub-swarrot-bundle.1.0.json +++ b/dekalee.pubsub-swarrot-bundle.1.0.json @@ -26,7 +26,8 @@ }, "env": { "#DEKALEE_PUBSUB_SWARROT_KEY_FILE_PATH": "your-pub_sub-key-file-path" - } + }, + "post-install-output": " * The Dekalee/PubSubSwarrotBundle needs your pubsub configuration.\n Modify your DEKALEE_PUBSUB_SWARROT_KEY_FILE_PATH config in .env\n" }, "files": { "config/packages/dekalee_pub_sub_swarrot.yaml": { @@ -36,7 +37,6 @@ } }, "origin": "dekalee/pubsub-swarrot-bundle:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/disjfa.mozaic-bundle.0.1.json b/disjfa.mozaic-bundle.0.1.json index 051369d8..a249d7fd 100644 --- a/disjfa.mozaic-bundle.0.1.json +++ b/disjfa.mozaic-bundle.0.1.json @@ -28,7 +28,8 @@ "#1": "You can request a api key on the developer page of unsplash here: https://unsplash.com/developers", "UNSPLASH_APPLICATION_ID": "", "UNSPLASH_APPLICATION_SECRET": "" - } + }, + "post-install-output": " * Modify the UNSPLASH_APPLICATION_ID and UNSPLASH_APPLICATION_SECRET config in .env\n\n * Don't forget to add the vue component in you javascript\n\n * You can check the instructions on the github repo: https://github.com/disjfa/mozaic-bundle\n" }, "files": { "config/routes/disjfa_mozaic.yaml": { @@ -43,7 +44,6 @@ } }, "origin": "disjfa/mozaic-bundle:0.1@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/disjfa.translation-bundle.0.1.json b/disjfa.translation-bundle.0.1.json index 4158ab3c..81198097 100644 --- a/disjfa.translation-bundle.0.1.json +++ b/disjfa.translation-bundle.0.1.json @@ -33,7 +33,6 @@ } }, "origin": "disjfa/translation-bundle:0.1@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/dobryprogramator.smartform-bundle.1.0.json b/dobryprogramator.smartform-bundle.1.0.json index 7c21c85e..c726a5bf 100644 --- a/dobryprogramator.smartform-bundle.1.0.json +++ b/dobryprogramator.smartform-bundle.1.0.json @@ -36,7 +36,6 @@ } }, "origin": "dobryprogramator/smartform-bundle:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/dockfony.dockfony.5.0.json b/dockfony.dockfony.5.0.json index 0229790d..953e6640 100644 --- a/dockfony.dockfony.5.0.json +++ b/dockfony.dockfony.5.0.json @@ -30,11 +30,11 @@ }, "gitignore": [ "/docker/" - ] + ], + "post-install-output": " * Edit the .env file to change the database setting if you require. For instance:\n\n DATABASE_URL=mysql://$DB_USERNAME:$DB_PASSWORD@mysql:3306/$DB_DATABASE\n\n * If using the Nelmio CORS bundle, you will need to wrap it's environment varible in quotes (\"\"):\n CORS_ALLOW_ORIGIN=\"^https?://localhost(:[0-9]+)?$\"\n\n * Run ./dockfony start to get started\n\n * Run ./dockfony --help to display the list of available commands.\n\nDocumentation: https://github.com/dockfony/dockfony/README.md\n" }, "files": [], "origin": "dockfony/dockfony:5.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/doctrine.mongodb-odm-bundle.3.3.json b/doctrine.mongodb-odm-bundle.3.3.json index 8c56b6ab..457b09d5 100644 --- a/doctrine.mongodb-odm-bundle.3.3.json +++ b/doctrine.mongodb-odm-bundle.3.3.json @@ -52,7 +52,6 @@ } }, "origin": "doctrine/mongodb-odm-bundle:3.3@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/doctrine.phpcr-bundle.2.0.json b/doctrine.phpcr-bundle.2.0.json index 188a6460..ee271683 100644 --- a/doctrine.phpcr-bundle.2.0.json +++ b/doctrine.phpcr-bundle.2.0.json @@ -38,7 +38,6 @@ } }, "origin": "doctrine/phpcr-bundle:2.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/doctrine.phpcr-dbal-symfony-pack.1.0.json b/doctrine.phpcr-dbal-symfony-pack.1.0.json index c735ea07..9635f998 100644 --- a/doctrine.phpcr-dbal-symfony-pack.1.0.json +++ b/doctrine.phpcr-dbal-symfony-pack.1.0.json @@ -49,7 +49,6 @@ } }, "origin": "doctrine/phpcr-dbal-symfony-pack:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/drenso.symfony-shared.0.8.json b/drenso.symfony-shared.0.8.json index a219a3e6..29b8bbc4 100644 --- a/drenso.symfony-shared.0.8.json +++ b/drenso.symfony-shared.0.8.json @@ -27,7 +27,6 @@ }, "files": [], "origin": "drenso/symfony-shared:0.8@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/drupol.ecl-twig-bundle.0.1.json b/drupol.ecl-twig-bundle.0.1.json index 01ca2375..23aa6277 100644 --- a/drupol.ecl-twig-bundle.0.1.json +++ b/drupol.ecl-twig-bundle.0.1.json @@ -27,7 +27,6 @@ }, "files": [], "origin": "drupol/ecl-twig-bundle:0.1@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/dukecity.command-scheduler-bundle.3.0.json b/dukecity.command-scheduler-bundle.3.0.json index 06f4b79d..72755ccb 100644 --- a/dukecity.command-scheduler-bundle.3.0.json +++ b/dukecity.command-scheduler-bundle.3.0.json @@ -23,7 +23,8 @@ }, "copy-from-recipe": { "config/": "%CONFIG_DIR%/" - } + }, + "post-install-output": " * Update your DB schema\n 1. php bin/console make:migration\n 2. php bin/console doctrine:migrations:migrate\n\n * Secure / Configure your application:\n 1. Secure your route by adding - { path: ^/command-scheduler, role: ROLE_ADMIN } in your security config.\n 2. Set the single-entry point in crontab : * * * * * php /your_app/bin/console scheduler:execute\n\n * Schedule your commands at http://your-app/command-scheduler/list\n" }, "files": { "config/routes/scheduler.yaml": { @@ -38,7 +39,6 @@ } }, "origin": "dukecity/command-scheduler-bundle:3.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/dunglas.digital-ocean-bundle.1.0.json b/dunglas.digital-ocean-bundle.1.0.json index 8405267c..75ebf343 100644 --- a/dunglas.digital-ocean-bundle.1.0.json +++ b/dunglas.digital-ocean-bundle.1.0.json @@ -37,7 +37,6 @@ } }, "origin": "dunglas/digital-ocean-bundle:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/dunglas.doctrine-json-odm.0.1.json b/dunglas.doctrine-json-odm.0.1.json index 5410d4f4..c6216b52 100644 --- a/dunglas.doctrine-json-odm.0.1.json +++ b/dunglas.doctrine-json-odm.0.1.json @@ -24,7 +24,6 @@ }, "files": [], "origin": "dunglas/doctrine-json-odm:0.1@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/ecphp.api-gw-authentication-bundle.1.0.json b/ecphp.api-gw-authentication-bundle.1.0.json index 73796be1..85803030 100644 --- a/ecphp.api-gw-authentication-bundle.1.0.json +++ b/ecphp.api-gw-authentication-bundle.1.0.json @@ -38,7 +38,6 @@ } }, "origin": "ecphp/api-gw-authentication-bundle:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/ecphp.cas-bundle.1.0.json b/ecphp.cas-bundle.1.0.json index 083b8c3b..4f9383d3 100644 --- a/ecphp.cas-bundle.1.0.json +++ b/ecphp.cas-bundle.1.0.json @@ -27,7 +27,6 @@ }, "files": [], "origin": "ecphp/cas-bundle:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/ecphp.cas-bundle.2.0.json b/ecphp.cas-bundle.2.0.json index 80ca9111..c892cec3 100644 --- a/ecphp.cas-bundle.2.0.json +++ b/ecphp.cas-bundle.2.0.json @@ -27,7 +27,6 @@ }, "files": [], "origin": "ecphp/cas-bundle:2.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/ecphp.eu-login-api-authentication-bundle.1.0.json b/ecphp.eu-login-api-authentication-bundle.1.0.json index 6f391ff3..58653252 100644 --- a/ecphp.eu-login-api-authentication-bundle.1.0.json +++ b/ecphp.eu-login-api-authentication-bundle.1.0.json @@ -43,7 +43,6 @@ } }, "origin": "ecphp/eu-login-api-authentication-bundle:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/ecphp.eu-login-bundle.1.0.json b/ecphp.eu-login-bundle.1.0.json index 09a87958..5fc7d5ef 100644 --- a/ecphp.eu-login-bundle.1.0.json +++ b/ecphp.eu-login-bundle.1.0.json @@ -27,7 +27,6 @@ }, "files": [], "origin": "ecphp/eu-login-bundle:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/ecphp.eu-login-bundle.2.0.json b/ecphp.eu-login-bundle.2.0.json index 66f6afae..59ab0470 100644 --- a/ecphp.eu-login-bundle.2.0.json +++ b/ecphp.eu-login-bundle.2.0.json @@ -27,7 +27,6 @@ }, "files": [], "origin": "ecphp/eu-login-bundle:2.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/egeloen.ckeditor-bundle.5.0.json b/egeloen.ckeditor-bundle.5.0.json index d98a4310..02982c17 100644 --- a/egeloen.ckeditor-bundle.5.0.json +++ b/egeloen.ckeditor-bundle.5.0.json @@ -33,7 +33,6 @@ } }, "origin": "egeloen/ckeditor-bundle:5.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/eightpoints.guzzle-bundle.7.0.json b/eightpoints.guzzle-bundle.7.0.json index 21b2818c..b6a2aa78 100644 --- a/eightpoints.guzzle-bundle.7.0.json +++ b/eightpoints.guzzle-bundle.7.0.json @@ -33,7 +33,6 @@ } }, "origin": "eightpoints/guzzle-bundle:7.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/ekino.newrelic-bundle.1.3.json b/ekino.newrelic-bundle.1.3.json index ca8943ee..716b2e75 100644 --- a/ekino.newrelic-bundle.1.3.json +++ b/ekino.newrelic-bundle.1.3.json @@ -37,7 +37,6 @@ } }, "origin": "ekino/newrelic-bundle:1.3@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/ekino.newrelic-bundle.2.0.json b/ekino.newrelic-bundle.2.0.json index 82050bb4..2f0bcec4 100644 --- a/ekino.newrelic-bundle.2.0.json +++ b/ekino.newrelic-bundle.2.0.json @@ -42,7 +42,6 @@ } }, "origin": "ekino/newrelic-bundle:2.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/eko.feedbundle.1.2.json b/eko.feedbundle.1.2.json index ae0385d1..ada8f383 100644 --- a/eko.feedbundle.1.2.json +++ b/eko.feedbundle.1.2.json @@ -33,7 +33,6 @@ } }, "origin": "eko/feedbundle:1.2@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/ekreative.health-check-bundle.1.5.json b/ekreative.health-check-bundle.1.5.json index 46afa10a..35038123 100644 --- a/ekreative.health-check-bundle.1.5.json +++ b/ekreative.health-check-bundle.1.5.json @@ -23,7 +23,8 @@ }, "copy-from-recipe": { "config/": "%CONFIG_DIR%/" - } + }, + "post-install-output": " * You can add more doctrine/redis connections to your config in config/packages/ekreative_health_check.yaml\n\n *. Add healthcheck firewall to config/security.yaml file\n\n\nsecurity:\n firewalls:\n healthcheck:\n pattern: ^/healthcheck\n security: false\n\n\n * Read the documentation at https://github.com/ekreative/health-check-bundle\n" }, "files": { "config/routes/ekreative_health_check.yaml": { @@ -33,7 +34,6 @@ } }, "origin": "ekreative/health-check-bundle:1.5@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/elao.enum.1.7.json b/elao.enum.1.7.json index 1c34636d..d6c87470 100644 --- a/elao.enum.1.7.json +++ b/elao.enum.1.7.json @@ -33,7 +33,6 @@ } }, "origin": "elao/enum:1.7@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/elephantly.kahlan-bundle.0.9.json b/elephantly.kahlan-bundle.0.9.json index 3509826c..3e0e06f9 100644 --- a/elephantly.kahlan-bundle.0.9.json +++ b/elephantly.kahlan-bundle.0.9.json @@ -25,7 +25,6 @@ }, "files": [], "origin": "elephantly/kahlan-bundle:0.9@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/emag-tech-labs.annotation-cache-bundle.5.0.json b/emag-tech-labs.annotation-cache-bundle.5.0.json index c7626b0e..e420adb3 100644 --- a/emag-tech-labs.annotation-cache-bundle.5.0.json +++ b/emag-tech-labs.annotation-cache-bundle.5.0.json @@ -33,7 +33,6 @@ } }, "origin": "emag-tech-labs/annotation-cache-bundle:5.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/emag-tech-labs.rabbitmq-bundle.2.0.json b/emag-tech-labs.rabbitmq-bundle.2.0.json index d99d102b..044ae090 100644 --- a/emag-tech-labs.rabbitmq-bundle.2.0.json +++ b/emag-tech-labs.rabbitmq-bundle.2.0.json @@ -37,7 +37,6 @@ } }, "origin": "emag-tech-labs/rabbitmq-bundle:2.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/emanuilnikolov.igdb-api-bundle.1.0.json b/emanuilnikolov.igdb-api-bundle.1.0.json index 42a613d5..2b3d54c4 100644 --- a/emanuilnikolov.igdb-api-bundle.1.0.json +++ b/emanuilnikolov.igdb-api-bundle.1.0.json @@ -37,7 +37,6 @@ } }, "origin": "emanuilnikolov/igdb-api-bundle:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/enhavo.app-bundle.0.9.json b/enhavo.app-bundle.0.9.json index 25ab2e8f..4817e37d 100644 --- a/enhavo.app-bundle.0.9.json +++ b/enhavo.app-bundle.0.9.json @@ -39,7 +39,8 @@ "public/build/enhavo/*", "public/build/theme/*", "public/js/fos_routes.js" - ] + ], + "post-install-output": " * Update your package.json file\n * Update your webpack.config.js file\n * Update your configurations\n * Build your assets with\n\n $ yarn encore dev\n $ yarn routes:dump\n\n Read more details about the steps:\n https://docs.enhavo.com/book/app-bundle/installation.html\n" }, "files": { "public/build/.gitignore": { @@ -84,7 +85,6 @@ } }, "origin": "enhavo/app-bundle:0.9@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/enigma972.user-bundle.0.4.json b/enigma972.user-bundle.0.4.json index 9a982107..13731982 100644 --- a/enigma972.user-bundle.0.4.json +++ b/enigma972.user-bundle.0.4.json @@ -24,7 +24,8 @@ "copy-from-recipe": { "config/": "%CONFIG_DIR%/", "src/": "%SRC_DIR%/" - } + }, + "post-install-output": " * Create an User entity and extend Enigma972\\UserBundle\\Entity\\User class\n\n * And add all properties and methods you needs, it is your!\n\nDocumentation: https://www.github.com/enigma972/user-bundle\n" }, "files": { "src/Repository/UserRepository.php": { @@ -49,7 +50,6 @@ } }, "origin": "enigma972/user-bundle:0.4@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/enqueue.amqp-bunny.0.7.json b/enqueue.amqp-bunny.0.7.json index 530f79d5..2d77b36e 100644 --- a/enqueue.amqp-bunny.0.7.json +++ b/enqueue.amqp-bunny.0.7.json @@ -15,10 +15,11 @@ "repository": "github.com/symfony/recipes-contrib", "package": "enqueue/amqp-bunny", "version": "0.7", - "manifest": [], + "manifest": { + "post-install-output": " * Configure ENQUEUE_DSN=amqp+bunny://guest:guest@localhost:5672/%2f\n in your .env file.\n\n * For the full options, see\n https://github.com/php-enqueue/enqueue-dev/blob/master/docs/transport/amqp_bunny.md\n" + }, "files": [], "origin": "enqueue/amqp-bunny:0.7@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/enqueue.amqp-ext.0.4.json b/enqueue.amqp-ext.0.4.json index 118ca0c8..97f99b18 100644 --- a/enqueue.amqp-ext.0.4.json +++ b/enqueue.amqp-ext.0.4.json @@ -15,10 +15,11 @@ "repository": "github.com/symfony/recipes-contrib", "package": "enqueue/amqp-ext", "version": "0.4", - "manifest": [], + "manifest": { + "post-install-output": " * Configure ENQUEUE_DSN=amqp://user:pass@example.com:10000/%2f\n in your .env file.\n\n * For the full options, see\n https://github.com/php-enqueue/enqueue-dev/blob/master/docs/transport/amqp.md\n" + }, "files": [], "origin": "enqueue/amqp-ext:0.4@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/enqueue.amqp-ext.0.7.json b/enqueue.amqp-ext.0.7.json index 48f0397e..9d2bf09a 100644 --- a/enqueue.amqp-ext.0.7.json +++ b/enqueue.amqp-ext.0.7.json @@ -15,10 +15,11 @@ "repository": "github.com/symfony/recipes-contrib", "package": "enqueue/amqp-ext", "version": "0.7", - "manifest": [], + "manifest": { + "post-install-output": " * Configure ENQUEUE_DSN=amqp+ext://user:pass@example.com:10000/%2f\n in your .env file.\n\n * For the full options, see\n https://github.com/php-enqueue/enqueue-dev/blob/master/docs/transport/amqp.md\n" + }, "files": [], "origin": "enqueue/amqp-ext:0.7@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/enqueue.amqp-lib.0.7.json b/enqueue.amqp-lib.0.7.json index 594f9760..7bc68a1b 100644 --- a/enqueue.amqp-lib.0.7.json +++ b/enqueue.amqp-lib.0.7.json @@ -15,10 +15,11 @@ "repository": "github.com/symfony/recipes-contrib", "package": "enqueue/amqp-lib", "version": "0.7", - "manifest": [], + "manifest": { + "post-install-output": " * Configure ENQUEUE_DSN=amqp+lib://user:pass@example.com:10000/%2f\n in your .env file.\n\n * For the full options, see\n https://github.com/php-enqueue/enqueue-dev/blob/master/docs/transport/amqp_lib.md\n" + }, "files": [], "origin": "enqueue/amqp-lib:0.7@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/enqueue.async-command.0.9.json b/enqueue.async-command.0.9.json index e3b0429f..f2928bc5 100644 --- a/enqueue.async-command.0.9.json +++ b/enqueue.async-command.0.9.json @@ -28,7 +28,6 @@ } }, "origin": "enqueue/async-command:0.9@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/enqueue.async-event-dispatcher.0.7.json b/enqueue.async-event-dispatcher.0.7.json index 5a464bed..9502f0c9 100644 --- a/enqueue.async-event-dispatcher.0.7.json +++ b/enqueue.async-event-dispatcher.0.7.json @@ -28,7 +28,6 @@ } }, "origin": "enqueue/async-event-dispatcher:0.7@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/enqueue.async-event-dispatcher.0.9.json b/enqueue.async-event-dispatcher.0.9.json index e4491499..e0b85413 100644 --- a/enqueue.async-event-dispatcher.0.9.json +++ b/enqueue.async-event-dispatcher.0.9.json @@ -28,7 +28,6 @@ } }, "origin": "enqueue/async-event-dispatcher:0.9@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/enqueue.dbal.0.4.json b/enqueue.dbal.0.4.json index d4865844..3f6ae3b6 100644 --- a/enqueue.dbal.0.4.json +++ b/enqueue.dbal.0.4.json @@ -15,10 +15,11 @@ "repository": "github.com/symfony/recipes-contrib", "package": "enqueue/dbal", "version": "0.4", - "manifest": [], + "manifest": { + "post-install-output": " * Configure ENQUEUE_DSN=mysql://user:pass@localhost:3306/mqdev\n in your .env file.\n\n * Or, to re-use the DATABASE_URL environment variable, edit\n the config/packages/enqueue.yaml file and change to\n transport: %env(resolve:DATABASE_URL)%.\n\n * For the full options, see\n https://github.com/php-enqueue/enqueue-dev/blob/master/docs/transport/dbal.md\n" + }, "files": [], "origin": "enqueue/dbal:0.4@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/enqueue.enqueue-bundle.0.4.json b/enqueue.enqueue-bundle.0.4.json index fe8e34d5..c8f58c1a 100644 --- a/enqueue.enqueue-bundle.0.4.json +++ b/enqueue.enqueue-bundle.0.4.json @@ -41,7 +41,6 @@ } }, "origin": "enqueue/enqueue-bundle:0.4@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/enqueue.enqueue-bundle.0.9.json b/enqueue.enqueue-bundle.0.9.json index effdf552..b711f435 100644 --- a/enqueue.enqueue-bundle.0.9.json +++ b/enqueue.enqueue-bundle.0.9.json @@ -41,7 +41,6 @@ } }, "origin": "enqueue/enqueue-bundle:0.9@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/enqueue.fs.0.4.json b/enqueue.fs.0.4.json index 305a1a31..02ac0277 100644 --- a/enqueue.fs.0.4.json +++ b/enqueue.fs.0.4.json @@ -15,10 +15,11 @@ "repository": "github.com/symfony/recipes-contrib", "package": "enqueue/fs", "version": "0.4", - "manifest": [], + "manifest": { + "post-install-output": " * Configure ENQUEUE_DSN=file://%kernel.project_dir%/var/queue\n in your .env file.\n\n * For the full options, see\n https://github.com/php-enqueue/enqueue-dev/blob/master/docs/transport/filesystem.md\n" + }, "files": [], "origin": "enqueue/fs:0.4@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/enqueue.gearman.0.7.json b/enqueue.gearman.0.7.json index 7ced879b..761c1686 100644 --- a/enqueue.gearman.0.7.json +++ b/enqueue.gearman.0.7.json @@ -15,10 +15,11 @@ "repository": "github.com/symfony/recipes-contrib", "package": "enqueue/gearman", "version": "0.7", - "manifest": [], + "manifest": { + "post-install-output": " * Configure ENQUEUE_DSN=gearman://example:5555\n in your .env file.\n\n * For the full options, see\n https://github.com/php-enqueue/enqueue-dev/blob/master/docs/transport/gearman.md\n" + }, "files": [], "origin": "enqueue/gearman:0.7@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/enqueue.gps.0.7.json b/enqueue.gps.0.7.json index d2804a17..73ddf47a 100644 --- a/enqueue.gps.0.7.json +++ b/enqueue.gps.0.7.json @@ -18,11 +18,11 @@ "manifest": { "env": { "PUBSUB_EMULATOR_HOST": "http://localhost:8900" - } + }, + "post-install-output": " * Configure ENQUEUE_DSN=gps: in your .env file.\n\n * Also configure the PUBSUB_EMULATOR_HOST environment\n variable in .env.\n\n * For the full options, see\n https://github.com/php-enqueue/enqueue-dev/blob/master/docs/transport/gps.md\n" }, "files": [], "origin": "enqueue/gps:0.7@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/enqueue.job-queue-pack.0.8.json b/enqueue.job-queue-pack.0.8.json index 216d1ccf..f07d5619 100644 --- a/enqueue.job-queue-pack.0.8.json +++ b/enqueue.job-queue-pack.0.8.json @@ -28,7 +28,6 @@ } }, "origin": "enqueue/job-queue-pack:0.8@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/enqueue.job-queue-pack.0.9.json b/enqueue.job-queue-pack.0.9.json index 50ad60ac..5663fc50 100644 --- a/enqueue.job-queue-pack.0.9.json +++ b/enqueue.job-queue-pack.0.9.json @@ -28,7 +28,6 @@ } }, "origin": "enqueue/job-queue-pack:0.9@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/enqueue.messenger-adapter.0.1.json b/enqueue.messenger-adapter.0.1.json index 8c8d2863..cf84aa6e 100644 --- a/enqueue.messenger-adapter.0.1.json +++ b/enqueue.messenger-adapter.0.1.json @@ -24,7 +24,6 @@ }, "files": [], "origin": "enqueue/messenger-adapter:0.1@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/enqueue.mongodb.0.8.json b/enqueue.mongodb.0.8.json index 26fcafad..14a2bd9e 100644 --- a/enqueue.mongodb.0.8.json +++ b/enqueue.mongodb.0.8.json @@ -15,10 +15,11 @@ "repository": "github.com/symfony/recipes-contrib", "package": "enqueue/mongodb", "version": "0.8", - "manifest": [], + "manifest": { + "post-install-output": " * Configure ENQUEUE_DSN=mongodb://localhost:27017/db_name\n in your .env file.\n\n * For the full options, see\n https://github.com/php-enqueue/enqueue-dev/blob/master/docs/transport/mongodb.md\n" + }, "files": [], "origin": "enqueue/mongodb:0.8@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/enqueue.pheanstalk.0.5.json b/enqueue.pheanstalk.0.5.json index 753cd3da..388cec76 100644 --- a/enqueue.pheanstalk.0.5.json +++ b/enqueue.pheanstalk.0.5.json @@ -15,10 +15,11 @@ "repository": "github.com/symfony/recipes-contrib", "package": "enqueue/pheanstalk", "version": "0.5", - "manifest": [], + "manifest": { + "post-install-output": " * Configure ENQUEUE_DSN=beanstalk://example:5555\n in your .env file.\n\n * For the full options, see\n https://github.com/php-enqueue/enqueue-dev/blob/master/docs/transport/pheanstalk.md\n" + }, "files": [], "origin": "enqueue/pheanstalk:0.5@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/enqueue.rdkafka.0.7.json b/enqueue.rdkafka.0.7.json index d3272e6a..c1d4f3b3 100644 --- a/enqueue.rdkafka.0.7.json +++ b/enqueue.rdkafka.0.7.json @@ -15,10 +15,11 @@ "repository": "github.com/symfony/recipes-contrib", "package": "enqueue/rdkafka", "version": "0.7", - "manifest": [], + "manifest": { + "post-install-output": " * Configure ENQUEUE_DSN=rdkafka://\n in your .env file.\n\n * For the full options, see\n https://github.com/php-enqueue/enqueue-dev/blob/master/docs/transport/kafka.md\n" + }, "files": [], "origin": "enqueue/rdkafka:0.7@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/enqueue.rdkafka.0.8.json b/enqueue.rdkafka.0.8.json index de14c150..2cb24d34 100644 --- a/enqueue.rdkafka.0.8.json +++ b/enqueue.rdkafka.0.8.json @@ -15,10 +15,11 @@ "repository": "github.com/symfony/recipes-contrib", "package": "enqueue/rdkafka", "version": "0.8", - "manifest": [], + "manifest": { + "post-install-output": " * Configure ENQUEUE_DSN=kafka://\n in your .env file.\n\n * For the full options, see\n https://github.com/php-enqueue/enqueue-dev/blob/master/docs/transport/kafka.md\n" + }, "files": [], "origin": "enqueue/rdkafka:0.8@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/enqueue.redis.0.7.json b/enqueue.redis.0.7.json index 2d4789a7..124172b7 100644 --- a/enqueue.redis.0.7.json +++ b/enqueue.redis.0.7.json @@ -15,10 +15,11 @@ "repository": "github.com/symfony/recipes-contrib", "package": "enqueue/redis", "version": "0.7", - "manifest": [], + "manifest": { + "post-install-output": " * Configure ENQUEUE_DSN=redis://example.com:1000\n in your .env file.\n\n * For the full options, see\n https://github.com/php-enqueue/enqueue-dev/blob/master/docs/transport/redis.md\n" + }, "files": [], "origin": "enqueue/redis:0.7@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/enqueue.sqs.0.7.json b/enqueue.sqs.0.7.json index 2280baec..1d48a2b5 100644 --- a/enqueue.sqs.0.7.json +++ b/enqueue.sqs.0.7.json @@ -15,10 +15,11 @@ "repository": "github.com/symfony/recipes-contrib", "package": "enqueue/sqs", "version": "0.7", - "manifest": [], + "manifest": { + "post-install-output": " * Configure ENQUEUE_DSN=sqs:?key=aKey&secret=aSecret®ion=aRegion\n in your .env file.\n\n * For the full options, see\n https://github.com/php-enqueue/enqueue-dev/blob/master/docs/transport/sqs.md\n" + }, "files": [], "origin": "enqueue/sqs:0.7@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/enqueue.stomp.0.7.json b/enqueue.stomp.0.7.json index caeb6239..f478cb3f 100644 --- a/enqueue.stomp.0.7.json +++ b/enqueue.stomp.0.7.json @@ -15,10 +15,11 @@ "repository": "github.com/symfony/recipes-contrib", "package": "enqueue/stomp", "version": "0.7", - "manifest": [], + "manifest": { + "post-install-output": " * Configure ENQUEUE_DSN=stomp://example.com:1000?login=theLogin\n in your .env file.\n\n * For the full options, see\n https://github.com/php-enqueue/enqueue-dev/blob/master/docs/transport/stomp.md\n" + }, "files": [], "origin": "enqueue/stomp:0.7@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/enqueue.wamp.0.9.json b/enqueue.wamp.0.9.json index d5fccadc..550ab857 100644 --- a/enqueue.wamp.0.9.json +++ b/enqueue.wamp.0.9.json @@ -15,10 +15,11 @@ "repository": "github.com/symfony/recipes-contrib", "package": "enqueue/wamp", "version": "0.9", - "manifest": [], + "manifest": { + "post-install-output": " * Configure ENQUEUE_DSN=wamp://127.0.0.1:9090\n in your .env file.\n\n * For the full options, see\n https://github.com/php-enqueue/enqueue-dev/blob/master/docs/transport/wamp.md\n" + }, "files": [], "origin": "enqueue/wamp:0.9@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/excelwebzone.recaptcha-bundle.1.5.json b/excelwebzone.recaptcha-bundle.1.5.json index 7ec8b355..065bf4b0 100644 --- a/excelwebzone.recaptcha-bundle.1.5.json +++ b/excelwebzone.recaptcha-bundle.1.5.json @@ -42,7 +42,6 @@ } }, "origin": "excelwebzone/recaptcha-bundle:1.5@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/exercise.htmlpurifier-bundle.0.2.json b/exercise.htmlpurifier-bundle.0.2.json index e52f3d0d..efe7369c 100644 --- a/exercise.htmlpurifier-bundle.0.2.json +++ b/exercise.htmlpurifier-bundle.0.2.json @@ -33,7 +33,6 @@ } }, "origin": "exercise/htmlpurifier-bundle:0.2@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/exercise.htmlpurifier-bundle.3.0.json b/exercise.htmlpurifier-bundle.3.0.json index 3b48876b..9694707d 100644 --- a/exercise.htmlpurifier-bundle.3.0.json +++ b/exercise.htmlpurifier-bundle.3.0.json @@ -33,7 +33,6 @@ } }, "origin": "exercise/htmlpurifier-bundle:3.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/expertcoder.swiftmailer-send-grid-bundle.2.0.json b/expertcoder.swiftmailer-send-grid-bundle.2.0.json index 7c742de5..2e030caa 100644 --- a/expertcoder.swiftmailer-send-grid-bundle.2.0.json +++ b/expertcoder.swiftmailer-send-grid-bundle.2.0.json @@ -36,7 +36,6 @@ } }, "origin": "expertcoder/swiftmailer-send-grid-bundle:2.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/facile-it.mongodb-bundle.0.6.json b/facile-it.mongodb-bundle.0.6.json index 5928f00e..7faa9c19 100644 --- a/facile-it.mongodb-bundle.0.6.json +++ b/facile-it.mongodb-bundle.0.6.json @@ -40,7 +40,6 @@ } }, "origin": "facile-it/mongodb-bundle:0.6@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/felds.quick-mailer-bundle.5.0.json b/felds.quick-mailer-bundle.5.0.json index 9f2fe89c..b1d65ed2 100644 --- a/felds.quick-mailer-bundle.5.0.json +++ b/felds.quick-mailer-bundle.5.0.json @@ -33,7 +33,6 @@ } }, "origin": "felds/quick-mailer-bundle:5.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/ferror.phpscan.1.0.json b/ferror.phpscan.1.0.json index 5563aaf8..68f19c91 100644 --- a/ferror.phpscan.1.0.json +++ b/ferror.phpscan.1.0.json @@ -23,7 +23,6 @@ }, "files": [], "origin": "ferror/phpscan:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/flagception.flagception-bundle.3.0.json b/flagception.flagception-bundle.3.0.json index 2860079d..ced37e3e 100644 --- a/flagception.flagception-bundle.3.0.json +++ b/flagception.flagception-bundle.3.0.json @@ -33,7 +33,6 @@ } }, "origin": "flagception/flagception-bundle:3.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/flux-se.sylius-payum-stripe-plugin.1.2.json b/flux-se.sylius-payum-stripe-plugin.1.2.json index 3f82886f..7d260542 100644 --- a/flux-se.sylius-payum-stripe-plugin.1.2.json +++ b/flux-se.sylius-payum-stripe-plugin.1.2.json @@ -33,7 +33,6 @@ } }, "origin": "flux-se/sylius-payum-stripe-plugin:1.2@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/flux-se.sylius-payum-stripe-plugin.2.0.json b/flux-se.sylius-payum-stripe-plugin.2.0.json index a31965f1..397774b1 100644 --- a/flux-se.sylius-payum-stripe-plugin.2.0.json +++ b/flux-se.sylius-payum-stripe-plugin.2.0.json @@ -33,7 +33,6 @@ } }, "origin": "flux-se/sylius-payum-stripe-plugin:2.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/fresh.centrifugo-bundle.1.3.json b/fresh.centrifugo-bundle.1.3.json index a82461b4..3fbe241c 100644 --- a/fresh.centrifugo-bundle.1.3.json +++ b/fresh.centrifugo-bundle.1.3.json @@ -38,7 +38,6 @@ } }, "origin": "fresh/centrifugo-bundle:1.3@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/fresh.doctrine-enum-bundle.6.0.json b/fresh.doctrine-enum-bundle.6.0.json index 9293539d..67213bf4 100644 --- a/fresh.doctrine-enum-bundle.6.0.json +++ b/fresh.doctrine-enum-bundle.6.0.json @@ -33,7 +33,6 @@ } }, "origin": "fresh/doctrine-enum-bundle:6.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/friends-of-behat.symfony-extension.2.0.json b/friends-of-behat.symfony-extension.2.0.json index a2759b29..9f802774 100644 --- a/friends-of-behat.symfony-extension.2.0.json +++ b/friends-of-behat.symfony-extension.2.0.json @@ -29,7 +29,8 @@ }, "gitignore": [ "/behat.yml" - ] + ], + "post-install-output": " Run vendor/bin/behat to run the demo tests.\n" }, "files": { "features/demo.feature": { @@ -54,7 +55,6 @@ } }, "origin": "friends-of-behat/symfony-extension:2.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/friendsofsymfony.ckeditor-bundle.2.0.json b/friendsofsymfony.ckeditor-bundle.2.0.json index c0a5a7e4..df17bd40 100644 --- a/friendsofsymfony.ckeditor-bundle.2.0.json +++ b/friendsofsymfony.ckeditor-bundle.2.0.json @@ -36,7 +36,6 @@ } }, "origin": "friendsofsymfony/ckeditor-bundle:2.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/friendsofsymfony.elastica-bundle.5.0.json b/friendsofsymfony.elastica-bundle.5.0.json index 09e56b77..5bfe485a 100644 --- a/friendsofsymfony.elastica-bundle.5.0.json +++ b/friendsofsymfony.elastica-bundle.5.0.json @@ -36,7 +36,6 @@ } }, "origin": "friendsofsymfony/elastica-bundle:5.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/friendsofsymfony.jsrouting-bundle.2.0.json b/friendsofsymfony.jsrouting-bundle.2.0.json index 7c22c9ab..e8602dd4 100644 --- a/friendsofsymfony.jsrouting-bundle.2.0.json +++ b/friendsofsymfony.jsrouting-bundle.2.0.json @@ -33,7 +33,6 @@ } }, "origin": "friendsofsymfony/jsrouting-bundle:2.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/friendsofsymfony.jsrouting-bundle.2.3.json b/friendsofsymfony.jsrouting-bundle.2.3.json index f037f8b3..b6f9be81 100644 --- a/friendsofsymfony.jsrouting-bundle.2.3.json +++ b/friendsofsymfony.jsrouting-bundle.2.3.json @@ -33,7 +33,6 @@ } }, "origin": "friendsofsymfony/jsrouting-bundle:2.3@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/friendsofsymfony.oauth-server-bundle.1.6.json b/friendsofsymfony.oauth-server-bundle.1.6.json index 5bde5c3d..a88b3153 100644 --- a/friendsofsymfony.oauth-server-bundle.1.6.json +++ b/friendsofsymfony.oauth-server-bundle.1.6.json @@ -59,7 +59,6 @@ } }, "origin": "friendsofsymfony/oauth-server-bundle:1.6@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/friendsofsymfony.rest-bundle.2.2.json b/friendsofsymfony.rest-bundle.2.2.json index 18e39a20..d2a27d3b 100644 --- a/friendsofsymfony.rest-bundle.2.2.json +++ b/friendsofsymfony.rest-bundle.2.2.json @@ -33,7 +33,6 @@ } }, "origin": "friendsofsymfony/rest-bundle:2.2@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/geosocio.http-serializer-bundle.2.0.json b/geosocio.http-serializer-bundle.2.0.json index b69a731b..086ac315 100644 --- a/geosocio.http-serializer-bundle.2.0.json +++ b/geosocio.http-serializer-bundle.2.0.json @@ -33,7 +33,6 @@ } }, "origin": "geosocio/http-serializer-bundle:2.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/gheb.configuration-converter-bundle.0.5.json b/gheb.configuration-converter-bundle.0.5.json index 71fbb326..9480a04b 100644 --- a/gheb.configuration-converter-bundle.0.5.json +++ b/gheb.configuration-converter-bundle.0.5.json @@ -23,7 +23,8 @@ }, "copy-from-recipe": { "config/": "%CONFIG_DIR%/" - } + }, + "post-install-output": " * Edit the config/packages/configuration_converter.yaml file to configure your own settings.\n\n * Run bin/console configuration:convert to convert your configuration.\n\nDocumentation: https://github.com/GregoireHebert/configuration-converter-bundle\n" }, "files": { "config/packages/configuration_converter.yaml": { @@ -33,7 +34,6 @@ } }, "origin": "gheb/configuration-converter-bundle:0.5@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/gheb.data-migrations-bundle.1.3.json b/gheb.data-migrations-bundle.1.3.json index 3dd2cda5..2287403c 100644 --- a/gheb.data-migrations-bundle.1.3.json +++ b/gheb.data-migrations-bundle.1.3.json @@ -39,7 +39,6 @@ } }, "origin": "gheb/data-migrations-bundle:1.3@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/gheb.docusign-bundle.5.0.json b/gheb.docusign-bundle.5.0.json index 469a2498..60bf5fd2 100644 --- a/gheb.docusign-bundle.5.0.json +++ b/gheb.docusign-bundle.5.0.json @@ -32,7 +32,8 @@ }, "gitignore": [ "/%CONFIG_DIR%/jwt/*.pem" - ] + ], + "post-install-output": " * Read the documentation at:\n https://github.com/GregoireHebert/docusign-bundle\n * Edit the .env file to adapt the authentication settings.\n * Edit the config/packages/docusign.yaml file to configure your documents signatures.\n" }, "files": { "config/routes/docusign.yaml": { @@ -47,7 +48,6 @@ } }, "origin": "gheb/docusign-bundle:5.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/goetas.twital-bundle.1.3.json b/goetas.twital-bundle.1.3.json index e610c490..795b78d5 100644 --- a/goetas.twital-bundle.1.3.json +++ b/goetas.twital-bundle.1.3.json @@ -33,7 +33,6 @@ } }, "origin": "goetas/twital-bundle:1.3@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/goksagun.scheduler-bundle.0.1.json b/goksagun.scheduler-bundle.0.1.json index a1ea9af6..aef1cb2b 100644 --- a/goksagun.scheduler-bundle.0.1.json +++ b/goksagun.scheduler-bundle.0.1.json @@ -33,7 +33,6 @@ } }, "origin": "goksagun/scheduler-bundle:0.1@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/goksagun.scheduler-bundle.1.0.json b/goksagun.scheduler-bundle.1.0.json index 972857f0..5eca058a 100644 --- a/goksagun.scheduler-bundle.1.0.json +++ b/goksagun.scheduler-bundle.1.0.json @@ -23,7 +23,8 @@ }, "copy-from-recipe": { "config/": "%CONFIG_DIR%/" - } + }, + "post-install-output": " * Configure bundle in config/packages/scheduler.yaml\n * Read the documentation at https://github.com/goksagun/scheduler-bundle/blob/master/README.md\n" }, "files": { "config/packages/scheduler.yaml": { @@ -33,7 +34,6 @@ } }, "origin": "goksagun/scheduler-bundle:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/gonzakpo.websocket-bundle.1.0.json b/gonzakpo.websocket-bundle.1.0.json index bf94cdd9..d6d095dc 100644 --- a/gonzakpo.websocket-bundle.1.0.json +++ b/gonzakpo.websocket-bundle.1.0.json @@ -36,7 +36,6 @@ } }, "origin": "gonzakpo/websocket-bundle:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/google.apiclient.2.0.json b/google.apiclient.2.0.json index c65df3d0..8c65acbc 100644 --- a/google.apiclient.2.0.json +++ b/google.apiclient.2.0.json @@ -33,7 +33,6 @@ } }, "origin": "google/apiclient:2.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/google.recaptcha.1.1.json b/google.recaptcha.1.1.json index e3547c71..ac1ec97f 100644 --- a/google.recaptcha.1.1.json +++ b/google.recaptcha.1.1.json @@ -27,7 +27,8 @@ }, "container": { "google_recaptcha_site_key": "%env(GOOGLE_RECAPTCHA_SITE_KEY)%" - } + }, + "post-install-output": " * Register a site on https://www.google.com/recaptcha/admin\n\n * Modify your GOOGLE_RECAPTCHA_SITE_KEY and GOOGLE_RECAPTCHA_SECRET config in .env\n\n * Inject the ReCaptcha\\ReCaptcha service when you need to verify a submitted captcha\n" }, "files": { "config/packages/google_recaptcha.yaml": { @@ -37,7 +38,6 @@ } }, "origin": "google/recaptcha:1.1@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/googlechromelabs.ise-web-security-bundle.1.0.json b/googlechromelabs.ise-web-security-bundle.1.0.json index f29d3756..4e72317b 100644 --- a/googlechromelabs.ise-web-security-bundle.1.0.json +++ b/googlechromelabs.ise-web-security-bundle.1.0.json @@ -33,7 +33,6 @@ } }, "origin": "googlechromelabs/ise-web-security-bundle:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/gpslab.domain-event-bundle.2.2.json b/gpslab.domain-event-bundle.2.2.json index 82c1f871..db37d827 100644 --- a/gpslab.domain-event-bundle.2.2.json +++ b/gpslab.domain-event-bundle.2.2.json @@ -33,7 +33,6 @@ } }, "origin": "gpslab/domain-event-bundle:2.2@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/gpslab.geoip2.1.1.json b/gpslab.geoip2.1.1.json index d45c35e9..acb432d0 100644 --- a/gpslab.geoip2.1.1.json +++ b/gpslab.geoip2.1.1.json @@ -36,7 +36,6 @@ } }, "origin": "gpslab/geoip2:1.1@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/gpslab.geoip2.2.0.json b/gpslab.geoip2.2.0.json index a95b2133..99430416 100644 --- a/gpslab.geoip2.2.0.json +++ b/gpslab.geoip2.2.0.json @@ -36,7 +36,6 @@ } }, "origin": "gpslab/geoip2:2.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/gpslab.pagination-bundle.1.2.json b/gpslab.pagination-bundle.1.2.json index 1ac537ef..16b4c4ea 100644 --- a/gpslab.pagination-bundle.1.2.json +++ b/gpslab.pagination-bundle.1.2.json @@ -33,7 +33,6 @@ } }, "origin": "gpslab/pagination-bundle:1.2@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/hans-peter-ording.nflfastr-symfony-bundle.0.9.json b/hans-peter-ording.nflfastr-symfony-bundle.0.9.json index 99b53763..0fac7594 100644 --- a/hans-peter-ording.nflfastr-symfony-bundle.0.9.json +++ b/hans-peter-ording.nflfastr-symfony-bundle.0.9.json @@ -33,7 +33,6 @@ } }, "origin": "hans-peter-ording/nflfastr-symfony-bundle:0.9@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/happyr.json-api-response-factory.0.1.json b/happyr.json-api-response-factory.0.1.json index 23c73e7a..cca431f9 100644 --- a/happyr.json-api-response-factory.0.1.json +++ b/happyr.json-api-response-factory.0.1.json @@ -28,7 +28,6 @@ } }, "origin": "happyr/json-api-response-factory:0.1@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/happyr.linkedin-api-client.1.0.json b/happyr.linkedin-api-client.1.0.json index 0eb60434..e3e1f5f0 100644 --- a/happyr.linkedin-api-client.1.0.json +++ b/happyr.linkedin-api-client.1.0.json @@ -32,7 +32,6 @@ } }, "origin": "happyr/linkedin-api-client:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/hautelook.alice-bundle.2.1.json b/hautelook.alice-bundle.2.1.json index 569a4bf3..12f3ea55 100644 --- a/hautelook.alice-bundle.2.1.json +++ b/hautelook.alice-bundle.2.1.json @@ -25,7 +25,8 @@ "copy-from-recipe": { "config/": "%CONFIG_DIR%/", "fixtures/": "fixtures/" - } + }, + "post-install-output": " * Write fixtures files in the fixtures/ folder\n * Run php bin/console hautelook:fixtures:load\n" }, "files": { "config/packages/dev/hautelook_alice.yaml": { @@ -45,7 +46,6 @@ } }, "origin": "hautelook/alice-bundle:2.1@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/hboie.jasper-report-bundle.1.1.json b/hboie.jasper-report-bundle.1.1.json index 61423dd7..49442d3b 100644 --- a/hboie.jasper-report-bundle.1.1.json +++ b/hboie.jasper-report-bundle.1.1.json @@ -38,7 +38,6 @@ } }, "origin": "hboie/jasper-report-bundle:1.1@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/helios-ag.fm-elfinder-bundle.10.0.json b/helios-ag.fm-elfinder-bundle.10.0.json index 93f2461b..55b18554 100644 --- a/helios-ag.fm-elfinder-bundle.10.0.json +++ b/helios-ag.fm-elfinder-bundle.10.0.json @@ -41,7 +41,6 @@ } }, "origin": "helios-ag/fm-elfinder-bundle:10.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/helios-ag.fm-elfinder-bundle.7.0.json b/helios-ag.fm-elfinder-bundle.7.0.json index 51c49720..decb2e5d 100644 --- a/helios-ag.fm-elfinder-bundle.7.0.json +++ b/helios-ag.fm-elfinder-bundle.7.0.json @@ -38,7 +38,6 @@ } }, "origin": "helios-ag/fm-elfinder-bundle:7.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/helppc.supervisor-bundle.1.0.json b/helppc.supervisor-bundle.1.0.json index e4972cba..1b40fce9 100644 --- a/helppc.supervisor-bundle.1.0.json +++ b/helppc.supervisor-bundle.1.0.json @@ -38,7 +38,6 @@ } }, "origin": "helppc/supervisor-bundle:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/helppc.supervisor-rest-bundle.1.0.json b/helppc.supervisor-rest-bundle.1.0.json index 7b34804e..0dd3fd77 100644 --- a/helppc.supervisor-rest-bundle.1.0.json +++ b/helppc.supervisor-rest-bundle.1.0.json @@ -38,7 +38,6 @@ } }, "origin": "helppc/supervisor-rest-bundle:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/holadev.amp-toolbox-bundle.0.1.json b/holadev.amp-toolbox-bundle.0.1.json index 745fa73d..4b9ee49e 100644 --- a/holadev.amp-toolbox-bundle.0.1.json +++ b/holadev.amp-toolbox-bundle.0.1.json @@ -33,7 +33,6 @@ } }, "origin": "holadev/amp-toolbox-bundle:0.1@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/horlyk.fetch-xml-bundle.1.1.json b/horlyk.fetch-xml-bundle.1.1.json index 31bd7261..7e13f157 100644 --- a/horlyk.fetch-xml-bundle.1.1.json +++ b/horlyk.fetch-xml-bundle.1.1.json @@ -33,7 +33,6 @@ } }, "origin": "horlyk/fetch-xml-bundle:1.1@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/hugosoltys.fitz-bundle.1.0.json b/hugosoltys.fitz-bundle.1.0.json index 988459fc..94d36def 100644 --- a/hugosoltys.fitz-bundle.1.0.json +++ b/hugosoltys.fitz-bundle.1.0.json @@ -24,7 +24,8 @@ }, "copy-from-recipe": { "config/": "%CONFIG_DIR%/" - } + }, + "post-install-output": " * Choose your bundles by visiting http://localhost/fitz/install\n * Install them by running php bin/console fitz:install\n" }, "files": { "config/routes/dev/hugosoltys_fitz.yaml": { @@ -49,7 +50,6 @@ } }, "origin": "hugosoltys/fitz-bundle:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/hwi.oauth-bundle.0.6.json b/hwi.oauth-bundle.0.6.json index f3994ac2..3f974bb1 100644 --- a/hwi.oauth-bundle.0.6.json +++ b/hwi.oauth-bundle.0.6.json @@ -27,7 +27,8 @@ "env": { "FB_ID": "", "FB_SECRET": "" - } + }, + "post-install-output": " * Configure your application:\n 1. Add firewall by adding - main:\n anonymous: true\n oauth:\n resource_owners:\n my_github: \"/login/check-github\"\n login_path: /login\n use_forward: false\n failure_path: /login\n\n oauth_user_provider:\n service: hwi_oauth.user.provider\n in your security firewalls section.\n\n * Read the documentation at https://github.com/hwi/HWIOAuthBundle/blob/master/Resources/doc/3-configuring_the_security_layer.md\n" }, "files": { "config/routes/hwi_oauth_routing.yaml": { @@ -42,7 +43,6 @@ } }, "origin": "hwi/oauth-bundle:0.6@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/idci.keycloak-security-bundle.1.0.json b/idci.keycloak-security-bundle.1.0.json index 64548511..c1076d77 100644 --- a/idci.keycloak-security-bundle.1.0.json +++ b/idci.keycloak-security-bundle.1.0.json @@ -46,7 +46,6 @@ } }, "origin": "idci/keycloak-security-bundle:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/ijanki.prometheus-bundle.0.9.json b/ijanki.prometheus-bundle.0.9.json index 60762729..c0a2b2ad 100644 --- a/ijanki.prometheus-bundle.0.9.json +++ b/ijanki.prometheus-bundle.0.9.json @@ -38,7 +38,6 @@ } }, "origin": "ijanki/prometheus-bundle:0.9@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/ikoene.marvel-api-bundle.0.5.json b/ikoene.marvel-api-bundle.0.5.json index 57cabc5d..8eaa9f45 100644 --- a/ikoene.marvel-api-bundle.0.5.json +++ b/ikoene.marvel-api-bundle.0.5.json @@ -28,7 +28,8 @@ "#1": "Get your API key from https://developer.marvel.com", "MARVEL_PUBLIC_API_KEY": "...", "MARVEL_PRIVATE_API_KEY": "..." - } + }, + "post-install-output": " * Create a free account on https://developers.marvel.com\n and modify your MARVEL_PUBLIC_API_KEY and MARVEL_PRIVATE_API_KEY\n config in .env\n" }, "files": { "config/packages/ikoene_marvel_api.yaml": { @@ -38,7 +39,6 @@ } }, "origin": "ikoene/marvel-api-bundle:0.5@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/imper86.allegro-api-bundle.3.0.json b/imper86.allegro-api-bundle.3.0.json index 0453e037..1754d422 100644 --- a/imper86.allegro-api-bundle.3.0.json +++ b/imper86.allegro-api-bundle.3.0.json @@ -27,7 +27,8 @@ }, "copy-from-recipe": { "config/": "%CONFIG_DIR%/" - } + }, + "post-install-output": " * Register your application by visiting https://apps.developer.allegro.pl/ or https://apps.developer.allegro.pl.allegrosandbox.pl/\n * Edit .env.local with your client id and client secret\n * Configure bundle - imper86_allegro_api.yaml in your config/packages directory\n * Do make:migration or doctrine:schema:update for bundle's entities\n * Start using visiting /allegro-api/start - this route will prepare allegro authorization url and will redirect you to allegro login page\n" }, "files": { "config/routes/imper86_allegro_api.yaml": { @@ -42,7 +43,6 @@ } }, "origin": "imper86/allegro-api-bundle:3.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/imper86.jobby-cron-bundle.1.0.json b/imper86.jobby-cron-bundle.1.0.json index 19d1fbf8..c5600f75 100644 --- a/imper86.jobby-cron-bundle.1.0.json +++ b/imper86.jobby-cron-bundle.1.0.json @@ -23,7 +23,8 @@ }, "copy-from-recipe": { "config/": "%CONFIG_DIR%/" - } + }, + "post-install-output": " * Configure jobs in imper86_jobby.yaml in your config/packages directory\n * Check config details with command ./bin/console config:dump imper86_jobby\n" }, "files": { "config/packages/imper86_jobby.yaml": { @@ -33,7 +34,6 @@ } }, "origin": "imper86/jobby-cron-bundle:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/imper86.supervisor-bundle.2.2.json b/imper86.supervisor-bundle.2.2.json index f02d8002..175fd614 100644 --- a/imper86.supervisor-bundle.2.2.json +++ b/imper86.supervisor-bundle.2.2.json @@ -23,7 +23,8 @@ }, "copy-from-recipe": { "config/": "%CONFIG_DIR%/" - } + }, + "post-install-output": " * Configure instances in imper86_supervisor.yaml in your config/packages directory\n * Create supervisor config with command ./bin/console i86:supervisor:rebuild\n" }, "files": { "config/packages/imper86_supervisor.yaml": { @@ -33,7 +34,6 @@ } }, "origin": "imper86/supervisor-bundle:2.2@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/indragunawan.api-rate-limit-bundle.0.2.json b/indragunawan.api-rate-limit-bundle.0.2.json index c4e4777c..500ab23b 100644 --- a/indragunawan.api-rate-limit-bundle.0.2.json +++ b/indragunawan.api-rate-limit-bundle.0.2.json @@ -33,7 +33,6 @@ } }, "origin": "indragunawan/api-rate-limit-bundle:0.2@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/infifni.euplatesc-plugin.1.0.json b/infifni.euplatesc-plugin.1.0.json index 0914b8a0..0622a846 100644 --- a/infifni.euplatesc-plugin.1.0.json +++ b/infifni.euplatesc-plugin.1.0.json @@ -33,7 +33,6 @@ } }, "origin": "infifni/euplatesc-plugin:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/insidestyles.json-rpc-bundle.1.0.json b/insidestyles.json-rpc-bundle.1.0.json index da68fe87..f2f13d79 100644 --- a/insidestyles.json-rpc-bundle.1.0.json +++ b/insidestyles.json-rpc-bundle.1.0.json @@ -38,7 +38,6 @@ } }, "origin": "insidestyles/json-rpc-bundle:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/insidestyles.json-rpc-bundle.2.0.json b/insidestyles.json-rpc-bundle.2.0.json index ca76df63..46744e4c 100644 --- a/insidestyles.json-rpc-bundle.2.0.json +++ b/insidestyles.json-rpc-bundle.2.0.json @@ -38,7 +38,6 @@ } }, "origin": "insidestyles/json-rpc-bundle:2.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/insidestyles.swoole-bridge-bundle.0.4.json b/insidestyles.swoole-bridge-bundle.0.4.json index e14d9213..6c98134e 100644 --- a/insidestyles.swoole-bridge-bundle.0.4.json +++ b/insidestyles.swoole-bridge-bundle.0.4.json @@ -37,7 +37,6 @@ } }, "origin": "insidestyles/swoole-bridge-bundle:0.4@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/inspector-apm.inspector-symfony.1.0.json b/inspector-apm.inspector-symfony.1.0.json index e2dd12b3..e6714804 100644 --- a/inspector-apm.inspector-symfony.1.0.json +++ b/inspector-apm.inspector-symfony.1.0.json @@ -26,7 +26,8 @@ }, "env": { "INSPECTOR_INGESTION_KEY": "" - } + }, + "post-install-output": " * Read the full documentation to properly configure your\n Symfony application at https://docs.inspector.dev/\n" }, "files": { "config/packages/inspector.yaml": { @@ -36,7 +37,6 @@ } }, "origin": "inspector-apm/inspector-symfony:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/isaac.gazesymfonybundle.0.1.json b/isaac.gazesymfonybundle.0.1.json index 3431fdb2..0855b288 100644 --- a/isaac.gazesymfonybundle.0.1.json +++ b/isaac.gazesymfonybundle.0.1.json @@ -42,7 +42,6 @@ } }, "origin": "isaac/gazesymfonybundle:0.1@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/jacquesndl.mailer-bundle.1.0.json b/jacquesndl.mailer-bundle.1.0.json index b6651786..4861cae4 100644 --- a/jacquesndl.mailer-bundle.1.0.json +++ b/jacquesndl.mailer-bundle.1.0.json @@ -27,7 +27,8 @@ "env": { "JACQUESNDL_MAILER_SENDER_NAME": "Example", "JACQUESNDL_MAILER_SENDER_ADDRESS": "example@domain.tld" - } + }, + "post-install-output": " * The Jacquesndl/MailerBundle needs your default sender configuration.\n Modify your JACQUESNDL_MAILER_SENDER_NAME and JACQUESNDL_MAILER_SENDER_ADDRESS config in .env\n" }, "files": { "config/packages/jacquesndl_mailer.yaml": { @@ -37,7 +38,6 @@ } }, "origin": "jacquesndl/mailer-bundle:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/jane-php.json-schema.5.0.json b/jane-php.json-schema.5.0.json index ae11d533..331002bb 100644 --- a/jane-php.json-schema.5.0.json +++ b/jane-php.json-schema.5.0.json @@ -19,7 +19,8 @@ "copy-from-recipe": { "bin/": "%BIN_DIR%/", "config/": "%CONFIG_DIR%/" - } + }, + "post-install-output": " * Finish package configuration:\n 1. Configure config/jane/config.php with your specification details\n 2. Run bin/jane-generate\n 3. Add generated/ directory to your composer autoload definition (eg. \"MyApp\\\\Library\\\\Generated\\\\\": \"generated/\")\n 4. Open config/packages/jane.yaml and replace MyApp\\Library\\Generated\\Normalizer\\JaneObjectNormalizer class with your generated normalizer.\n 5. Then remove line comments\n\nDocumentation: https://jane.readthedocs.io/en/latest/\n" }, "files": { "config/jane/config.php": { @@ -39,7 +40,6 @@ } }, "origin": "jane-php/json-schema:5.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/jane-php.json-schema.6.0.json b/jane-php.json-schema.6.0.json index a5141378..b166c95c 100644 --- a/jane-php.json-schema.6.0.json +++ b/jane-php.json-schema.6.0.json @@ -22,7 +22,8 @@ }, "conflict": { "symfony/symfony": "<5.0" - } + }, + "post-install-output": " * Finish package configuration:\n 1. Configure config/jane/json_schema.php with your specification details\n 2. Run bin/jane-json-schema-generate\n 3. Add generated/ directory to your composer autoload definition (eg. \"MyApp\\\\Library\\\\Generated\\\\\": \"generated/\")\n 4. Open config/packages/jane.yaml and replace MyApp\\Library\\Generated\\ namespace with your generated namespace.\n 5. Then remove line comments\n\nDocumentation: https://jane.readthedocs.io/en/latest/\n" }, "files": { "config/jane/json_schema.php": { @@ -42,7 +43,6 @@ } }, "origin": "jane-php/json-schema:6.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/jane-php.open-api-common.6.0.json b/jane-php.open-api-common.6.0.json index f65bfa07..7f01167a 100644 --- a/jane-php.open-api-common.6.0.json +++ b/jane-php.open-api-common.6.0.json @@ -22,7 +22,8 @@ }, "conflict": { "symfony/symfony": "<5.0" - } + }, + "post-install-output": " * Finish package configuration:\n 1. Configure config/jane/open_api.php with your specification details\n 2. Run bin/jane-open-api-generate\n 3. Add generated/ directory to your composer autoload definition (eg. \"MyApp\\\\Library\\\\Generated\\\\\": \"generated/\")\n 4. Open config/packages/jane.yaml and replace MyApp\\Library\\Generated\\ namespace with your generated namespace.\n 5. Then remove line comments\n\nDocumentation: https://jane.readthedocs.io/en/latest/\n" }, "files": { "config/jane/open_api.php": { @@ -42,7 +43,6 @@ } }, "origin": "jane-php/open-api-common:6.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/jawira.case-converter-twig.0.0.json b/jawira.case-converter-twig.0.0.json index 4fab1bd6..82081fcd 100644 --- a/jawira.case-converter-twig.0.0.json +++ b/jawira.case-converter-twig.0.0.json @@ -28,7 +28,6 @@ } }, "origin": "jawira/case-converter-twig:0.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/jbtcd.fitbit-bundle.1.0.json b/jbtcd.fitbit-bundle.1.0.json index 32e6b4e3..6dea7708 100644 --- a/jbtcd.fitbit-bundle.1.0.json +++ b/jbtcd.fitbit-bundle.1.0.json @@ -37,7 +37,6 @@ } }, "origin": "jbtcd/fitbit-bundle:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/jmose.command-scheduler-bundle.2.0.json b/jmose.command-scheduler-bundle.2.0.json index 8802beaf..c4867b8f 100644 --- a/jmose.command-scheduler-bundle.2.0.json +++ b/jmose.command-scheduler-bundle.2.0.json @@ -23,7 +23,8 @@ }, "copy-from-recipe": { "config/": "%CONFIG_DIR%/" - } + }, + "post-install-output": " * Configure your application:\n 1. Secure your route by adding - { path: ^/command-scheduler, role: ROLE_ADMIN } in your security config.\n 2. Set the single-entry point in crontab : * * * * * php /your_app/bin/console scheduler:execute\n\n * Schedule your commands at http://your-app/command-scheduler/list\n" }, "files": { "config/routes/scheduler.yaml": { @@ -38,7 +39,6 @@ } }, "origin": "jmose/command-scheduler-bundle:2.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/jms.serializer-bundle.2.0.json b/jms.serializer-bundle.2.0.json index 9776c9da..669c4dea 100644 --- a/jms.serializer-bundle.2.0.json +++ b/jms.serializer-bundle.2.0.json @@ -43,7 +43,6 @@ } }, "origin": "jms/serializer-bundle:2.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/jms.serializer-bundle.3.0.json b/jms.serializer-bundle.3.0.json index 7dcd53ca..94664b79 100644 --- a/jms.serializer-bundle.3.0.json +++ b/jms.serializer-bundle.3.0.json @@ -43,7 +43,6 @@ } }, "origin": "jms/serializer-bundle:3.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/jolicode.gif-exception-bundle.1.0.json b/jolicode.gif-exception-bundle.1.0.json index b2730dbb..96c71406 100644 --- a/jolicode.gif-exception-bundle.1.0.json +++ b/jolicode.gif-exception-bundle.1.0.json @@ -25,7 +25,6 @@ }, "files": [], "origin": "jolicode/gif-exception-bundle:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/jolicode.jolitypo.1.0.json b/jolicode.jolitypo.1.0.json index 8530cee5..045fa5d4 100644 --- a/jolicode.jolitypo.1.0.json +++ b/jolicode.jolitypo.1.0.json @@ -33,7 +33,6 @@ } }, "origin": "jolicode/jolitypo:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/jonathankablan.fast-entity-bundle.2.0.json b/jonathankablan.fast-entity-bundle.2.0.json index 8a4de231..fc5d2625 100644 --- a/jonathankablan.fast-entity-bundle.2.0.json +++ b/jonathankablan.fast-entity-bundle.2.0.json @@ -33,7 +33,6 @@ } }, "origin": "jonathankablan/fast-entity-bundle:2.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/jsor.doctrine-postgis.1.7.json b/jsor.doctrine-postgis.1.7.json index f54ad25c..2f2c2959 100644 --- a/jsor.doctrine-postgis.1.7.json +++ b/jsor.doctrine-postgis.1.7.json @@ -28,7 +28,6 @@ } }, "origin": "jsor/doctrine-postgis:1.7@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/jupi007.prestashop-webservice-bundle.1.0.json b/jupi007.prestashop-webservice-bundle.1.0.json index e1dbe403..d172ac04 100644 --- a/jupi007.prestashop-webservice-bundle.1.0.json +++ b/jupi007.prestashop-webservice-bundle.1.0.json @@ -37,7 +37,6 @@ } }, "origin": "jupi007/prestashop-webservice-bundle:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/jurry.amqp-symfony-bundle.1.0.json b/jurry.amqp-symfony-bundle.1.0.json index b4ed56d9..c2eeb853 100644 --- a/jurry.amqp-symfony-bundle.1.0.json +++ b/jurry.amqp-symfony-bundle.1.0.json @@ -36,7 +36,6 @@ } }, "origin": "jurry/amqp-symfony-bundle:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/karser.karser-recaptcha3-bundle.0.1.json b/karser.karser-recaptcha3-bundle.0.1.json index 06ac0589..ad2fe102 100644 --- a/karser.karser-recaptcha3-bundle.0.1.json +++ b/karser.karser-recaptcha3-bundle.0.1.json @@ -28,7 +28,8 @@ "#1": "Get your API key and secret from https://g.co/recaptcha/v3", "RECAPTCHA3_KEY": "my_site_key", "RECAPTCHA3_SECRET": "my_secret" - } + }, + "post-install-output": " * Make sure you have proper values in your .env file\n * Read the documentation at https://github.com/karser/KarserRecaptcha3Bundle\n" }, "files": { "config/packages/karser_recaptcha3.yaml": { @@ -38,7 +39,6 @@ } }, "origin": "karser/karser-recaptcha3-bundle:0.1@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/kerox.twig-image-placeholder-extension.1.0.json b/kerox.twig-image-placeholder-extension.1.0.json index efb07aeb..2979e68b 100644 --- a/kerox.twig-image-placeholder-extension.1.0.json +++ b/kerox.twig-image-placeholder-extension.1.0.json @@ -28,7 +28,6 @@ } }, "origin": "kerox/twig-image-placeholder-extension:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/kevinpapst.adminlte-bundle.0.9.json b/kevinpapst.adminlte-bundle.0.9.json index 7cdaaf42..600ab691 100644 --- a/kevinpapst.adminlte-bundle.0.9.json +++ b/kevinpapst.adminlte-bundle.0.9.json @@ -23,7 +23,8 @@ }, "copy-from-recipe": { "config/": "%CONFIG_DIR%/" - } + }, + "post-install-output": " * Finish bundle configuration:\n 1. Open config/packages/admin_lte.yaml and adjust to your needs\n 2. Create a layout file that uses:\n\n {% extends '@AdminLTE/layout/default-layout.html.twig' %}\n\nDocumentation: https://github.com/kevinpapst/AdminLTEBundle/blob/master/Resources/docs/\n" }, "files": { "config/packages/admin_lte.yaml": { @@ -33,7 +34,6 @@ } }, "origin": "kevinpapst/adminlte-bundle:0.9@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/kibatic.timezone-bundle.1.0.json b/kibatic.timezone-bundle.1.0.json index 49fa85d0..bf394f89 100644 --- a/kibatic.timezone-bundle.1.0.json +++ b/kibatic.timezone-bundle.1.0.json @@ -33,7 +33,6 @@ } }, "origin": "kibatic/timezone-bundle:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/klaviyo.php-sdk.2.0.json b/klaviyo.php-sdk.2.0.json index b1c36d51..20dfac81 100644 --- a/klaviyo.php-sdk.2.0.json +++ b/klaviyo.php-sdk.2.0.json @@ -32,7 +32,6 @@ } }, "origin": "klaviyo/php-sdk:2.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/kms.froala-editor-bundle.3.0.json b/kms.froala-editor-bundle.3.0.json index 0eda533d..066d39fb 100644 --- a/kms.froala-editor-bundle.3.0.json +++ b/kms.froala-editor-bundle.3.0.json @@ -38,7 +38,6 @@ } }, "origin": "kms/froala-editor-bundle:3.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/knojector.steam-authentication-bundle.1.0.json b/knojector.steam-authentication-bundle.1.0.json index b31250c3..ecc12ca9 100644 --- a/knojector.steam-authentication-bundle.1.0.json +++ b/knojector.steam-authentication-bundle.1.0.json @@ -33,7 +33,6 @@ } }, "origin": "knojector/steam-authentication-bundle:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/knplabs.dictionary-bundle.2.0.json b/knplabs.dictionary-bundle.2.0.json index 1263a124..63d0b155 100644 --- a/knplabs.dictionary-bundle.2.0.json +++ b/knplabs.dictionary-bundle.2.0.json @@ -33,7 +33,6 @@ } }, "origin": "knplabs/dictionary-bundle:2.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/knplabs.github-api.2.6.json b/knplabs.github-api.2.6.json index e40ddda6..e76b830a 100644 --- a/knplabs.github-api.2.6.json +++ b/knplabs.github-api.2.6.json @@ -33,7 +33,6 @@ } }, "origin": "knplabs/github-api:2.6@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/knplabs.knp-snappy-bundle.1.5.json b/knplabs.knp-snappy-bundle.1.5.json index dd51006a..43f8780c 100644 --- a/knplabs.knp-snappy-bundle.1.5.json +++ b/knplabs.knp-snappy-bundle.1.5.json @@ -37,7 +37,6 @@ } }, "origin": "knplabs/knp-snappy-bundle:1.5@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/knplabs.packagist-api.1.6.json b/knplabs.packagist-api.1.6.json index d81fa375..20d3743e 100644 --- a/knplabs.packagist-api.1.6.json +++ b/knplabs.packagist-api.1.6.json @@ -28,7 +28,6 @@ } }, "origin": "knplabs/packagist-api:1.6@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/knpuniversity.oauth2-client-bundle.1.20.json b/knpuniversity.oauth2-client-bundle.1.20.json index a1643425..fd4b8266 100644 --- a/knpuniversity.oauth2-client-bundle.1.20.json +++ b/knpuniversity.oauth2-client-bundle.1.20.json @@ -23,7 +23,8 @@ }, "copy-from-recipe": { "config/": "%CONFIG_DIR%/" - } + }, + "post-install-output": " * Download & configure your OAuth2 clients in your oauth2 clients:\n config/packages/knpu_oauth2_client.yaml\n https://github.com/knpuniversity/oauth2-client-bundle#configuring-a-client\n" }, "files": { "config/packages/knpu_oauth2_client.yaml": { @@ -33,7 +34,6 @@ } }, "origin": "knpuniversity/oauth2-client-bundle:1.20@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/knyk.mailbox-bundle.1.0.json b/knyk.mailbox-bundle.1.0.json index 3d24a3da..283e7d59 100644 --- a/knyk.mailbox-bundle.1.0.json +++ b/knyk.mailbox-bundle.1.0.json @@ -33,7 +33,6 @@ } }, "origin": "knyk/mailbox-bundle:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/koff.i18n-form-bundle.4.0.json b/koff.i18n-form-bundle.4.0.json index cd0cc3bd..3870481f 100644 --- a/koff.i18n-form-bundle.4.0.json +++ b/koff.i18n-form-bundle.4.0.json @@ -23,7 +23,8 @@ }, "copy-from-recipe": { "config/": "%CONFIG_DIR%/" - } + }, + "post-install-output": " * Finish bundle configuration:\n 1. Open config/packages/twig.yaml\n 2. Add form template to form_themes section like this:\n\n twig:\n form_themes:\n - '@I18nForm/bootstrap_4_form.html.twig'\n" }, "files": { "config/packages/i18n_form.yaml": { @@ -33,7 +34,6 @@ } }, "origin": "koff/i18n-form-bundle:4.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/kriswallsmith.buzz.0.17.json b/kriswallsmith.buzz.0.17.json index 17f6f8b0..a31cb420 100644 --- a/kriswallsmith.buzz.0.17.json +++ b/kriswallsmith.buzz.0.17.json @@ -28,7 +28,6 @@ } }, "origin": "kriswallsmith/buzz:0.17@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/kriswallsmith.buzz.1.0.json b/kriswallsmith.buzz.1.0.json index bf2757ef..dd32cc52 100644 --- a/kriswallsmith.buzz.1.0.json +++ b/kriswallsmith.buzz.1.0.json @@ -18,7 +18,8 @@ "manifest": { "copy-from-recipe": { "config/": "%CONFIG_DIR%/" - } + }, + "post-install-output": " * Buzz is great for sending PSR-7 requests. To get started you need to install\n a PSR-7 implementation and a PSR-17 factory. There are many to choose from.\n To quickly get started run composer require nyholm/psr7\n" }, "files": { "config/packages/buzz.yaml": { @@ -28,7 +29,6 @@ } }, "origin": "kriswallsmith/buzz:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/kunicmarko.jms-messenger-adapter.0.1.json b/kunicmarko.jms-messenger-adapter.0.1.json index 11fd1945..d6eec315 100644 --- a/kunicmarko.jms-messenger-adapter.0.1.json +++ b/kunicmarko.jms-messenger-adapter.0.1.json @@ -33,7 +33,6 @@ } }, "origin": "kunicmarko/jms-messenger-adapter:0.1@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/kunstmaan.admin-bundle.5.2.json b/kunstmaan.admin-bundle.5.2.json index d6d7849b..7d17e923 100644 --- a/kunstmaan.admin-bundle.5.2.json +++ b/kunstmaan.admin-bundle.5.2.json @@ -38,7 +38,6 @@ } }, "origin": "kunstmaan/admin-bundle:5.2@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/kunstmaan.admin-bundle.5.9.json b/kunstmaan.admin-bundle.5.9.json index aee9c584..b3c1550b 100644 --- a/kunstmaan.admin-bundle.5.9.json +++ b/kunstmaan.admin-bundle.5.9.json @@ -38,7 +38,6 @@ } }, "origin": "kunstmaan/admin-bundle:5.9@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/kunstmaan.adminlist-bundle.5.2.json b/kunstmaan.adminlist-bundle.5.2.json index add3b75f..51b8b6bb 100644 --- a/kunstmaan.adminlist-bundle.5.2.json +++ b/kunstmaan.adminlist-bundle.5.2.json @@ -33,7 +33,6 @@ } }, "origin": "kunstmaan/adminlist-bundle:5.2@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/kunstmaan.config-bundle.5.2.json b/kunstmaan.config-bundle.5.2.json index cc5f111e..f6cf4c96 100644 --- a/kunstmaan.config-bundle.5.2.json +++ b/kunstmaan.config-bundle.5.2.json @@ -38,7 +38,6 @@ } }, "origin": "kunstmaan/config-bundle:5.2@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/kunstmaan.dashboard-bundle.5.2.json b/kunstmaan.dashboard-bundle.5.2.json index 4993221f..33e924aa 100644 --- a/kunstmaan.dashboard-bundle.5.2.json +++ b/kunstmaan.dashboard-bundle.5.2.json @@ -44,7 +44,6 @@ } }, "origin": "kunstmaan/dashboard-bundle:5.2@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/kunstmaan.form-bundle.5.2.json b/kunstmaan.form-bundle.5.2.json index efd8ad1a..a84d75fd 100644 --- a/kunstmaan.form-bundle.5.2.json +++ b/kunstmaan.form-bundle.5.2.json @@ -33,7 +33,6 @@ } }, "origin": "kunstmaan/form-bundle:5.2@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/kunstmaan.media-bundle.5.2.json b/kunstmaan.media-bundle.5.2.json index 86b83505..19e8c794 100644 --- a/kunstmaan.media-bundle.5.2.json +++ b/kunstmaan.media-bundle.5.2.json @@ -42,7 +42,6 @@ } }, "origin": "kunstmaan/media-bundle:5.2@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/kunstmaan.menu-bundle.5.2.json b/kunstmaan.menu-bundle.5.2.json index 3a25ad56..25d48235 100644 --- a/kunstmaan.menu-bundle.5.2.json +++ b/kunstmaan.menu-bundle.5.2.json @@ -38,7 +38,6 @@ } }, "origin": "kunstmaan/menu-bundle:5.2@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/kunstmaan.node-bundle.5.2.json b/kunstmaan.node-bundle.5.2.json index ba0e7ee7..b63f2d85 100644 --- a/kunstmaan.node-bundle.5.2.json +++ b/kunstmaan.node-bundle.5.2.json @@ -38,7 +38,6 @@ } }, "origin": "kunstmaan/node-bundle:5.2@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/kunstmaan.node-bundle.5.5.json b/kunstmaan.node-bundle.5.5.json index f7d04500..91408d96 100644 --- a/kunstmaan.node-bundle.5.5.json +++ b/kunstmaan.node-bundle.5.5.json @@ -38,7 +38,6 @@ } }, "origin": "kunstmaan/node-bundle:5.5@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/kunstmaan.pagepart-bundle.5.2.json b/kunstmaan.pagepart-bundle.5.2.json index 1be3a6f1..06519481 100644 --- a/kunstmaan.pagepart-bundle.5.2.json +++ b/kunstmaan.pagepart-bundle.5.2.json @@ -38,7 +38,6 @@ } }, "origin": "kunstmaan/pagepart-bundle:5.2@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/kunstmaan.redirect-bundle.5.2.json b/kunstmaan.redirect-bundle.5.2.json index 5da95a6b..4d1e572a 100644 --- a/kunstmaan.redirect-bundle.5.2.json +++ b/kunstmaan.redirect-bundle.5.2.json @@ -33,7 +33,6 @@ } }, "origin": "kunstmaan/redirect-bundle:5.2@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/kunstmaan.search-bundle.5.2.json b/kunstmaan.search-bundle.5.2.json index 24f4504a..3dfd9ef6 100644 --- a/kunstmaan.search-bundle.5.2.json +++ b/kunstmaan.search-bundle.5.2.json @@ -33,7 +33,6 @@ } }, "origin": "kunstmaan/search-bundle:5.2@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/kunstmaan.search-bundle.5.6.json b/kunstmaan.search-bundle.5.6.json index 3786dffa..fe02dace 100644 --- a/kunstmaan.search-bundle.5.6.json +++ b/kunstmaan.search-bundle.5.6.json @@ -36,7 +36,6 @@ } }, "origin": "kunstmaan/search-bundle:5.6@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/kunstmaan.seo-bundle.5.2.json b/kunstmaan.seo-bundle.5.2.json index 98642ae9..ca02304f 100644 --- a/kunstmaan.seo-bundle.5.2.json +++ b/kunstmaan.seo-bundle.5.2.json @@ -33,7 +33,6 @@ } }, "origin": "kunstmaan/seo-bundle:5.2@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/kunstmaan.sitemap-bundle.5.2.json b/kunstmaan.sitemap-bundle.5.2.json index 6bdfd8fe..3462a43c 100644 --- a/kunstmaan.sitemap-bundle.5.2.json +++ b/kunstmaan.sitemap-bundle.5.2.json @@ -33,7 +33,6 @@ } }, "origin": "kunstmaan/sitemap-bundle:5.2@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/kunstmaan.translator-bundle.5.2.json b/kunstmaan.translator-bundle.5.2.json index db21e312..1f19e2a3 100644 --- a/kunstmaan.translator-bundle.5.2.json +++ b/kunstmaan.translator-bundle.5.2.json @@ -38,7 +38,6 @@ } }, "origin": "kunstmaan/translator-bundle:5.2@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/kunstmaan.user-management-bundle.5.2.json b/kunstmaan.user-management-bundle.5.2.json index f47dc6ba..4ddf5e48 100644 --- a/kunstmaan.user-management-bundle.5.2.json +++ b/kunstmaan.user-management-bundle.5.2.json @@ -33,7 +33,6 @@ } }, "origin": "kunstmaan/user-management-bundle:5.2@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/kynno.smartbots-bundle.0.1.json b/kynno.smartbots-bundle.0.1.json index 2d671338..ff51e034 100644 --- a/kynno.smartbots-bundle.0.1.json +++ b/kynno.smartbots-bundle.0.1.json @@ -37,7 +37,6 @@ } }, "origin": "kynno/smartbots-bundle:0.1@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/lag.adminbundle.1.0.json b/lag.adminbundle.1.0.json index b66931c0..661acd74 100644 --- a/lag.adminbundle.1.0.json +++ b/lag.adminbundle.1.0.json @@ -38,7 +38,6 @@ } }, "origin": "lag/adminbundle:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/league.flysystem-bundle.1.0.json b/league.flysystem-bundle.1.0.json index 250727d0..725f91b2 100644 --- a/league.flysystem-bundle.1.0.json +++ b/league.flysystem-bundle.1.0.json @@ -24,7 +24,8 @@ "copy-from-recipe": { "config/": "%CONFIG_DIR%/", "var/": "%VAR_DIR%/" - } + }, + "post-install-output": " * Configure your own storages in config/packages/flysystem.yaml.\n\n * Read the documentation at:\n https://github.com/thephpleague/flysystem-bundle/blob/master/docs/1-getting-started.md\n" }, "files": { "var/storage/.gitignore": { @@ -39,7 +40,6 @@ } }, "origin": "league/flysystem-bundle:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/league.tactician-bundle.1.0.json b/league.tactician-bundle.1.0.json index 4e5d290f..6bf8e7cc 100644 --- a/league.tactician-bundle.1.0.json +++ b/league.tactician-bundle.1.0.json @@ -33,7 +33,6 @@ } }, "origin": "league/tactician-bundle:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/leapt.core-bundle.2.2.json b/leapt.core-bundle.2.2.json index f4dd37cc..e96438ba 100644 --- a/leapt.core-bundle.2.2.json +++ b/leapt.core-bundle.2.2.json @@ -36,7 +36,6 @@ } }, "origin": "leapt/core-bundle:2.2@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/leapt.im-bundle.2.0.json b/leapt.im-bundle.2.0.json index 0e4e635d..bd7aed70 100644 --- a/leapt.im-bundle.2.0.json +++ b/leapt.im-bundle.2.0.json @@ -41,7 +41,6 @@ } }, "origin": "leapt/im-bundle:2.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/leogout.seo-bundle.1.0.json b/leogout.seo-bundle.1.0.json index 4f4987f9..578dccb2 100644 --- a/leogout.seo-bundle.1.0.json +++ b/leogout.seo-bundle.1.0.json @@ -33,7 +33,6 @@ } }, "origin": "leogout/seo-bundle:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/lepiaf.sapient-bundle.0.1.json b/lepiaf.sapient-bundle.0.1.json index 3c68b0e9..918bc728 100644 --- a/lepiaf.sapient-bundle.0.1.json +++ b/lepiaf.sapient-bundle.0.1.json @@ -23,7 +23,8 @@ "lepiaf\\SapientBundle\\SapientBundle": [ "all" ] - } + }, + "post-install-output": " * Bundle is installed but it require a configuration.\n Run command bin/console sapient:configure.\n Then, copy output of command and paste it in config/packages/sapient.yaml\n\n * Read the documentation at http://sapient-bundle.readthedocs.io/en/latest/\n" }, "files": { "config/packages/sapient.yaml": { @@ -33,7 +34,6 @@ } }, "origin": "lepiaf/sapient-bundle:0.1@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/lexik.cron-file-generator-bundle.1.0.json b/lexik.cron-file-generator-bundle.1.0.json index 6d3c0dfb..286a3195 100644 --- a/lexik.cron-file-generator-bundle.1.0.json +++ b/lexik.cron-file-generator-bundle.1.0.json @@ -33,7 +33,6 @@ } }, "origin": "lexik/cron-file-generator-bundle:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/lexik.maintenance-bundle.2.1.json b/lexik.maintenance-bundle.2.1.json index 05cd7c2d..4ffd5b5e 100644 --- a/lexik.maintenance-bundle.2.1.json +++ b/lexik.maintenance-bundle.2.1.json @@ -33,7 +33,6 @@ } }, "origin": "lexik/maintenance-bundle:2.1@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/liip.imagine-bundle.1.8.json b/liip.imagine-bundle.1.8.json index 14b44e85..1624661c 100644 --- a/liip.imagine-bundle.1.8.json +++ b/liip.imagine-bundle.1.8.json @@ -27,7 +27,8 @@ }, "gitignore": [ "/%PUBLIC_DIR%/media/cache/" - ] + ], + "post-install-output": " Configure your transformations:\n 1. You MUST verify and uncomment the configuration in %CONFIG_DIR%/packages/liip_imagine.yaml.\n 2. You MAY configure your image transformation library (gmagick, imagick, or gd [default]).\n 3. You MAY define custom transformation definitions under the filter_sets option.\n" }, "files": { "config/routes/liip_imagine.yaml": { @@ -42,7 +43,6 @@ } }, "origin": "liip/imagine-bundle:1.8@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/liip.monitor-bundle.2.6.json b/liip.monitor-bundle.2.6.json index f4743e9d..148e32c3 100644 --- a/liip.monitor-bundle.2.6.json +++ b/liip.monitor-bundle.2.6.json @@ -23,7 +23,8 @@ }, "copy-from-recipe": { "config/": "%CONFIG_DIR%/" - } + }, + "post-install-output": " Configure the bundle and routes:\n 1. You MUST verify the configuration in %CONFIG_DIR%/packages/monitor.yaml.\n 2. You MAY configure additional your checks and reporters, see the README.md for instructions.\n 3. You MAY configure the routes as specified in the README.md if you enable the controller.\n" }, "files": { "config/packages/monitor.yaml": { @@ -33,7 +34,6 @@ } }, "origin": "liip/monitor-bundle:2.6@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/lireincore.imgcache-bundle.0.1.json b/lireincore.imgcache-bundle.0.1.json index 5bcdc1b4..f2fb8631 100644 --- a/lireincore.imgcache-bundle.0.1.json +++ b/lireincore.imgcache-bundle.0.1.json @@ -33,7 +33,6 @@ } }, "origin": "lireincore/imgcache-bundle:0.1@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/liuggio.statsd-client-bundle.1.6.json b/liuggio.statsd-client-bundle.1.6.json index 47924840..7ad6d160 100644 --- a/liuggio.statsd-client-bundle.1.6.json +++ b/liuggio.statsd-client-bundle.1.6.json @@ -38,7 +38,6 @@ } }, "origin": "liuggio/statsd-client-bundle:1.6@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/lolautruche.payline-bundle.2.0.json b/lolautruche.payline-bundle.2.0.json index b3a83b9f..40a8c393 100644 --- a/lolautruche.payline-bundle.2.0.json +++ b/lolautruche.payline-bundle.2.0.json @@ -31,7 +31,8 @@ "#1": "Valid values are 'homo', 'prod', 'int' and 'dev'.", "#2": "e.g. 'homo' for 'Homologation', 'prod' for 'Production', 'int' for 'Integration'", "PAYLINE_ENVIRONMENT": "homo" - } + }, + "post-install-output": " * Configure Payline environment variables in .env;\n\n * Using Symfony 4.4/5.x: Encrypt sensitive environment variables\n with bin/console secrets:set command (optional);\n\n * Using Symfony 3.4/4.x: Ensure to correctly expose the environment variables commented in `.env` file.\n\n * Read the documentation at:\n https://github.com/lolautruche/LolautruchePaylineBundle/blob/master/Resources/doc/00-index.md\n" }, "files": { "config/routes/payline.yaml": { @@ -46,7 +47,6 @@ } }, "origin": "lolautruche/payline-bundle:2.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/long-running.long-running.0.1.json b/long-running.long-running.0.1.json index 89ab15f4..1c19a061 100644 --- a/long-running.long-running.0.1.json +++ b/long-running.long-running.0.1.json @@ -24,7 +24,6 @@ }, "files": [], "origin": "long-running/long-running:0.1@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/loophp.psr17.1.0.json b/loophp.psr17.1.0.json index 6aec0efa..77d37ad5 100644 --- a/loophp.psr17.1.0.json +++ b/loophp.psr17.1.0.json @@ -28,7 +28,6 @@ } }, "origin": "loophp/psr17:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/m-adamski.symfony-mailer-bundle.1.0.json b/m-adamski.symfony-mailer-bundle.1.0.json index 461dd519..6f25258b 100644 --- a/m-adamski.symfony-mailer-bundle.1.0.json +++ b/m-adamski.symfony-mailer-bundle.1.0.json @@ -33,7 +33,6 @@ } }, "origin": "m-adamski/symfony-mailer-bundle:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/m-adamski.symfony-schedule-bundle.1.0.json b/m-adamski.symfony-schedule-bundle.1.0.json index 4d344efb..0c2fd0f7 100644 --- a/m-adamski.symfony-schedule-bundle.1.0.json +++ b/m-adamski.symfony-schedule-bundle.1.0.json @@ -33,7 +33,6 @@ } }, "origin": "m-adamski/symfony-schedule-bundle:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/maba.webpack-bundle.1.0.json b/maba.webpack-bundle.1.0.json index 6149b3d5..26f792b8 100644 --- a/maba.webpack-bundle.1.0.json +++ b/maba.webpack-bundle.1.0.json @@ -33,7 +33,8 @@ ], "composer-scripts": { "maba:webpack:install-node-modules": "symfony-cmd" - } + }, + "post-install-output": "Run maba:webpack:compile to compile assets when deploying.\n\nAlways run maba:webpack:dev-server in dev environment.\n" }, "files": { "assets/.gitignore": { @@ -43,7 +44,6 @@ } }, "origin": "maba/webpack-bundle:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/machy8.webloader-bundle.1.1.json b/machy8.webloader-bundle.1.1.json index 92a5199b..1ce2233c 100644 --- a/machy8.webloader-bundle.1.1.json +++ b/machy8.webloader-bundle.1.1.json @@ -44,7 +44,6 @@ } }, "origin": "machy8/webloader-bundle:1.1@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/macpaw.sentry-monolog-adapter.0.0.json b/macpaw.sentry-monolog-adapter.0.0.json index 47db4937..6ec3f66e 100644 --- a/macpaw.sentry-monolog-adapter.0.0.json +++ b/macpaw.sentry-monolog-adapter.0.0.json @@ -23,7 +23,8 @@ }, "copy-from-recipe": { "config/": "%CONFIG_DIR%/" - } + }, + "post-install-output": " * Read the documentation at https://github.com/MacPaw/sentry-monolog-adapter\n" }, "files": { "config/packages/sentry_monolog_adapter.yaml": { @@ -33,7 +34,6 @@ } }, "origin": "macpaw/sentry-monolog-adapter:0.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/macpaw.symfony-health-check-bundle.0.1.json b/macpaw.symfony-health-check-bundle.0.1.json index d2fc8366..14e8102b 100644 --- a/macpaw.symfony-health-check-bundle.0.1.json +++ b/macpaw.symfony-health-check-bundle.0.1.json @@ -23,7 +23,8 @@ }, "copy-from-recipe": { "config/": "%CONFIG_DIR%/" - } + }, + "post-install-output": " *. Add healthcheck firewall to config/security.yaml file\n\n\nsecurity:\n firewalls:\n healthcheck:\n pattern: ^/health\n security: false\n\n\n * Read the documentation at https://github.com/MacPaw/symfony-health-check-bundle\n" }, "files": { "config/routes/symfony_health_check.yaml": { @@ -38,7 +39,6 @@ } }, "origin": "macpaw/symfony-health-check-bundle:0.1@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/mael.intervention-image-bundle.1.0.json b/mael.intervention-image-bundle.1.0.json index e67f3220..6658339f 100644 --- a/mael.intervention-image-bundle.1.0.json +++ b/mael.intervention-image-bundle.1.0.json @@ -23,7 +23,8 @@ }, "copy-from-recipe": { "config/": "%CONFIG_DIR%/" - } + }, + "post-install-output": " * Edit mael_intervention_image.yaml to configure the driver in config/packages\n * Read documentation at https://github.com/Mael-91/InterventionImageBundle/blob/master/README.md\n \n" }, "files": { "config/packages/mael_intervention_image.yaml": { @@ -33,7 +34,6 @@ } }, "origin": "mael/intervention-image-bundle:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/mael.recaptcha-bundle.0.1.json b/mael.recaptcha-bundle.0.1.json index 44fb8834..188219ab 100644 --- a/mael.recaptcha-bundle.0.1.json +++ b/mael.recaptcha-bundle.0.1.json @@ -27,7 +27,8 @@ "env": { "MAEL_RECAPTCHA_KEY": "YOUR_RECAPTCHA_KEY", "MAEL_RECAPTCHA_SECRET": "YOUR_RECAPTCHA_SECRET" - } + }, + "post-install-output": " * Edit mael_recaptcha.yaml add you keys in your .env file\n * Readdocumentation at https://github.com/Mael-91/MaelRecaptchaBundle/blob/master/README.md\n" }, "files": { "config/packages/mael_recaptcha.yaml": { @@ -37,7 +38,6 @@ } }, "origin": "mael/recaptcha-bundle:0.1@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/mailgun.mailgun-php.2.3.json b/mailgun.mailgun-php.2.3.json index c2bf7167..8c6813b3 100644 --- a/mailgun.mailgun-php.2.3.json +++ b/mailgun.mailgun-php.2.3.json @@ -32,7 +32,6 @@ } }, "origin": "mailgun/mailgun-php:2.3@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/mailjet.mailjet-bundle.1.0.json b/mailjet.mailjet-bundle.1.0.json index 96a7d7c7..ae9b2f27 100644 --- a/mailjet.mailjet-bundle.1.0.json +++ b/mailjet.mailjet-bundle.1.0.json @@ -37,7 +37,6 @@ } }, "origin": "mailjet/mailjet-bundle:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/mailxpert.apibundle.0.1.json b/mailxpert.apibundle.0.1.json index dc64c2c8..b3e36df8 100644 --- a/mailxpert.apibundle.0.1.json +++ b/mailxpert.apibundle.0.1.json @@ -48,7 +48,6 @@ } }, "origin": "mailxpert/apibundle:0.1@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/makasim.yadm-bundle.0.2.json b/makasim.yadm-bundle.0.2.json index 6a4a6f24..94cd42aa 100644 --- a/makasim.yadm-bundle.0.2.json +++ b/makasim.yadm-bundle.0.2.json @@ -36,7 +36,6 @@ } }, "origin": "makasim/yadm-bundle:0.2@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/maksze.telemetry-bundle.0.4.json b/maksze.telemetry-bundle.0.4.json index 4cc856d2..54ffbb50 100644 --- a/maksze.telemetry-bundle.0.4.json +++ b/maksze.telemetry-bundle.0.4.json @@ -44,7 +44,6 @@ } }, "origin": "maksze/telemetry-bundle:0.4@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/mapado.rest-client-sdk-bundle.0.24.json b/mapado.rest-client-sdk-bundle.0.24.json index 70db0524..ff9d67bb 100644 --- a/mapado.rest-client-sdk-bundle.0.24.json +++ b/mapado.rest-client-sdk-bundle.0.24.json @@ -42,7 +42,6 @@ } }, "origin": "mapado/rest-client-sdk-bundle:0.24@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/maps_red.ticketing-bundle.0.6.json b/maps_red.ticketing-bundle.0.6.json index 09881069..223bd9b2 100644 --- a/maps_red.ticketing-bundle.0.6.json +++ b/maps_red.ticketing-bundle.0.6.json @@ -24,7 +24,8 @@ "copy-from-recipe": { "config/": "%CONFIG_DIR%/", "src/": "%SRC_DIR%/" - } + }, + "post-install-output": "Please update config/packages/doctrine.yaml to link the entities correctly.\n - For this please read the following documentation :\n * https://github.com/Mapsred/TicketingBundle/blob/master/docs/2-setting_up_the_entities.md#b---fill-the-doctrine-configuration\n - For a full list of configuration options, see:\n * https://github.com/Mapsred/TicketingBundle/blob/master/docs/3-setting_up_the_configuration.md\n\n" }, "files": { "src/Repository/TicketKeywordRepository.php": { @@ -114,7 +115,6 @@ } }, "origin": "maps_red/ticketing-bundle:0.6@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/mbarbey.u2f-security-bundle.1.0.json b/mbarbey.u2f-security-bundle.1.0.json index 381a9845..d9918f12 100644 --- a/mbarbey.u2f-security-bundle.1.0.json +++ b/mbarbey.u2f-security-bundle.1.0.json @@ -33,7 +33,6 @@ } }, "origin": "mbarbey/u2f-security-bundle:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/mcfedr.awspushbundle.6.11.json b/mcfedr.awspushbundle.6.11.json index 6e14351a..a6a6793d 100644 --- a/mcfedr.awspushbundle.6.11.json +++ b/mcfedr.awspushbundle.6.11.json @@ -29,7 +29,8 @@ "AWS_ACCESS_KEY_ID": "not-a-real-key", "AWS_SECRET_ACCESS_KEY": "not-a-real-secret", "AWS_REGION": "us-east-1" - } + }, + "post-install-output": " * You can add more platforms to your config in config/packages/awspush.yaml\n\n * You can remove the AWS credentials if they are configured in your app env or\n via an EC2 role.\n\n * Read the documentation at https://github.com/mcfedr/awspushbundle/blob/master/README.md\n\n" }, "files": { "config/packages/awspush.yaml": { @@ -39,7 +40,6 @@ } }, "origin": "mcfedr/awspushbundle:6.11@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/mediamonks.rest-api-bundle.3.0.json b/mediamonks.rest-api-bundle.3.0.json index c3eb52f7..15996b3a 100644 --- a/mediamonks.rest-api-bundle.3.0.json +++ b/mediamonks.rest-api-bundle.3.0.json @@ -33,7 +33,6 @@ } }, "origin": "mediamonks/rest-api-bundle:3.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/mediamonks.sonata-media-bundle.2.0.json b/mediamonks.sonata-media-bundle.2.0.json index 59eb9c99..050043df 100644 --- a/mediamonks.sonata-media-bundle.2.0.json +++ b/mediamonks.sonata-media-bundle.2.0.json @@ -27,7 +27,8 @@ "copy-from-recipe": { "config/": "%CONFIG_DIR%/", "src/": "%SRC_DIR%/" - } + }, + "post-install-output": " * Finish the media configuration:\n 1. Configure the flysystem filesystems for private and public file storage\n 2. Modify your MEDIA_REDIRECT_URL config in .env, a reverse proxy or CDN is highly recommended\n" }, "files": { "src/Entity/Media.php": { @@ -47,7 +48,6 @@ } }, "origin": "mediamonks/sonata-media-bundle:2.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/merceslab.spreadsheet-client-bundle.1.0.json b/merceslab.spreadsheet-client-bundle.1.0.json index 5edcaabf..785fb0b8 100644 --- a/merceslab.spreadsheet-client-bundle.1.0.json +++ b/merceslab.spreadsheet-client-bundle.1.0.json @@ -26,7 +26,8 @@ }, "env": { "GOOGLE_CREDENTIALS": "" - } + }, + "post-install-output": " * Read the documentation at https://github.com/MercesLyon/spreadsheet-client-bundle\n * Configure using the GOOGLE_CREDENTIALS env variable and in the config/packages/merces_lab_spreadsheet_client.yaml configuration file\n" }, "files": { "config/packages/merces_lab_spreadsheet_client.yaml": { @@ -36,7 +37,6 @@ } }, "origin": "merceslab/spreadsheet-client-bundle:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/meritoo.common-bundle.0.1.json b/meritoo.common-bundle.0.1.json index 559aca57..fdcf4503 100644 --- a/meritoo.common-bundle.0.1.json +++ b/meritoo.common-bundle.0.1.json @@ -26,7 +26,8 @@ }, "env": { "MERITOO_FORM_NOVALIDATE": "false" - } + }, + "post-install-output": " * Read the documentation at https://github.com/meritoo/common-bundle#usage\n * Configure using options described at https://github.com/meritoo/common-bundle#configuration\n" }, "files": { "config/packages/meritoo_common.yaml": { @@ -36,7 +37,6 @@ } }, "origin": "meritoo/common-bundle:0.1@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/meteo-concept.hcaptcha-bundle.1.0.json b/meteo-concept.hcaptcha-bundle.1.0.json index b04b29bf..ba0b1cb4 100644 --- a/meteo-concept.hcaptcha-bundle.1.0.json +++ b/meteo-concept.hcaptcha-bundle.1.0.json @@ -36,7 +36,6 @@ } }, "origin": "meteo-concept/hcaptcha-bundle:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/mgdsoft.stackdriver-bundle.0.1.json b/mgdsoft.stackdriver-bundle.0.1.json index 3eb8806e..63381506 100644 --- a/mgdsoft.stackdriver-bundle.0.1.json +++ b/mgdsoft.stackdriver-bundle.0.1.json @@ -33,7 +33,6 @@ } }, "origin": "mgdsoft/stackdriver-bundle:0.1@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/misd.phone-number-bundle.1.3.json b/misd.phone-number-bundle.1.3.json index 627f91d1..277b6088 100644 --- a/misd.phone-number-bundle.1.3.json +++ b/misd.phone-number-bundle.1.3.json @@ -23,7 +23,8 @@ }, "copy-from-recipe": { "config/": "%CONFIG_DIR%/" - } + }, + "post-install-output": "\n This bundle is Abandoned: use odolbeau/phone-number-bundle instead \n\n composer remove misd/phone-number-bundle --no-scripts\n composer require odolbeau/phone-number-bundle\n\n\n You now can use the phone bundle as described here: \n https://github.com/misd-service-development/phone-number-bundle#usage \n The Doctrine configuration has been already done.\n You now can use `phone_number` as an ORM-Type: \n\n /** @ORM\\Column(type=\"phone_number\") */\n private $phoneNumber;\n" }, "files": { "config/packages/misd_phone_number.yaml": { @@ -33,7 +34,6 @@ } }, "origin": "misd/phone-number-bundle:1.3@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/mixpanel.mixpanel-php.2.8.json b/mixpanel.mixpanel-php.2.8.json index 71b29c02..364741f8 100644 --- a/mixpanel.mixpanel-php.2.8.json +++ b/mixpanel.mixpanel-php.2.8.json @@ -31,7 +31,6 @@ } }, "origin": "mixpanel/mixpanel-php:2.8@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/mmoreram.gearman-bundle.4.1.json b/mmoreram.gearman-bundle.4.1.json index 24272fa7..8f72e27c 100644 --- a/mmoreram.gearman-bundle.4.1.json +++ b/mmoreram.gearman-bundle.4.1.json @@ -33,7 +33,6 @@ } }, "origin": "mmoreram/gearman-bundle:4.1@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/mmucklo.grid-bundle.4.0.json b/mmucklo.grid-bundle.4.0.json index cb7d74fc..c35cfff2 100644 --- a/mmucklo.grid-bundle.4.0.json +++ b/mmucklo.grid-bundle.4.0.json @@ -23,7 +23,8 @@ }, "copy-from-recipe": { "config/": "%CONFIG_DIR%/" - } + }, + "post-install-output": "Warning: make sure the twig engine is turned on in framework.yaml\n\n - If not, add the following to config/packages/framework.yaml:\n\nframework:\n # ...\n templating:\n engines: ['twig']\n" }, "files": { "config/routes/dtc_grid.yaml": { @@ -38,7 +39,6 @@ } }, "origin": "mmucklo/grid-bundle:4.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/mmucklo.grid-bundle.4.2.json b/mmucklo.grid-bundle.4.2.json index c0d414ff..839450d1 100644 --- a/mmucklo.grid-bundle.4.2.json +++ b/mmucklo.grid-bundle.4.2.json @@ -26,7 +26,8 @@ }, "copy-from-recipe": { "config/": "%CONFIG_DIR%/" - } + }, + "post-install-output": "Warning: make sure the twig engine is turned on in framework.yaml\n\n - If not, add the following to config/packages/framework.yaml:\n\nframework:\n # ...\n templating:\n engines: ['twig']\n" }, "files": { "config/routes/dtc_grid.yaml": { @@ -36,7 +37,6 @@ } }, "origin": "mmucklo/grid-bundle:4.2@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/mmucklo.grid-bundle.5.0.json b/mmucklo.grid-bundle.5.0.json index 74d2d10d..8c53244d 100644 --- a/mmucklo.grid-bundle.5.0.json +++ b/mmucklo.grid-bundle.5.0.json @@ -36,7 +36,6 @@ } }, "origin": "mmucklo/grid-bundle:5.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/mmucklo.queue-bundle.3.0.json b/mmucklo.queue-bundle.3.0.json index 7d29fae1..0bf53f4b 100644 --- a/mmucklo.queue-bundle.3.0.json +++ b/mmucklo.queue-bundle.3.0.json @@ -23,7 +23,8 @@ }, "copy-from-recipe": { "config/": "%CONFIG_DIR%/" - } + }, + "post-install-output": "Please update config/packages/dtc_queue.yaml to accurately reflect your needs (odm / orm / beanstalkd / rabbit_mq etc.)\n - For a full list of configuration options, see:\n * https://github.com/mmucklo/DtcQueueBundle/Resources/doc/full-configuration.md\n\nFor admin, make sure the twig engine is turned on in framework.yaml\n\n - If not, add the following to config/packages/framework.yaml:\n\nframework:\n # ...\n templating:\n engines: ['twig']\n" }, "files": { "config/routes/dtc_queue.yaml": { @@ -38,7 +39,6 @@ } }, "origin": "mmucklo/queue-bundle:3.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/mmucklo.queue-bundle.4.0.json b/mmucklo.queue-bundle.4.0.json index 1f37e68c..89e27546 100644 --- a/mmucklo.queue-bundle.4.0.json +++ b/mmucklo.queue-bundle.4.0.json @@ -23,7 +23,8 @@ }, "copy-from-recipe": { "config/": "%CONFIG_DIR%/" - } + }, + "post-install-output": "Please update config/packages/dtc_queue.yaml to accurately reflect your needs.\n (Choose between odm|orm|beanstalkd|rabbit_mq|redis, etc.)\n\n - For a full list of configuration options, see:\n * https://github.com/mmucklo/DtcQueueBundle/blob/master/Resources/doc/full-configuration.md\n\nFor admin, make sure the twig is installed and the twig engine is turned on in framework.yaml\n\n - If not, install twig, then add the following to config/packages/framework.yaml:\n\nframework:\n # ...\n templating:\n engines: ['twig']\n" }, "files": { "config/routes/dtc_queue.yaml": { @@ -38,7 +39,6 @@ } }, "origin": "mmucklo/queue-bundle:4.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/mmucklo.queue-bundle.6.0.json b/mmucklo.queue-bundle.6.0.json index e95ad6c5..0a1a1824 100644 --- a/mmucklo.queue-bundle.6.0.json +++ b/mmucklo.queue-bundle.6.0.json @@ -26,7 +26,8 @@ }, "copy-from-recipe": { "config/": "%CONFIG_DIR%/" - } + }, + "post-install-output": "Please update config/packages/dtc_queue.yaml:\n\n# config/packages/dtc_queue.yaml\ndtc_queue:\n manager:\n # This parameter is required and should typically be set to one of:\n # [odm|orm|beanstalkd|rabbit_mq|redis]\n job: orm\n # ...\n\nFor a full list of configuration options, see:\n * https://github.com/mmucklo/DtcQueueBundle/blob/master/Resources/doc/full-configuration.md\n\nIf you use the \"orm\" job manager, you'll want to create a migration or update the schema on your database manually. For more info see:\n * https://github.com/mmucklo/DtcQueueBundle/blob/master/Resources/doc/symfony4-5.md\n\nFor admin, make sure twig-pack or twig-bundle + twig is installed.\n\nOn older versions of Symfony, the following might be necessary:\n\n# config/packages/framework.yaml\nframework:\n # ...\n templating:\n engines: ['twig']\n" }, "files": { "config/routes/dtc_queue.yaml": { @@ -36,7 +37,6 @@ } }, "origin": "mmucklo/queue-bundle:6.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/mobizel.markdown-docs-bundle.0.1.json b/mobizel.markdown-docs-bundle.0.1.json index 97e21220..8932c05c 100644 --- a/mobizel.markdown-docs-bundle.0.1.json +++ b/mobizel.markdown-docs-bundle.0.1.json @@ -44,7 +44,6 @@ } }, "origin": "mobizel/markdown-docs-bundle:0.1@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/mobizel.markdown-docs-bundle.0.9.json b/mobizel.markdown-docs-bundle.0.9.json index dd5d960f..8cf3353b 100644 --- a/mobizel.markdown-docs-bundle.0.9.json +++ b/mobizel.markdown-docs-bundle.0.9.json @@ -44,7 +44,6 @@ } }, "origin": "mobizel/markdown-docs-bundle:0.9@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/mobizel.symfony-capistrano.0.2.json b/mobizel.symfony-capistrano.0.2.json index f0a06695..d077ca8b 100644 --- a/mobizel.symfony-capistrano.0.2.json +++ b/mobizel.symfony-capistrano.0.2.json @@ -20,11 +20,11 @@ "Capfile": "Capfile", "Gemfile": "Gemfile", "etc/": "etc/" - } + }, + "post-install-output": "Please update etc/capistrano/deploy.rb, etc/capistrano/deploy/staging.rb and etc/capistrano/deploy/production.rb to accurately reflect your needs.\n\n * Read the capistrano symfony documentation at https://github.com/capistrano/symfony\n" }, "files": [], "origin": "mobizel/symfony-capistrano:0.2@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/moneyphp.money-bundle.0.1.json b/moneyphp.money-bundle.0.1.json index 39644099..75a26608 100644 --- a/moneyphp.money-bundle.0.1.json +++ b/moneyphp.money-bundle.0.1.json @@ -33,7 +33,6 @@ } }, "origin": "moneyphp/money-bundle:0.1@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/monsieurbiz.sylius-admin-better-login-plugin.1.0.json b/monsieurbiz.sylius-admin-better-login-plugin.1.0.json index 82977ccf..8817978f 100644 --- a/monsieurbiz.sylius-admin-better-login-plugin.1.0.json +++ b/monsieurbiz.sylius-admin-better-login-plugin.1.0.json @@ -27,7 +27,6 @@ }, "files": [], "origin": "monsieurbiz/sylius-admin-better-login-plugin:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/monsieurbiz.sylius-alert-message-plugin.1.0.json b/monsieurbiz.sylius-alert-message-plugin.1.0.json index 7a27629a..b17ff18e 100644 --- a/monsieurbiz.sylius-alert-message-plugin.1.0.json +++ b/monsieurbiz.sylius-alert-message-plugin.1.0.json @@ -38,7 +38,6 @@ } }, "origin": "monsieurbiz/sylius-alert-message-plugin:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/monsieurbiz.sylius-cms-page-plugin.1.0.json b/monsieurbiz.sylius-cms-page-plugin.1.0.json index 35dcde6b..e4f67e7f 100644 --- a/monsieurbiz.sylius-cms-page-plugin.1.0.json +++ b/monsieurbiz.sylius-cms-page-plugin.1.0.json @@ -38,7 +38,6 @@ } }, "origin": "monsieurbiz/sylius-cms-page-plugin:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/monsieurbiz.sylius-coliship-plugin.0.1.json b/monsieurbiz.sylius-coliship-plugin.0.1.json index 2406210d..cc813d52 100644 --- a/monsieurbiz.sylius-coliship-plugin.0.1.json +++ b/monsieurbiz.sylius-coliship-plugin.0.1.json @@ -41,7 +41,6 @@ } }, "origin": "monsieurbiz/sylius-coliship-plugin:0.1@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/monsieurbiz.sylius-no-commerce-plugin.0.1.json b/monsieurbiz.sylius-no-commerce-plugin.0.1.json index 7bb7e066..efc30fa3 100644 --- a/monsieurbiz.sylius-no-commerce-plugin.0.1.json +++ b/monsieurbiz.sylius-no-commerce-plugin.0.1.json @@ -33,7 +33,6 @@ } }, "origin": "monsieurbiz/sylius-no-commerce-plugin:0.1@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/monsieurbiz.sylius-rich-editor-plugin.1.0.json b/monsieurbiz.sylius-rich-editor-plugin.1.0.json index db598200..35528de5 100644 --- a/monsieurbiz.sylius-rich-editor-plugin.1.0.json +++ b/monsieurbiz.sylius-rich-editor-plugin.1.0.json @@ -38,7 +38,6 @@ } }, "origin": "monsieurbiz/sylius-rich-editor-plugin:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/monsieurbiz.sylius-sales-reports-plugin.1.0.json b/monsieurbiz.sylius-sales-reports-plugin.1.0.json index 47e23bf7..1723bddc 100644 --- a/monsieurbiz.sylius-sales-reports-plugin.1.0.json +++ b/monsieurbiz.sylius-sales-reports-plugin.1.0.json @@ -38,7 +38,6 @@ } }, "origin": "monsieurbiz/sylius-sales-reports-plugin:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/monsieurbiz.sylius-settings-plugin.1.0.json b/monsieurbiz.sylius-settings-plugin.1.0.json index 403cefab..d2523fb4 100644 --- a/monsieurbiz.sylius-settings-plugin.1.0.json +++ b/monsieurbiz.sylius-settings-plugin.1.0.json @@ -38,7 +38,6 @@ } }, "origin": "monsieurbiz/sylius-settings-plugin:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/monsieursloop.woleet-bundle.1.0.json b/monsieursloop.woleet-bundle.1.0.json index f03e7089..c41740cb 100644 --- a/monsieursloop.woleet-bundle.1.0.json +++ b/monsieursloop.woleet-bundle.1.0.json @@ -33,7 +33,6 @@ } }, "origin": "monsieursloop/woleet-bundle:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/monsieursloop.woleet-bundle.1.2.json b/monsieursloop.woleet-bundle.1.2.json index acf7d0c9..0c397af9 100644 --- a/monsieursloop.woleet-bundle.1.2.json +++ b/monsieursloop.woleet-bundle.1.2.json @@ -37,7 +37,6 @@ } }, "origin": "monsieursloop/woleet-bundle:1.2@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/mp3000mp.tos-bundle.0.1.json b/mp3000mp.tos-bundle.0.1.json index 6d301dcc..57468faf 100644 --- a/mp3000mp.tos-bundle.0.1.json +++ b/mp3000mp.tos-bundle.0.1.json @@ -38,7 +38,6 @@ } }, "origin": "mp3000mp/tos-bundle:0.1@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/msalsas.gdpr-consent-banner-bundle.1.0.json b/msalsas.gdpr-consent-banner-bundle.1.0.json index 8596f67a..4d275213 100644 --- a/msalsas.gdpr-consent-banner-bundle.1.0.json +++ b/msalsas.gdpr-consent-banner-bundle.1.0.json @@ -38,7 +38,6 @@ } }, "origin": "msalsas/gdpr-consent-banner-bundle:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/msalsas.voting-bundle.1.0.json b/msalsas.voting-bundle.1.0.json index 4d68db2f..94f6893b 100644 --- a/msalsas.voting-bundle.1.0.json +++ b/msalsas.voting-bundle.1.0.json @@ -38,7 +38,6 @@ } }, "origin": "msalsas/voting-bundle:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/msgphp.eav-bundle.0.10.json b/msgphp.eav-bundle.0.10.json index 5bd7d990..e88a6e99 100644 --- a/msgphp.eav-bundle.0.10.json +++ b/msgphp.eav-bundle.0.10.json @@ -44,7 +44,6 @@ } }, "origin": "msgphp/eav-bundle:0.10@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/msgphp.user-bundle.0.10.json b/msgphp.user-bundle.0.10.json index f0b4f530..27595b1f 100644 --- a/msgphp.user-bundle.0.10.json +++ b/msgphp.user-bundle.0.10.json @@ -24,7 +24,8 @@ "copy-from-recipe": { "config/": "%CONFIG_DIR%/", "src/": "%SRC_DIR%/" - } + }, + "post-install-output": " * Install the Symfony Maker Bundle using composer require maker --dev. It's required for the next step.\n\n * Run bin/console make:user:msgphp. It will guide you through the basic setup by asking a series of\n questions and generates the minimal application source files needed.\n" }, "files": { "src/Entity/User.php": { @@ -39,7 +40,6 @@ } }, "origin": "msgphp/user-bundle:0.10@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/mtarld.api-platform-ms-bundle.0.1.json b/mtarld.api-platform-ms-bundle.0.1.json index 1079f67d..5781b7ed 100644 --- a/mtarld.api-platform-ms-bundle.0.1.json +++ b/mtarld.api-platform-ms-bundle.0.1.json @@ -23,7 +23,8 @@ }, "copy-from-recipe": { "config/": "%CONFIG_DIR%/" - } + }, + "post-install-output": " * Configure the bundle:\n config/packages/api_platform_ms.yaml\n https://github.com/mtarld/api-platform-ms-bundle\n" }, "files": { "config/packages/api_platform_ms.yaml": { @@ -33,7 +34,6 @@ } }, "origin": "mtarld/api-platform-ms-bundle:0.1@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/mtarld.symbok-bundle.2.0.json b/mtarld.symbok-bundle.2.0.json index 5b5820a3..4e16bdd6 100644 --- a/mtarld.symbok-bundle.2.0.json +++ b/mtarld.symbok-bundle.2.0.json @@ -23,7 +23,8 @@ }, "copy-from-recipe": { "config/": "%CONFIG_DIR%/" - } + }, + "post-install-output": " * Configure bundle in config/packages/symbok.yaml\n * Read the documentation at https://github.com/mtarld/symbok-bundle/blob/master/src/Resources/doc/index.md\n" }, "files": { "config/packages/symbok.yaml": { @@ -33,7 +34,6 @@ } }, "origin": "mtarld/symbok-bundle:2.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/mukadi.wallet-bundle.1.0.json b/mukadi.wallet-bundle.1.0.json index c8b42344..50b7d046 100644 --- a/mukadi.wallet-bundle.1.0.json +++ b/mukadi.wallet-bundle.1.0.json @@ -29,7 +29,6 @@ }, "files": [], "origin": "mukadi/wallet-bundle:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/mukadi.wordpress-bundle.1.0.json b/mukadi.wordpress-bundle.1.0.json index c35b6a24..66e2623a 100644 --- a/mukadi.wordpress-bundle.1.0.json +++ b/mukadi.wordpress-bundle.1.0.json @@ -51,7 +51,8 @@ "/public/composer.json", "/public/readme.html", "/public/license.txt" - ] + ], + "post-install-output": " * Add the WordpressBundle routing file in your `config/routes.yaml`, after your custom routes to catch all Wordpress routes.\n\n * Read the documentation at https://github.com/mbo2olivier/mukadi-wordpress-bundle\n" }, "files": { "public/.htaccess": { @@ -126,7 +127,6 @@ } }, "origin": "mukadi/wordpress-bundle:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/mukadi.wordpress-bundle.1.1.json b/mukadi.wordpress-bundle.1.1.json index d6d5c060..97f7a95d 100644 --- a/mukadi.wordpress-bundle.1.1.json +++ b/mukadi.wordpress-bundle.1.1.json @@ -50,7 +50,8 @@ "/public/mu-plugins/", "/public/plugins/", "/public/themes/" - ] + ], + "post-install-output": " * update your 'public/index.php' file accordingly to the 'sf-wp-bootstrap.php' file in the root directory.\n * Configure doctrine/dbal to ignore custom wordpress tables (such as tables generated by plugins)\n * Add the WordpressBundle routing file in your `config/routes.yaml`, after your custom routes to catch all Wordpress routes.\n\n * Read the documentation at https://github.com/mbo2olivier/mukadi-wordpress-bundle\n" }, "files": { "public/wp-config.php": { @@ -115,7 +116,6 @@ } }, "origin": "mukadi/wordpress-bundle:1.1@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/mukadi.wordpress-bundle.2.0.json b/mukadi.wordpress-bundle.2.0.json index 05b9c464..1ce15f2b 100644 --- a/mukadi.wordpress-bundle.2.0.json +++ b/mukadi.wordpress-bundle.2.0.json @@ -48,11 +48,11 @@ "/public/mu-plugins/", "/public/plugins/", "/public/themes/" - ] + ], + "post-install-output": " * update your 'public/index.php' file accordingly to the 'sf-wp-bootstrap.php' file in the root directory.\n * Configure doctrine/dbal to ignore custom wordpress tables (such as tables generated by plugins)\n * Add the WordpressBundle routing file in your `config/routes.yaml`, after your custom routes to catch all Wordpress routes.\n\n * Read the documentation at https://github.com/mbo2olivier/mukadi-wordpress-bundle\n" }, "files": [], "origin": "mukadi/wordpress-bundle:2.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/nbgrp.env-bundle.1.0.json b/nbgrp.env-bundle.1.0.json index 9abb0923..23f92100 100644 --- a/nbgrp.env-bundle.1.0.json +++ b/nbgrp.env-bundle.1.0.json @@ -33,7 +33,6 @@ } }, "origin": "nbgrp/env-bundle:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/nedac.sylius-minimum-order-value-plugin.1.0.json b/nedac.sylius-minimum-order-value-plugin.1.0.json index 9f3f9700..7a528aa6 100644 --- a/nedac.sylius-minimum-order-value-plugin.1.0.json +++ b/nedac.sylius-minimum-order-value-plugin.1.0.json @@ -42,7 +42,6 @@ } }, "origin": "nedac/sylius-minimum-order-value-plugin:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/nedac.sylius-order-now-plugin.1.0.json b/nedac.sylius-order-now-plugin.1.0.json index 41ee64c6..598b5b46 100644 --- a/nedac.sylius-order-now-plugin.1.0.json +++ b/nedac.sylius-order-now-plugin.1.0.json @@ -38,7 +38,6 @@ } }, "origin": "nedac/sylius-order-now-plugin:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/nedac.sylius-temporarily-out-of-stock-plugin.1.0.json b/nedac.sylius-temporarily-out-of-stock-plugin.1.0.json index 61b665d3..84ec3b17 100644 --- a/nedac.sylius-temporarily-out-of-stock-plugin.1.0.json +++ b/nedac.sylius-temporarily-out-of-stock-plugin.1.0.json @@ -36,7 +36,6 @@ } }, "origin": "nedac/sylius-temporarily-out-of-stock-plugin:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/nella.monolog-tracy-bundle.2.0.json b/nella.monolog-tracy-bundle.2.0.json index 71ee5faa..d3f440c5 100644 --- a/nella.monolog-tracy-bundle.2.0.json +++ b/nella.monolog-tracy-bundle.2.0.json @@ -33,7 +33,6 @@ } }, "origin": "nella/monolog-tracy-bundle:2.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/nelmio.api-doc-bundle.2.13.json b/nelmio.api-doc-bundle.2.13.json index 4d507882..6fb7c4d7 100644 --- a/nelmio.api-doc-bundle.2.13.json +++ b/nelmio.api-doc-bundle.2.13.json @@ -38,7 +38,6 @@ } }, "origin": "nelmio/api-doc-bundle:2.13@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/nelmio.api-doc-bundle.3.0.json b/nelmio.api-doc-bundle.3.0.json index a75107ac..d691c043 100644 --- a/nelmio.api-doc-bundle.3.0.json +++ b/nelmio.api-doc-bundle.3.0.json @@ -38,7 +38,6 @@ } }, "origin": "nelmio/api-doc-bundle:3.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/nelmio.solarium-bundle.2.4.json b/nelmio.solarium-bundle.2.4.json index c943f988..fa694dbd 100644 --- a/nelmio.solarium-bundle.2.4.json +++ b/nelmio.solarium-bundle.2.4.json @@ -37,7 +37,6 @@ } }, "origin": "nelmio/solarium-bundle:2.4@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/neo4j.neo4j-bundle.0.4.json b/neo4j.neo4j-bundle.0.4.json index 45a10342..91a24e15 100644 --- a/neo4j.neo4j-bundle.0.4.json +++ b/neo4j.neo4j-bundle.0.4.json @@ -36,7 +36,6 @@ } }, "origin": "neo4j/neo4j-bundle:0.4@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/netbull.security-bundle.1.0.json b/netbull.security-bundle.1.0.json index 5a11aec8..97218102 100644 --- a/netbull.security-bundle.1.0.json +++ b/netbull.security-bundle.1.0.json @@ -28,7 +28,6 @@ }, "files": [], "origin": "netbull/security-bundle:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/netgen.content-browser.1.0.json b/netgen.content-browser.1.0.json index 22c76280..9f2a0081 100644 --- a/netgen.content-browser.1.0.json +++ b/netgen.content-browser.1.0.json @@ -23,7 +23,8 @@ }, "copy-from-recipe": { "config/": "%CONFIG_DIR%/" - } + }, + "post-install-output": " * Learn how to integrate Content Browser into your CMS backend by reading\n the documentation located at: https://docs.netgen.io/projects/cb/en/latest/\n" }, "files": { "config/routes/netgen_content_browser.yaml": { @@ -33,7 +34,6 @@ } }, "origin": "netgen/content-browser:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/netgen.layouts-core.1.0.json b/netgen.layouts-core.1.0.json index 8d67ac58..3cfe0545 100644 --- a/netgen.layouts-core.1.0.json +++ b/netgen.layouts-core.1.0.json @@ -30,7 +30,8 @@ }, "copy-from-recipe": { "config/": "%CONFIG_DIR%/" - } + }, + "post-install-output": " * For Netgen Layouts to function, you need to import the database tables\n into your database. Currently, only MySQL is supported. To import the tables,\n use the following command from your project root:\n\n php bin/console doctrine:migrations:migrate --configuration=vendor/netgen/layouts-core/migrations/doctrine.yml\n\n * Enable ESI and fragments support in the config/packages/framework.yaml file.\n\n * Complete the installation procedure by following instructions detailed at\n https://docs.netgen.io/projects/layouts/en/latest/getting_started/install_existing_project.html\n\nDocumentation: https://docs.netgen.io/projects/layouts/en/latest/\n" }, "files": { "config/routes/netgen_layouts.yaml": { @@ -40,7 +41,6 @@ } }, "origin": "netgen/layouts-core:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/networking.init-cms-bundle.4.0.json b/networking.init-cms-bundle.4.0.json index 79b4c7a8..566f788b 100644 --- a/networking.init-cms-bundle.4.0.json +++ b/networking.init-cms-bundle.4.0.json @@ -32,7 +32,8 @@ }, "composer-scripts": { "ckeditor:install --clear=drop": "symfony-cmd" - } + }, + "post-install-output": " * The InitCmsBundle imports many configuration files, such as doctrine.yaml, security.yaml etc. In order\n to ensure your app will work please do the following:\n 1. Check that all files imported via the networking_init_cms.yaml file are not overwritten with a similar\n configuration file in your /config/packages folder. !IMPORTANT the doctrine.yaml and security.yaml must be either\n deleted, or update/extended with the configuration as proposed in the doctrine.yaml and security.yaml files\n included with the CMS.\n 2. Check that the Page and User entities were copied to the correct entity folder, and are configured correctly.\n 3. Configure your languages in the networking_init_cms.yaml file, for multi-language support.\n 4. Configure the lexik translation bundles fallback_local and managed_locales parameters to support DB based translations.\n 5. Clear the cache again so that the new config files are loaded correctly.\n 6. Check your database configuration, and back up your database if you haven't done so already.\n 7. Update your database bin/console doctrine:schema:update or using the doctrine migrate commands\n 8. Use the command networking:initcms:install to install the DB install fixtures and create a superuser admin.\n ALTERNATIVELY you can use the networking:initcms:data-setup if you just want to install the data structure and fixtures\n 9. Enable or disable full page caching by setting networking_init_cms.cache.activate to true/false\n" }, "files": { "src/Entity/Page.php": { @@ -67,7 +68,6 @@ } }, "origin": "networking/init-cms-bundle:4.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/nicohaase.twig-isbn-formatter.0.1.json b/nicohaase.twig-isbn-formatter.0.1.json index 7bf876ad..1abdc285 100644 --- a/nicohaase.twig-isbn-formatter.0.1.json +++ b/nicohaase.twig-isbn-formatter.0.1.json @@ -28,7 +28,6 @@ } }, "origin": "nicohaase/twig-isbn-formatter:0.1@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/nordeus.crowd-user-bundle.2.0.json b/nordeus.crowd-user-bundle.2.0.json index 7bffd7a0..fd516410 100644 --- a/nordeus.crowd-user-bundle.2.0.json +++ b/nordeus.crowd-user-bundle.2.0.json @@ -27,7 +27,8 @@ "env": { "NORDEUS_CROWD_APPLICATION_NAME": "crowd_application_name", "NORDEUS_CROWD_APPLICATION_PASSWORD": "crowd_application_password" - } + }, + "post-install-output": " * Configure parameters:: https://github.com/Nordeus/CrowdUserBundle#4-configure-parameters\n * Configure your application's security: https://github.com/Nordeus/CrowdUserBundle#5-configure-your-applications-security\n * Your application is now ready to use!\n\nFull documentation is available at: https://github.com/Nordeus/CrowdUserBundle\n" }, "files": { "config/routes/nordeus_crowd_user.yaml": { @@ -42,7 +43,6 @@ } }, "origin": "nordeus/crowd-user-bundle:2.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/notfloran.mjml-bundle.3.0.json b/notfloran.mjml-bundle.3.0.json index 8d8c46f3..1c09a012 100644 --- a/notfloran.mjml-bundle.3.0.json +++ b/notfloran.mjml-bundle.3.0.json @@ -23,7 +23,8 @@ }, "copy-from-recipe": { "config/": "%CONFIG_DIR%/" - } + }, + "post-install-output": " * Now install MJML into your project via Yarn or npm : yarn add mjml or npm install mjml --save\n" }, "files": { "config/packages/prod/mjml.yaml": { @@ -38,7 +39,6 @@ } }, "origin": "notfloran/mjml-bundle:3.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/ns3777k.prometheus-bundle.1.0.json b/ns3777k.prometheus-bundle.1.0.json index ecec7d6f..6315e0ef 100644 --- a/ns3777k.prometheus-bundle.1.0.json +++ b/ns3777k.prometheus-bundle.1.0.json @@ -43,7 +43,6 @@ } }, "origin": "ns3777k/prometheus-bundle:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/nubox.symfony-webpack-php-generator.1.0.json b/nubox.symfony-webpack-php-generator.1.0.json index 246ac4ff..6375e811 100644 --- a/nubox.symfony-webpack-php-generator.1.0.json +++ b/nubox.symfony-webpack-php-generator.1.0.json @@ -30,7 +30,6 @@ }, "files": [], "origin": "nubox/symfony-webpack-php-generator:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/nuboxdevcom.maintenance-bundle.2.0.json b/nuboxdevcom.maintenance-bundle.2.0.json index 49d8372e..2c1cec47 100644 --- a/nuboxdevcom.maintenance-bundle.2.0.json +++ b/nuboxdevcom.maintenance-bundle.2.0.json @@ -33,7 +33,6 @@ } }, "origin": "nuboxdevcom/maintenance-bundle:2.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/nucleos.dompdf-bundle.3.1.json b/nucleos.dompdf-bundle.3.1.json index b0507b9c..925e9b4b 100644 --- a/nucleos.dompdf-bundle.3.1.json +++ b/nucleos.dompdf-bundle.3.1.json @@ -33,7 +33,6 @@ } }, "origin": "nucleos/dompdf-bundle:3.1@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/nucleos.user-bundle.1.1.json b/nucleos.user-bundle.1.1.json index f18841d6..093b7288 100644 --- a/nucleos.user-bundle.1.1.json +++ b/nucleos.user-bundle.1.1.json @@ -52,7 +52,6 @@ } }, "origin": "nucleos/user-bundle:1.1@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/numberninecms.cms.0.2.json b/numberninecms.cms.0.2.json index 5ab919f0..7b78717c 100644 --- a/numberninecms.cms.0.2.json +++ b/numberninecms.cms.0.2.json @@ -32,7 +32,8 @@ "gitignore": [ "/public/admin", "/public/uploads" - ] + ], + "post-install-output": " * Run php bin/console numbernine:docker:install\n\n * Read the documentation at https://numberninecms.github.io/\n" }, "files": { "config/routes/numbernine.yaml": { @@ -42,7 +43,6 @@ } }, "origin": "numberninecms/cms:0.2@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/oat-sa.bundle-health-check.1.0.json b/oat-sa.bundle-health-check.1.0.json index d08a9cc2..4af5fa06 100644 --- a/oat-sa.bundle-health-check.1.0.json +++ b/oat-sa.bundle-health-check.1.0.json @@ -23,7 +23,8 @@ }, "copy-from-recipe": { "config/": "%CONFIG_DIR%/" - } + }, + "post-install-output": " * Configure health check and ping routes in file config/routes/health_check.yaml\n\n * Read the documentation at https://github.com/oat-sa/bundle-health-check\n" }, "files": { "config/routes/health_check.yaml": { @@ -33,7 +34,6 @@ } }, "origin": "oat-sa/bundle-health-check:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/oat-sa.bundle-lti1p3.2.0.json b/oat-sa.bundle-lti1p3.2.0.json index a4342d37..faff565b 100644 --- a/oat-sa.bundle-lti1p3.2.0.json +++ b/oat-sa.bundle-lti1p3.2.0.json @@ -26,7 +26,8 @@ }, "env": { "LTI1P3_SERVICE_ENCRYPTION_KEY": "%generate(secret)%" - } + }, + "post-install-output": " * Create development keys: mkdir -p config/secrets/dev && openssl genrsa -out config/secrets/dev/private.key 2048 && openssl rsa -in config/secrets/dev/private.key -outform PEM -pubout -out config/secrets/dev/public.key\n\n * Configure your keys, platform, tools and registrations in file config/packages/lti1p3.yaml\n\n * Configure the platform and tools automated routes in file config/routes/lti1p3.yaml\n\n * Read the documentation at https://github.com/oat-sa/bundle-lti1p3\n" }, "files": { "config/routes/lti1p3.yaml": { @@ -41,7 +42,6 @@ } }, "origin": "oat-sa/bundle-lti1p3:2.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/oat-sa.bundle-lti1p3.3.0.json b/oat-sa.bundle-lti1p3.3.0.json index db36b8c1..fc78741c 100644 --- a/oat-sa.bundle-lti1p3.3.0.json +++ b/oat-sa.bundle-lti1p3.3.0.json @@ -26,7 +26,8 @@ }, "env": { "LTI1P3_SERVICE_ENCRYPTION_KEY": "%generate(secret)%" - } + }, + "post-install-output": " * Create development keys as explained at https://github.com/oat-sa/bundle-lti1p3/blob/master/doc/quickstart/configuration.md#configure-a-keychain\n\n * Configure your keys, platform, tools and registrations in file config/packages/lti1p3.yaml\n\n * Configure the platform and tools automated routes in file config/routes/lti1p3.yaml\n\n * Read the documentation at https://github.com/oat-sa/bundle-lti1p3\n" }, "files": { "config/routes/lti1p3.yaml": { @@ -41,7 +42,6 @@ } }, "origin": "oat-sa/bundle-lti1p3:3.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/octopouce-mu.admin-bundle.1.0.json b/octopouce-mu.admin-bundle.1.0.json index dda11afb..beb5a115 100644 --- a/octopouce-mu.admin-bundle.1.0.json +++ b/octopouce-mu.admin-bundle.1.0.json @@ -38,7 +38,6 @@ } }, "origin": "octopouce-mu/admin-bundle:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/odiseoteam.sylius-vendor-plugin.1.2.json b/odiseoteam.sylius-vendor-plugin.1.2.json index 8158619a..5db56ec2 100644 --- a/odiseoteam.sylius-vendor-plugin.1.2.json +++ b/odiseoteam.sylius-vendor-plugin.1.2.json @@ -38,7 +38,6 @@ } }, "origin": "odiseoteam/sylius-vendor-plugin:1.2@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/odolbeau.phone-number-bundle.3.0.json b/odolbeau.phone-number-bundle.3.0.json index 3deeb390..e29d5e8f 100644 --- a/odolbeau.phone-number-bundle.3.0.json +++ b/odolbeau.phone-number-bundle.3.0.json @@ -23,7 +23,8 @@ }, "copy-from-recipe": { "config/": "%CONFIG_DIR%/" - } + }, + "post-install-output": "\n Uncomment the configuration provided for doctrine\n and now can use the phone bundle as described here: \n https://github.com/odolbeau/phone-number-bundle#usage \n The Doctrine configuration has been already done.\n You now can use `phone_number` as an ORM-Type: \n\n /** @ORM\\Column(type=\"phone_number\") */\n private $phoneNumber;\n" }, "files": { "config/packages/misd_phone_number.yaml": { @@ -33,7 +34,6 @@ } }, "origin": "odolbeau/phone-number-bundle:3.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/omines.datatables-bundle.0.1.json b/omines.datatables-bundle.0.1.json index f566c513..7cd5ecec 100644 --- a/omines.datatables-bundle.0.1.json +++ b/omines.datatables-bundle.0.1.json @@ -33,7 +33,6 @@ } }, "origin": "omines/datatables-bundle:0.1@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/oneup.flysystem-bundle.3.0.json b/oneup.flysystem-bundle.3.0.json index 42d4375d..72e15aff 100644 --- a/oneup.flysystem-bundle.3.0.json +++ b/oneup.flysystem-bundle.3.0.json @@ -33,7 +33,6 @@ } }, "origin": "oneup/flysystem-bundle:3.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/oneup.flysystem-bundle.4.0.json b/oneup.flysystem-bundle.4.0.json index add6e94f..a2de218a 100644 --- a/oneup.flysystem-bundle.4.0.json +++ b/oneup.flysystem-bundle.4.0.json @@ -33,7 +33,6 @@ } }, "origin": "oneup/flysystem-bundle:4.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/oneup.uploader-bundle.2.0.json b/oneup.uploader-bundle.2.0.json index 8c141a37..79e6d97f 100644 --- a/oneup.uploader-bundle.2.0.json +++ b/oneup.uploader-bundle.2.0.json @@ -38,7 +38,6 @@ } }, "origin": "oneup/uploader-bundle:2.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/onurb.doctrine-yuml-bundle.1.1.json b/onurb.doctrine-yuml-bundle.1.1.json index c7908dee..f4442ed2 100644 --- a/onurb.doctrine-yuml-bundle.1.1.json +++ b/onurb.doctrine-yuml-bundle.1.1.json @@ -33,7 +33,6 @@ } }, "origin": "onurb/doctrine-yuml-bundle:1.1@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/orbitale.cms-bundle.3.0.json b/orbitale.cms-bundle.3.0.json index 945fb86a..c61c4193 100644 --- a/orbitale.cms-bundle.3.0.json +++ b/orbitale.cms-bundle.3.0.json @@ -49,7 +49,6 @@ } }, "origin": "orbitale/cms-bundle:3.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/orbitale.easyimpress-bundle.1.0.json b/orbitale.easyimpress-bundle.1.0.json index 2f26dfa2..ca96c1e2 100644 --- a/orbitale.easyimpress-bundle.1.0.json +++ b/orbitale.easyimpress-bundle.1.0.json @@ -43,7 +43,6 @@ } }, "origin": "orbitale/easyimpress-bundle:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/oskarstark.env-var-extension.1.0.json b/oskarstark.env-var-extension.1.0.json index ee3f0e8f..b61dec21 100644 --- a/oskarstark.env-var-extension.1.0.json +++ b/oskarstark.env-var-extension.1.0.json @@ -28,7 +28,6 @@ } }, "origin": "oskarstark/env-var-extension:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/oskarstark.no-floc-listener.0.1.json b/oskarstark.no-floc-listener.0.1.json index f21eaef2..b4d2c236 100644 --- a/oskarstark.no-floc-listener.0.1.json +++ b/oskarstark.no-floc-listener.0.1.json @@ -28,7 +28,6 @@ } }, "origin": "oskarstark/no-floc-listener:0.1@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/oskarstark.readable-filesize-extension.0.1.json b/oskarstark.readable-filesize-extension.0.1.json index 31ff3c3f..5998b830 100644 --- a/oskarstark.readable-filesize-extension.0.1.json +++ b/oskarstark.readable-filesize-extension.0.1.json @@ -28,7 +28,6 @@ } }, "origin": "oskarstark/readable-filesize-extension:0.1@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/oskarstark.symfony-http-responder.0.1.json b/oskarstark.symfony-http-responder.0.1.json index bc064b6d..024df30e 100644 --- a/oskarstark.symfony-http-responder.0.1.json +++ b/oskarstark.symfony-http-responder.0.1.json @@ -28,7 +28,6 @@ } }, "origin": "oskarstark/symfony-http-responder:0.1@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/otobul.epaybg-bundle.1.0.json b/otobul.epaybg-bundle.1.0.json index 4d30d248..a1c147f8 100644 --- a/otobul.epaybg-bundle.1.0.json +++ b/otobul.epaybg-bundle.1.0.json @@ -43,7 +43,6 @@ } }, "origin": "otobul/epaybg-bundle:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/overblog.graphiql-bundle.0.1.json b/overblog.graphiql-bundle.0.1.json index 47427f3d..16a168ab 100644 --- a/overblog.graphiql-bundle.0.1.json +++ b/overblog.graphiql-bundle.0.1.json @@ -23,7 +23,8 @@ }, "copy-from-recipe": { "config/": "%CONFIG_DIR%/" - } + }, + "post-install-output": " 1. Browse to /graphiql\n" }, "files": { "config/routes/dev/graphiql.yaml": { @@ -33,7 +34,6 @@ } }, "origin": "overblog/graphiql-bundle:0.1@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/overblog.graphql-bundle.0.11.json b/overblog.graphql-bundle.0.11.json index ba43d29c..7322a46b 100644 --- a/overblog.graphql-bundle.0.11.json +++ b/overblog.graphql-bundle.0.11.json @@ -23,7 +23,8 @@ }, "copy-from-recipe": { "config/": "%CONFIG_DIR%/" - } + }, + "post-install-output": " 1. Define your schema, read documentation https://github.com/overblog/GraphQLBundle/blob/0.11/docs/definitions/index.md\n 2. If you want to see your dumped schema (really not necessary for bootstrap): run bin/console graphql:dump-schema\n 3. If you want to have GraphiQL to browse your API run: composer req --dev overblog/graphiql-bundle\n" }, "files": { "config/routes/graphql.yaml": { @@ -43,7 +44,6 @@ } }, "origin": "overblog/graphql-bundle:0.11@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/overblog.graphql-bundle.0.12.json b/overblog.graphql-bundle.0.12.json index 9a4cad31..2c6de69b 100644 --- a/overblog.graphql-bundle.0.12.json +++ b/overblog.graphql-bundle.0.12.json @@ -23,7 +23,8 @@ }, "copy-from-recipe": { "config/": "%CONFIG_DIR%/" - } + }, + "post-install-output": " 1. Define your schema, read documentation https://github.com/overblog/GraphQLBundle/blob/master/docs/definitions/index.md\n 2. If you want to see your dumped schema (really not necessary for bootstrap): run bin/console graphql:dump-schema\n 3. If you want to have GraphiQL to browse your API run: composer req --dev overblog/graphiql-bundle\n" }, "files": { "config/routes/graphql.yaml": { @@ -43,7 +44,6 @@ } }, "origin": "overblog/graphql-bundle:0.12@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/overblog.graphql-bundle.0.9.json b/overblog.graphql-bundle.0.9.json index 9e2b9daf..2f61b23f 100644 --- a/overblog.graphql-bundle.0.9.json +++ b/overblog.graphql-bundle.0.9.json @@ -23,7 +23,8 @@ }, "copy-from-recipe": { "config/": "%CONFIG_DIR%/" - } + }, + "post-install-output": " 1. Define your schema, read documentation https://github.com/overblog/GraphQLBundle/blob/0.9/Resources/doc/definitions/index.md or\n https://github.com/overblog/GraphQLBundle/blob/0.10/Resources/doc/definitions/index.md\n 2. Browse to /graphiql\n 3. Optionally dump your schema: run bin/console graphql:dump-schema\n" }, "files": { "config/routes/dev/graphql_graphiql.yaml": { @@ -48,7 +49,6 @@ } }, "origin": "overblog/graphql-bundle:0.9@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/pablok.supercache-bundle.0.5.json b/pablok.supercache-bundle.0.5.json index 019834ef..944a78a8 100644 --- a/pablok.supercache-bundle.0.5.json +++ b/pablok.supercache-bundle.0.5.json @@ -33,7 +33,6 @@ } }, "origin": "pablok/supercache-bundle:0.5@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/pasaiakoudala.authbundle.0.1.json b/pasaiakoudala.authbundle.0.1.json index e7e2dffa..ad6ee99b 100644 --- a/pasaiakoudala.authbundle.0.1.json +++ b/pasaiakoudala.authbundle.0.1.json @@ -29,7 +29,8 @@ "LDAP_BASE_DN": "DC=DOMAIN,DC=net", "LDAP_SEARCH_DN": "CN=LDAPUSER,CN=Users,DC=pasaia,DC=net", "LDAP_PASSWD": "LDAP_PASSWD" - } + }, + "post-install-output": "* eguneratu datu basea, erabiltzailearen taula sortzeko\nphp bin/console\n\n* moldatu security.yaml fitxategia\nrm config/package/security.yaml\nmv config/package/security.yaml.dist config/package/security.yaml\n" }, "files": { "config/routes/pasaiako_udala_auth.yaml": { @@ -49,7 +50,6 @@ } }, "origin": "pasaiakoudala/authbundle:0.1@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/payplug.sylius-payplug-plugin.0.2.json b/payplug.sylius-payplug-plugin.0.2.json index 9ace3199..84cd8714 100644 --- a/payplug.sylius-payplug-plugin.0.2.json +++ b/payplug.sylius-payplug-plugin.0.2.json @@ -33,7 +33,6 @@ } }, "origin": "payplug/sylius-payplug-plugin:0.2@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/payum.payum-bundle.2.4.json b/payum.payum-bundle.2.4.json index ff706848..d402da38 100644 --- a/payum.payum-bundle.2.4.json +++ b/payum.payum-bundle.2.4.json @@ -33,7 +33,6 @@ } }, "origin": "payum/payum-bundle:2.4@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/pentatrion.upload-bundle.0.2.json b/pentatrion.upload-bundle.0.2.json index 01c80325..68342f6a 100644 --- a/pentatrion.upload-bundle.0.2.json +++ b/pentatrion.upload-bundle.0.2.json @@ -23,7 +23,8 @@ }, "copy-from-recipe": { "config/": "%CONFIG_DIR%/" - } + }, + "post-install-output": " Configure your transformations:\n 1. Install optional dependencies composer require symfony/validator liip/imagine-bundle imagine/imagine.\n 2. Verify and uncomment the configuration in %CONFIG_DIR%/packages/pentatrion_upload.yaml.\n 3. Create directory with Apache user access on public/uploads.\n\n If you have installed liip/imagine-bundle:\n\n 1. Complete the configuration of %CONFIG_DIR%/packages/liip_imagine.yaml with your filters.\n 2. Create directory with Apache user access on public/media.\n" }, "files": { "config/routes/pentatrion_upload.yaml": { @@ -38,7 +39,6 @@ } }, "origin": "pentatrion/upload-bundle:0.2@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/pentatrion.vite-bundle.0.1.json b/pentatrion.vite-bundle.0.1.json index 54425b73..81a1af5b 100644 --- a/pentatrion.vite-bundle.0.1.json +++ b/pentatrion.vite-bundle.0.1.json @@ -29,11 +29,11 @@ "gitignore": [ "/node_modules/", "/%PUBLIC_DIR%/build/" - ] + ], + "post-install-output": " \n Getting started using pentatrion/vite-bundle \n \n\n Configure your transformations:\n 1. Verify and uncomment the configuration in %CONFIG_DIR%/packages/pentatrion_vite.yaml.\n 2. Verify the Vite configuration in /vite.config.js.\n 3. Install npm and run npm i.\n 4. Add JS Twig function {{ vite_entry_script_tags('app.js') }} into your base.html.twig.\n 5. Add CSS Twig function {{ vite_entry_link_tags('app.js') }} into your base.html.twig.\n 6. Start the development server: npm run dev.\n 7. Start coding into assets/app.js\n\n" }, "files": [], "origin": "pentatrion/vite-bundle:0.1@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/php-amqplib.rabbitmq-bundle.1.12.json b/php-amqplib.rabbitmq-bundle.1.12.json index 26caabb2..41eb7106 100644 --- a/php-amqplib.rabbitmq-bundle.1.12.json +++ b/php-amqplib.rabbitmq-bundle.1.12.json @@ -42,7 +42,6 @@ } }, "origin": "php-amqplib/rabbitmq-bundle:1.12@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/php-http.httplug-bundle.1.6.json b/php-http.httplug-bundle.1.6.json index 237cf2e6..3942baf9 100644 --- a/php-http.httplug-bundle.1.6.json +++ b/php-http.httplug-bundle.1.6.json @@ -33,7 +33,6 @@ } }, "origin": "php-http/httplug-bundle:1.6@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/php-translation.loco-adapter.0.8.json b/php-translation.loco-adapter.0.8.json index f3618298..2a6ba341 100644 --- a/php-translation.loco-adapter.0.8.json +++ b/php-translation.loco-adapter.0.8.json @@ -36,7 +36,6 @@ } }, "origin": "php-translation/loco-adapter:0.8@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/php-translation.symfony-bundle.0.10.json b/php-translation.symfony-bundle.0.10.json index eab66500..8d6e3219 100644 --- a/php-translation.symfony-bundle.0.10.json +++ b/php-translation.symfony-bundle.0.10.json @@ -48,7 +48,6 @@ } }, "origin": "php-translation/symfony-bundle:0.10@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/php-translation.symfony-bundle.0.4.json b/php-translation.symfony-bundle.0.4.json index 2a6448b4..c2ac6326 100644 --- a/php-translation.symfony-bundle.0.4.json +++ b/php-translation.symfony-bundle.0.4.json @@ -48,7 +48,6 @@ } }, "origin": "php-translation/symfony-bundle:0.4@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/phpfastcache.phpfastcache-bundle.3.0.json b/phpfastcache.phpfastcache-bundle.3.0.json index 423bc60e..e1ac8b5c 100644 --- a/phpfastcache.phpfastcache-bundle.3.0.json +++ b/phpfastcache.phpfastcache-bundle.3.0.json @@ -37,7 +37,6 @@ } }, "origin": "phpfastcache/phpfastcache-bundle:3.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/phpfastcgi.fastcgi-daemon.0.11.json b/phpfastcgi.fastcgi-daemon.0.11.json index eb72b07e..77e8e28a 100644 --- a/phpfastcgi.fastcgi-daemon.0.11.json +++ b/phpfastcgi.fastcgi-daemon.0.11.json @@ -19,7 +19,8 @@ "copy-from-recipe": { "config/": "%CONFIG_DIR%/", "src/": "%SRC_DIR%/" - } + }, + "post-install-output": " * Run your application:\n 1. Configure your web server\n 2. Execute the bin/console fastcgi-daemon:run command;\n 3. Browse your application super quickly\n\n * Read the documentation at https://github.com/PHPFastCGI/FastCGIDaemon\n" }, "files": { "src/FastCGIKernel.php": { @@ -34,7 +35,6 @@ } }, "origin": "phpfastcgi/fastcgi-daemon:0.11@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/phpzlc.admin-business.1.0.json b/phpzlc.admin-business.1.0.json index ff751f55..93963c5f 100644 --- a/phpzlc.admin-business.1.0.json +++ b/phpzlc.admin-business.1.0.json @@ -28,7 +28,6 @@ }, "files": [], "origin": "phpzlc/admin-business:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/phpzlc.admin.1.0.json b/phpzlc.admin.1.0.json index 7bcb88a1..c28c590b 100644 --- a/phpzlc.admin.1.0.json +++ b/phpzlc.admin.1.0.json @@ -30,7 +30,6 @@ }, "files": [], "origin": "phpzlc/admin:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/phpzlc.auth-business.1.0.json b/phpzlc.auth-business.1.0.json index 20f23d58..d0ca2dd2 100644 --- a/phpzlc.auth-business.1.0.json +++ b/phpzlc.auth-business.1.0.json @@ -25,7 +25,6 @@ }, "files": [], "origin": "phpzlc/auth-business:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/phpzlc.captcha-business.1.0.json b/phpzlc.captcha-business.1.0.json index 23709b3b..f8caeab7 100644 --- a/phpzlc.captcha-business.1.0.json +++ b/phpzlc.captcha-business.1.0.json @@ -25,7 +25,6 @@ }, "files": [], "origin": "phpzlc/captcha-business:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/phpzlc.document-bundle.1.1.json b/phpzlc.document-bundle.1.1.json index 23ac8681..50c5e9d9 100644 --- a/phpzlc.document-bundle.1.1.json +++ b/phpzlc.document-bundle.1.1.json @@ -47,7 +47,6 @@ } }, "origin": "phpzlc/document-bundle:1.1@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/phpzlc.phpzlc.1.0.json b/phpzlc.phpzlc.1.0.json index 91eef0b8..2c0c8d17 100644 --- a/phpzlc.phpzlc.1.0.json +++ b/phpzlc.phpzlc.1.0.json @@ -41,7 +41,6 @@ } }, "origin": "phpzlc/phpzlc:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/phpzlc.platform-business.1.0.json b/phpzlc.platform-business.1.0.json index 015f5fa7..1085f62b 100644 --- a/phpzlc.platform-business.1.0.json +++ b/phpzlc.platform-business.1.0.json @@ -23,7 +23,6 @@ }, "files": [], "origin": "phpzlc/platform-business:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/phpzlc.rbac-business.1.0.json b/phpzlc.rbac-business.1.0.json index 4dfe5cbc..64a1e94a 100644 --- a/phpzlc.rbac-business.1.0.json +++ b/phpzlc.rbac-business.1.0.json @@ -25,7 +25,6 @@ }, "files": [], "origin": "phpzlc/rbac-business:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/phpzlc.upload-business.1.0.json b/phpzlc.upload-business.1.0.json index fcf0232d..bdfab1ff 100644 --- a/phpzlc.upload-business.1.0.json +++ b/phpzlc.upload-business.1.0.json @@ -26,7 +26,6 @@ }, "files": [], "origin": "phpzlc/upload-business:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/picoss.yousign-bundle.2.0.json b/picoss.yousign-bundle.2.0.json index 229e229c..abab34b3 100644 --- a/picoss.yousign-bundle.2.0.json +++ b/picoss.yousign-bundle.2.0.json @@ -41,7 +41,6 @@ } }, "origin": "picoss/yousign-bundle:2.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/picoss.yousign-bundle.2.2.json b/picoss.yousign-bundle.2.2.json index a7cd05b7..deab3391 100644 --- a/picoss.yousign-bundle.2.2.json +++ b/picoss.yousign-bundle.2.2.json @@ -30,7 +30,8 @@ "YOUSIGN_API_KEY": "api_key", "YOUSIGN_USERNAME": "username", "YOUSIGN_PASSWORD": "password" - } + }, + "post-install-output": " * You now need to create a yousign account\n 1. Visit https://demo.yousign.fr/fr/public/api/registration\n 2. Modify your YOUSIGN_API_KEY, YOUSIGN_USERNAME and YOUSIGN_PASSWORD config in .env\n" }, "files": { "config/packages/picoss_yousign.yaml": { @@ -40,7 +41,6 @@ } }, "origin": "picoss/yousign-bundle:2.2@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/pierstoval.character-manager.0.5.json b/pierstoval.character-manager.0.5.json index f4474c2a..6f5da8b8 100644 --- a/pierstoval.character-manager.0.5.json +++ b/pierstoval.character-manager.0.5.json @@ -49,7 +49,6 @@ } }, "origin": "pierstoval/character-manager:0.5@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/piou-piou.ribs-cron-bundle.1.0.json b/piou-piou.ribs-cron-bundle.1.0.json index a38f7a2c..b0d86a2b 100644 --- a/piou-piou.ribs-cron-bundle.1.0.json +++ b/piou-piou.ribs-cron-bundle.1.0.json @@ -37,7 +37,6 @@ } }, "origin": "piou-piou/ribs-cron-bundle:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/player259.graphql-bundle.1.0.json b/player259.graphql-bundle.1.0.json index 5c8a635e..8a8354b7 100644 --- a/player259.graphql-bundle.1.0.json +++ b/player259.graphql-bundle.1.0.json @@ -33,7 +33,6 @@ } }, "origin": "player259/graphql-bundle:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/pomm-project.pomm-bundle.2.3.json b/pomm-project.pomm-bundle.2.3.json index a3792103..73c3fa3c 100644 --- a/pomm-project.pomm-bundle.2.3.json +++ b/pomm-project.pomm-bundle.2.3.json @@ -41,7 +41,6 @@ } }, "origin": "pomm-project/pomm-bundle:2.3@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/pond5.async-request-bundle.1.1.json b/pond5.async-request-bundle.1.1.json index 49bc2e75..4a48c290 100644 --- a/pond5.async-request-bundle.1.1.json +++ b/pond5.async-request-bundle.1.1.json @@ -33,7 +33,6 @@ } }, "origin": "pond5/async-request-bundle:1.1@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/prolix.maintenance-bundle.2.1.json b/prolix.maintenance-bundle.2.1.json index 7fdebe00..3385c24b 100644 --- a/prolix.maintenance-bundle.2.1.json +++ b/prolix.maintenance-bundle.2.1.json @@ -33,7 +33,6 @@ } }, "origin": "prolix/maintenance-bundle:2.1@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/prooph.event-store-bus-bridge.3.1.json b/prooph.event-store-bus-bridge.3.1.json index 2401c684..603f1acc 100644 --- a/prooph.event-store-bus-bridge.3.1.json +++ b/prooph.event-store-bus-bridge.3.1.json @@ -28,7 +28,6 @@ } }, "origin": "prooph/event-store-bus-bridge:3.1@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/prooph.event-store-symfony-bundle.0.4.json b/prooph.event-store-symfony-bundle.0.4.json index 30831859..c34e6024 100644 --- a/prooph.event-store-symfony-bundle.0.4.json +++ b/prooph.event-store-symfony-bundle.0.4.json @@ -39,7 +39,6 @@ } }, "origin": "prooph/event-store-symfony-bundle:0.4@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/prooph.pdo-event-store.1.7.json b/prooph.pdo-event-store.1.7.json index 24eb9c16..c42e8e68 100644 --- a/prooph.pdo-event-store.1.7.json +++ b/prooph.pdo-event-store.1.7.json @@ -26,7 +26,8 @@ "MYSQL_DSN": "mysql:host=127.0.0.1;dbname=event_streams", "MYSQL_USER": "user", "MYSQL_PASSWORD": "password" - } + }, + "post-install-output": " * Modify your MYSQL_* configuration in .env\n\n * Create event streams and projections tables using SQL scripts\n in %CONFIG_DIR%/scripts/*\n" }, "files": { "config/packages/prooph_pdo_event_store.yaml": { @@ -36,7 +37,6 @@ } }, "origin": "prooph/pdo-event-store:1.7@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/prooph.service-bus-symfony-bundle.0.6.json b/prooph.service-bus-symfony-bundle.0.6.json index c54da8e4..e90a9fe7 100644 --- a/prooph.service-bus-symfony-bundle.0.6.json +++ b/prooph.service-bus-symfony-bundle.0.6.json @@ -23,7 +23,8 @@ }, "copy-from-recipe": { "config/": "%CONFIG_DIR%/" - } + }, + "post-install-output": " * Verify and uncomment the configuration in %CONFIG_DIR%/packages/prooph_service_bus.yaml\n to register message handlers\n\n * Dispatch commands by injecting\n the Prooph\\ServiceBus\\CommandBus service into your controllers\n" }, "files": { "config/packages/prooph_service_bus.yaml": { @@ -33,7 +34,6 @@ } }, "origin": "prooph/service-bus-symfony-bundle:0.6@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/pugx.geo-form-bundle.0.2.json b/pugx.geo-form-bundle.0.2.json index f0d9be03..b59401b3 100644 --- a/pugx.geo-form-bundle.0.2.json +++ b/pugx.geo-form-bundle.0.2.json @@ -23,7 +23,8 @@ }, "copy-from-recipe": { "config/": "%CONFIG_DIR%/" - } + }, + "post-install-output": " * Insert sensitive values in configuration file\n * Read documentation at https://github.com/PUGX/PUGXGeoFormBundle/blob/master/Resources/doc/index.md\n" }, "files": { "config/packages/pugx_geo_form.yaml": { @@ -33,7 +34,6 @@ } }, "origin": "pugx/geo-form-bundle:0.2@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/pusher.pusher-php-server.3.0.json b/pusher.pusher-php-server.3.0.json index c2ded0d0..a0eab3c4 100644 --- a/pusher.pusher-php-server.3.0.json +++ b/pusher.pusher-php-server.3.0.json @@ -33,7 +33,6 @@ } }, "origin": "pusher/pusher-php-server:3.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/qandidate.toggle-bundle.1.0.json b/qandidate.toggle-bundle.1.0.json index bf91a5da..27706d06 100644 --- a/qandidate.toggle-bundle.1.0.json +++ b/qandidate.toggle-bundle.1.0.json @@ -33,7 +33,6 @@ } }, "origin": "qandidate/toggle-bundle:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/qossmic.deptrac-shim.0.7.json b/qossmic.deptrac-shim.0.7.json index 22f2a48b..8981ab56 100644 --- a/qossmic.deptrac-shim.0.7.json +++ b/qossmic.deptrac-shim.0.7.json @@ -31,7 +31,6 @@ } }, "origin": "qossmic/deptrac-shim:0.7@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/ramsey.uuid-doctrine.1.3.json b/ramsey.uuid-doctrine.1.3.json index 89d168e1..c6a0cb87 100644 --- a/ramsey.uuid-doctrine.1.3.json +++ b/ramsey.uuid-doctrine.1.3.json @@ -28,7 +28,6 @@ } }, "origin": "ramsey/uuid-doctrine:1.3@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/ravenflux.php-functions.3.0.json b/ravenflux.php-functions.3.0.json index 885b97b2..b5304c5c 100644 --- a/ravenflux.php-functions.3.0.json +++ b/ravenflux.php-functions.3.0.json @@ -28,7 +28,6 @@ } }, "origin": "ravenflux/php-functions:3.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/ravenflux.sort-functions.3.0.json b/ravenflux.sort-functions.3.0.json index 689fb5e8..28b6068e 100644 --- a/ravenflux.sort-functions.3.0.json +++ b/ravenflux.sort-functions.3.0.json @@ -28,7 +28,6 @@ } }, "origin": "ravenflux/sort-functions:3.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/reconnect.s3bundle.0.1.json b/reconnect.s3bundle.0.1.json index 665b8d21..87962ae3 100644 --- a/reconnect.s3bundle.0.1.json +++ b/reconnect.s3bundle.0.1.json @@ -39,7 +39,6 @@ } }, "origin": "reconnect/s3bundle:0.1@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/redirectionio.proxy-symfony.0.1.json b/redirectionio.proxy-symfony.0.1.json index 12749ef5..8b7054e3 100644 --- a/redirectionio.proxy-symfony.0.1.json +++ b/redirectionio.proxy-symfony.0.1.json @@ -33,7 +33,6 @@ } }, "origin": "redirectionio/proxy-symfony:0.1@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/redirectionio.proxy-symfony.0.2.json b/redirectionio.proxy-symfony.0.2.json index 3d2459f3..39460bef 100644 --- a/redirectionio.proxy-symfony.0.2.json +++ b/redirectionio.proxy-symfony.0.2.json @@ -33,7 +33,6 @@ } }, "origin": "redirectionio/proxy-symfony:0.2@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/redjanym.fcm-bundle.1.1.json b/redjanym.fcm-bundle.1.1.json index 06822d90..ffc41aa0 100644 --- a/redjanym.fcm-bundle.1.1.json +++ b/redjanym.fcm-bundle.1.1.json @@ -36,7 +36,6 @@ } }, "origin": "redjanym/fcm-bundle:1.1@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/redrat.api-helper-bundle.0.1.json b/redrat.api-helper-bundle.0.1.json index 72089866..744a9152 100644 --- a/redrat.api-helper-bundle.0.1.json +++ b/redrat.api-helper-bundle.0.1.json @@ -33,7 +33,6 @@ } }, "origin": "redrat/api-helper-bundle:0.1@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/ro0nl.http-responder.0.1.json b/ro0nl.http-responder.0.1.json index bd93c0b4..d1946b92 100644 --- a/ro0nl.http-responder.0.1.json +++ b/ro0nl.http-responder.0.1.json @@ -24,7 +24,6 @@ }, "files": [], "origin": "ro0nl/http-responder:0.1@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/rokka.client-bundle.1.0.json b/rokka.client-bundle.1.0.json index 7360ca94..cd2be3c9 100644 --- a/rokka.client-bundle.1.0.json +++ b/rokka.client-bundle.1.0.json @@ -38,7 +38,6 @@ } }, "origin": "rokka/client-bundle:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/roukmoute.hashids-bundle.1.4.json b/roukmoute.hashids-bundle.1.4.json index 5b751602..d6efce47 100644 --- a/roukmoute.hashids-bundle.1.4.json +++ b/roukmoute.hashids-bundle.1.4.json @@ -33,7 +33,6 @@ } }, "origin": "roukmoute/hashids-bundle:1.4@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/routmoute.routmoute-discord-bundle.1.1.json b/routmoute.routmoute-discord-bundle.1.1.json index 56ae0fde..b9d10824 100644 --- a/routmoute.routmoute-discord-bundle.1.1.json +++ b/routmoute.routmoute-discord-bundle.1.1.json @@ -38,7 +38,6 @@ } }, "origin": "routmoute/routmoute-discord-bundle:1.1@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/rundum.event-base.0.0.json b/rundum.event-base.0.0.json index 733825d7..2d4eb198 100644 --- a/rundum.event-base.0.0.json +++ b/rundum.event-base.0.0.json @@ -28,7 +28,6 @@ } }, "origin": "rundum/event-base:0.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/ruwler.ruwler-sdk-bundle.1.0.json b/ruwler.ruwler-sdk-bundle.1.0.json index df093df2..105adb39 100644 --- a/ruwler.ruwler-sdk-bundle.1.0.json +++ b/ruwler.ruwler-sdk-bundle.1.0.json @@ -36,7 +36,6 @@ } }, "origin": "ruwler/ruwler-sdk-bundle:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/scheb.two-factor-bundle.3.16.json b/scheb.two-factor-bundle.3.16.json index 8880d803..e4d20df2 100644 --- a/scheb.two-factor-bundle.3.16.json +++ b/scheb.two-factor-bundle.3.16.json @@ -38,7 +38,6 @@ } }, "origin": "scheb/two-factor-bundle:3.16@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/sebtm.inwx-api-bundle.0.1.json b/sebtm.inwx-api-bundle.0.1.json index 1c0ba298..1806bd3a 100644 --- a/sebtm.inwx-api-bundle.0.1.json +++ b/sebtm.inwx-api-bundle.0.1.json @@ -31,7 +31,6 @@ }, "files": [], "origin": "sebtm/inwx-api-bundle:0.1@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/sebtm.inwx-api-bundle.0.2.json b/sebtm.inwx-api-bundle.0.2.json index 53e4fdcd..a731e5c2 100644 --- a/sebtm.inwx-api-bundle.0.2.json +++ b/sebtm.inwx-api-bundle.0.2.json @@ -37,7 +37,6 @@ } }, "origin": "sebtm/inwx-api-bundle:0.2@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/sebtm.inwx-api-bundle.1.0.json b/sebtm.inwx-api-bundle.1.0.json index a61051a9..e4a6919d 100644 --- a/sebtm.inwx-api-bundle.1.0.json +++ b/sebtm.inwx-api-bundle.1.0.json @@ -37,7 +37,6 @@ } }, "origin": "sebtm/inwx-api-bundle:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/secit-pl.imap-bundle.1.0.json b/secit-pl.imap-bundle.1.0.json index 27ec9fe5..bf56a358 100644 --- a/secit-pl.imap-bundle.1.0.json +++ b/secit-pl.imap-bundle.1.0.json @@ -33,7 +33,6 @@ } }, "origin": "secit-pl/imap-bundle:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/seferov.aws-bundle.3.0.json b/seferov.aws-bundle.3.0.json index 972e22a5..e80ff047 100644 --- a/seferov.aws-bundle.3.0.json +++ b/seferov.aws-bundle.3.0.json @@ -37,7 +37,6 @@ } }, "origin": "seferov/aws-bundle:3.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/sensiolabs.connect-bundle.4.0.json b/sensiolabs.connect-bundle.4.0.json index e94f452b..129fe596 100644 --- a/sensiolabs.connect-bundle.4.0.json +++ b/sensiolabs.connect-bundle.4.0.json @@ -42,7 +42,6 @@ } }, "origin": "sensiolabs/connect-bundle:4.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/sentry.sentry-symfony.1.0.json b/sentry.sentry-symfony.1.0.json index 17cbef1b..39c459ff 100644 --- a/sentry.sentry-symfony.1.0.json +++ b/sentry.sentry-symfony.1.0.json @@ -41,7 +41,6 @@ } }, "origin": "sentry/sentry-symfony:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/sentry.sentry-symfony.3.0.json b/sentry.sentry-symfony.3.0.json index d6445b99..2265d450 100644 --- a/sentry.sentry-symfony.3.0.json +++ b/sentry.sentry-symfony.3.0.json @@ -36,7 +36,6 @@ } }, "origin": "sentry/sentry-symfony:3.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/sg.datatablesbundle.1.0.json b/sg.datatablesbundle.1.0.json index 95e91a6e..2de474f8 100644 --- a/sg.datatablesbundle.1.0.json +++ b/sg.datatablesbundle.1.0.json @@ -33,7 +33,6 @@ } }, "origin": "sg/datatablesbundle:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/siganushka.generic-bundle.0.3.json b/siganushka.generic-bundle.0.3.json index c18300c4..0e626ea2 100644 --- a/siganushka.generic-bundle.0.3.json +++ b/siganushka.generic-bundle.0.3.json @@ -27,7 +27,6 @@ }, "files": [], "origin": "siganushka/generic-bundle:0.3@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/siganushka.region-bundle.0.1.json b/siganushka.region-bundle.0.1.json index ae563b18..453b8b7d 100644 --- a/siganushka.region-bundle.0.1.json +++ b/siganushka.region-bundle.0.1.json @@ -33,7 +33,6 @@ } }, "origin": "siganushka/region-bundle:0.1@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/silasjoisten.sonata-multiupload-bundle.2.1.json b/silasjoisten.sonata-multiupload-bundle.2.1.json index 670c899c..00ac7feb 100644 --- a/silasjoisten.sonata-multiupload-bundle.2.1.json +++ b/silasjoisten.sonata-multiupload-bundle.2.1.json @@ -36,7 +36,6 @@ } }, "origin": "silasjoisten/sonata-multiupload-bundle:2.1@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/slot.mandrill-bundle.1.1.json b/slot.mandrill-bundle.1.1.json index 402c963a..e681c480 100644 --- a/slot.mandrill-bundle.1.1.json +++ b/slot.mandrill-bundle.1.1.json @@ -37,7 +37,6 @@ } }, "origin": "slot/mandrill-bundle:1.1@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/snc.redis-bundle.2.0.json b/snc.redis-bundle.2.0.json index 188178ee..9df628c5 100644 --- a/snc.redis-bundle.2.0.json +++ b/snc.redis-bundle.2.0.json @@ -37,7 +37,6 @@ } }, "origin": "snc/redis-bundle:2.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/soljian.steam-authentication-bundle.1.0.json b/soljian.steam-authentication-bundle.1.0.json index 636474ce..29d91335 100644 --- a/soljian.steam-authentication-bundle.1.0.json +++ b/soljian.steam-authentication-bundle.1.0.json @@ -36,7 +36,6 @@ } }, "origin": "soljian/steam-authentication-bundle:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/sonata-project.admin-bundle.3.31.json b/sonata-project.admin-bundle.3.31.json index f5c42dfd..09f68419 100644 --- a/sonata-project.admin-bundle.3.31.json +++ b/sonata-project.admin-bundle.3.31.json @@ -44,7 +44,6 @@ } }, "origin": "sonata-project/admin-bundle:3.31@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/sonata-project.admin-bundle.3.64.json b/sonata-project.admin-bundle.3.64.json index b57e64c8..bf17415f 100644 --- a/sonata-project.admin-bundle.3.64.json +++ b/sonata-project.admin-bundle.3.64.json @@ -44,7 +44,6 @@ } }, "origin": "sonata-project/admin-bundle:3.64@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/sonata-project.admin-bundle.4.0.json b/sonata-project.admin-bundle.4.0.json index 023b182d..8eba3739 100644 --- a/sonata-project.admin-bundle.4.0.json +++ b/sonata-project.admin-bundle.4.0.json @@ -44,7 +44,6 @@ } }, "origin": "sonata-project/admin-bundle:4.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/sonata-project.classification-bundle.3.7.json b/sonata-project.classification-bundle.3.7.json index 0cf3fe2e..2c911293 100644 --- a/sonata-project.classification-bundle.3.7.json +++ b/sonata-project.classification-bundle.3.7.json @@ -54,7 +54,6 @@ } }, "origin": "sonata-project/classification-bundle:3.7@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/sonata-project.core-bundle.3.9.json b/sonata-project.core-bundle.3.9.json index a7c4372d..088cb61c 100644 --- a/sonata-project.core-bundle.3.9.json +++ b/sonata-project.core-bundle.3.9.json @@ -33,7 +33,6 @@ } }, "origin": "sonata-project/core-bundle:3.9@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/sonata-project.form-extensions.1.0.json b/sonata-project.form-extensions.1.0.json index 698637b9..8e58bdc0 100644 --- a/sonata-project.form-extensions.1.0.json +++ b/sonata-project.form-extensions.1.0.json @@ -33,7 +33,6 @@ } }, "origin": "sonata-project/form-extensions:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/sonata-project.form-extensions.1.4.json b/sonata-project.form-extensions.1.4.json index ea638de7..a9b3203c 100644 --- a/sonata-project.form-extensions.1.4.json +++ b/sonata-project.form-extensions.1.4.json @@ -33,7 +33,6 @@ } }, "origin": "sonata-project/form-extensions:1.4@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/sonata-project.media-bundle.3.13.json b/sonata-project.media-bundle.3.13.json index 54a26da9..db81b7bf 100644 --- a/sonata-project.media-bundle.3.13.json +++ b/sonata-project.media-bundle.3.13.json @@ -44,7 +44,6 @@ } }, "origin": "sonata-project/media-bundle:3.13@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/sonata-project.media-odm-pack.1.0.json b/sonata-project.media-odm-pack.1.0.json index f02da2e7..5a87dbde 100644 --- a/sonata-project.media-odm-pack.1.0.json +++ b/sonata-project.media-odm-pack.1.0.json @@ -44,7 +44,6 @@ } }, "origin": "sonata-project/media-odm-pack:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/sonata-project.media-orm-pack.1.0.json b/sonata-project.media-orm-pack.1.0.json index b0ab80a0..723855a1 100644 --- a/sonata-project.media-orm-pack.1.0.json +++ b/sonata-project.media-orm-pack.1.0.json @@ -19,7 +19,8 @@ "copy-from-recipe": { "config/": "%CONFIG_DIR%/", "src/": "%SRC_DIR%/" - } + }, + "post-install-output": " * If you are using sonata-project/classification-bundle, fix annotations for\n App\\Entity\\SonataMediaMedia::$category\n" }, "files": { "src/Entity/SonataMediaGallery.php": { @@ -44,7 +45,6 @@ } }, "origin": "sonata-project/media-orm-pack:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/sonata-project.notification-bundle.3.4.json b/sonata-project.notification-bundle.3.4.json index 692dbee0..9ff66a3b 100644 --- a/sonata-project.notification-bundle.3.4.json +++ b/sonata-project.notification-bundle.3.4.json @@ -33,7 +33,6 @@ } }, "origin": "sonata-project/notification-bundle:3.4@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/sonata-project.notification-orm-pack.1.0.json b/sonata-project.notification-orm-pack.1.0.json index 76931690..171938d4 100644 --- a/sonata-project.notification-orm-pack.1.0.json +++ b/sonata-project.notification-orm-pack.1.0.json @@ -34,7 +34,6 @@ } }, "origin": "sonata-project/notification-orm-pack:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/sonata-project.page-bundle.3.9.json b/sonata-project.page-bundle.3.9.json index 95cdad76..5cb1b985 100644 --- a/sonata-project.page-bundle.3.9.json +++ b/sonata-project.page-bundle.3.9.json @@ -59,7 +59,6 @@ } }, "origin": "sonata-project/page-bundle:3.9@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/sonata-project.translation-bundle.2.3.json b/sonata-project.translation-bundle.2.3.json index 6866bfc7..a996e2f7 100644 --- a/sonata-project.translation-bundle.2.3.json +++ b/sonata-project.translation-bundle.2.3.json @@ -33,7 +33,6 @@ } }, "origin": "sonata-project/translation-bundle:2.3@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/spiechu.symfony-commons-bundle.0.1.json b/spiechu.symfony-commons-bundle.0.1.json index 347e1e22..bf733221 100644 --- a/spiechu.symfony-commons-bundle.0.1.json +++ b/spiechu.symfony-commons-bundle.0.1.json @@ -33,7 +33,6 @@ } }, "origin": "spiechu/symfony-commons-bundle:0.1@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/spomky-labs.jose-bundle.2.2.json b/spomky-labs.jose-bundle.2.2.json index 8416916f..4835aeed 100644 --- a/spomky-labs.jose-bundle.2.2.json +++ b/spomky-labs.jose-bundle.2.2.json @@ -33,7 +33,6 @@ } }, "origin": "spomky-labs/jose-bundle:2.2@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/spomky-labs.lexik-jose-bridge.1.0.json b/spomky-labs.lexik-jose-bridge.1.0.json index 55dd74cd..dc06cbb0 100644 --- a/spomky-labs.lexik-jose-bridge.1.0.json +++ b/spomky-labs.lexik-jose-bridge.1.0.json @@ -27,7 +27,8 @@ "env": { "SL_JOSE_BRIDGE_SERVER_NAME": "https://www.my-service.com/", "SL_JOSE_BRIDGE_KEY_STORAGE_FOLDER": "/tmp/sl_jose/" - } + }, + "post-install-output": " Run make cache-warmup to generate keys.\n" }, "files": { "config/packages/spomky_labs_lexik_jose_bridge_bundle.yaml": { @@ -37,7 +38,6 @@ } }, "origin": "spomky-labs/lexik-jose-bridge:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/spomky-labs.lexik-jose-bridge.2.0.json b/spomky-labs.lexik-jose-bridge.2.0.json index 6fcc3057..2869be30 100644 --- a/spomky-labs.lexik-jose-bridge.2.0.json +++ b/spomky-labs.lexik-jose-bridge.2.0.json @@ -38,7 +38,6 @@ } }, "origin": "spomky-labs/lexik-jose-bridge:2.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/sprintechnology.firebase-cloud-messaging.1.0.json b/sprintechnology.firebase-cloud-messaging.1.0.json index 20a31c1e..183c7696 100644 --- a/sprintechnology.firebase-cloud-messaging.1.0.json +++ b/sprintechnology.firebase-cloud-messaging.1.0.json @@ -36,7 +36,6 @@ } }, "origin": "sprintechnology/firebase-cloud-messaging:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/squizlabs.php_codesniffer.3.0.json b/squizlabs.php_codesniffer.3.0.json index 0d1ea66a..a67de322 100644 --- a/squizlabs.php_codesniffer.3.0.json +++ b/squizlabs.php_codesniffer.3.0.json @@ -32,7 +32,6 @@ } }, "origin": "squizlabs/php_codesniffer:3.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/squizlabs.php_codesniffer.3.6.json b/squizlabs.php_codesniffer.3.6.json index 8ebac52e..bcf76885 100644 --- a/squizlabs.php_codesniffer.3.6.json +++ b/squizlabs.php_codesniffer.3.6.json @@ -32,7 +32,6 @@ } }, "origin": "squizlabs/php_codesniffer:3.6@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/sroze.messenger-enqueue-transport.0.1.json b/sroze.messenger-enqueue-transport.0.1.json index ec13a031..ffb65ab6 100644 --- a/sroze.messenger-enqueue-transport.0.1.json +++ b/sroze.messenger-enqueue-transport.0.1.json @@ -24,7 +24,6 @@ }, "files": [], "origin": "sroze/messenger-enqueue-transport:0.1@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/sroze.openwhisk-bundle.0.2.json b/sroze.openwhisk-bundle.0.2.json index 145cce8a..2e132536 100644 --- a/sroze.openwhisk-bundle.0.2.json +++ b/sroze.openwhisk-bundle.0.2.json @@ -28,7 +28,6 @@ } }, "origin": "sroze/openwhisk-bundle:0.2@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/stefandoorn.sitemap-plugin.1.0.json b/stefandoorn.sitemap-plugin.1.0.json index 8bd13fc4..cb607e15 100644 --- a/stefandoorn.sitemap-plugin.1.0.json +++ b/stefandoorn.sitemap-plugin.1.0.json @@ -38,7 +38,6 @@ } }, "origin": "stefandoorn/sitemap-plugin:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/stof.doctrine-extensions-bundle.1.2.json b/stof.doctrine-extensions-bundle.1.2.json index 2af30f5d..8d2d2eb7 100644 --- a/stof.doctrine-extensions-bundle.1.2.json +++ b/stof.doctrine-extensions-bundle.1.2.json @@ -33,7 +33,6 @@ } }, "origin": "stof/doctrine-extensions-bundle:1.2@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/sulu.article-bundle.2.0.json b/sulu.article-bundle.2.0.json index 785ac71f..49699401 100644 --- a/sulu.article-bundle.2.0.json +++ b/sulu.article-bundle.2.0.json @@ -31,7 +31,8 @@ "env": { "ELASTICSEARCH_HOST": "127.0.0.1:9200", "ELASTICSEARCH_INDEX": "su_articles" - } + }, + "post-install-output": " * The SuluArticleBundle is almost ready:\n 1. Configure elasticsearch host and index in the .env file.\n 2. Initialize PHPCR by running php bin/console sulu:document:init.\n 3. Create the elasticsearch indices by running php bin/console ongr:es:index:create and php bin/console ongr:es:index:create --manager live.\n 4. Make sure your user has all the necessary permissions for the SuluArticleBundle.\n\n * Read the documentation at https://github.com/sulu/SuluArticleBundle/blob/2.x/Resources/doc/README.md\n" }, "files": { "config/routes/sulu_article_admin.yaml": { @@ -46,7 +47,6 @@ } }, "origin": "sulu/article-bundle:2.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/sulu.form-bundle.2.0.json b/sulu.form-bundle.2.0.json index 5241e3d3..09a3e4a8 100644 --- a/sulu.form-bundle.2.0.json +++ b/sulu.form-bundle.2.0.json @@ -23,7 +23,8 @@ }, "copy-from-recipe": { "config/": "%CONFIG_DIR%/" - } + }, + "post-install-output": " * The SuluFormBundle is almost ready:\n 1. Print the sql statements required to update your database schema by running php bin/console doctrine:schema:update --dump-sql.\n 2. If the statements look fine to you, run the same command using --force to execute them.\n 3. Make sure your user has all the necessary permissions for the SuluFormBundle.\n\n * Read the documentation at https://github.com/sulu/SuluFormBundle/blob/2.x/Resources/doc/index.md\n" }, "files": { "config/routes/sulu_form_admin.yaml": { @@ -38,7 +39,6 @@ } }, "origin": "sulu/form-bundle:2.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/sulu.headless-bundle.0.1.json b/sulu.headless-bundle.0.1.json index c2045fe8..d9ac1600 100644 --- a/sulu.headless-bundle.0.1.json +++ b/sulu.headless-bundle.0.1.json @@ -23,7 +23,8 @@ }, "copy-from-recipe": { "config/": "%CONFIG_DIR%/" - } + }, + "post-install-output": " * The SuluHeadlessBundle is almost ready:\n Change the controller of your templates to Sulu\\Bundle\\HeadlessBundle\\Controller\\HeadlessWebsiteController::indexAction.\n Read the documentation at https://github.com/sulu/SuluHeadlessBundle/blob/0.x/README.md to learn how.\n" }, "files": { "config/routes/sulu_headless_website.yaml": { @@ -33,7 +34,6 @@ } }, "origin": "sulu/headless-bundle:0.1@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/sulu.redirect-bundle.2.0.json b/sulu.redirect-bundle.2.0.json index 91d612dd..0506348f 100644 --- a/sulu.redirect-bundle.2.0.json +++ b/sulu.redirect-bundle.2.0.json @@ -23,7 +23,8 @@ }, "copy-from-recipe": { "config/": "%CONFIG_DIR%/" - } + }, + "post-install-output": " * The SuluRedirectBundle is almost ready:\n 1. Print the sql statements required to update your database schema by running php bin/console doctrine:schema:update --dump-sql.\n 2. If the statements look fine to you, run the same command using --force to execute them.\n 3. Make sure your user has all the necessary permissions for the SuluRedirectBundle.\n\n * Read the documentation at https://github.com/sulu/SuluRedirectBundle/blob/2.x/Resources/doc/README.md\n" }, "files": { "config/routes/sulu_redirect_admin.yaml": { @@ -33,7 +34,6 @@ } }, "origin": "sulu/redirect-bundle:2.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/sulu.sylius-consumer-bundle.0.4.json b/sulu.sylius-consumer-bundle.0.4.json index ec5c712f..fde2afa7 100644 --- a/sulu.sylius-consumer-bundle.0.4.json +++ b/sulu.sylius-consumer-bundle.0.4.json @@ -37,7 +37,6 @@ } }, "origin": "sulu/sylius-consumer-bundle:0.4@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/sulu.sylius-producer-plugin.0.2.json b/sulu.sylius-producer-plugin.0.2.json index 5389c1cb..38b3979d 100644 --- a/sulu.sylius-producer-plugin.0.2.json +++ b/sulu.sylius-producer-plugin.0.2.json @@ -36,7 +36,6 @@ } }, "origin": "sulu/sylius-producer-plugin:0.2@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/sulu.webpack-encore.1.0.json b/sulu.webpack-encore.1.0.json index 4613da8d..75bebc48 100644 --- a/sulu.webpack-encore.1.0.json +++ b/sulu.webpack-encore.1.0.json @@ -36,7 +36,6 @@ } }, "origin": "sulu/webpack-encore:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/suncat.mobile-detect-bundle.1.0.json b/suncat.mobile-detect-bundle.1.0.json index 24e1af39..93f18bf0 100644 --- a/suncat.mobile-detect-bundle.1.0.json +++ b/suncat.mobile-detect-bundle.1.0.json @@ -33,7 +33,6 @@ } }, "origin": "suncat/mobile-detect-bundle:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/svc.contactform-bundle.1.0.json b/svc.contactform-bundle.1.0.json index 93fc631e..051a4946 100644 --- a/svc.contactform-bundle.1.0.json +++ b/svc.contactform-bundle.1.0.json @@ -24,7 +24,8 @@ "copy-from-recipe": { "config/": "%CONFIG_DIR%/", "assets/": "assets/" - } + }, + "post-install-output": " * Please adapt config/packages/svc-contactform.yaml\n" }, "files": { "config/routes/svc_contactform.yaml": { @@ -44,7 +45,6 @@ } }, "origin": "svc/contactform-bundle:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/svc.param-bundle.1.0.json b/svc.param-bundle.1.0.json index e5599fa8..4620c15f 100644 --- a/svc.param-bundle.1.0.json +++ b/svc.param-bundle.1.0.json @@ -23,7 +23,8 @@ }, "copy-from-recipe": { "config/": "%CONFIG_DIR%/" - } + }, + "post-install-output": " * Please adapt config/routes/svc-param.yaml and define your route\n" }, "files": { "config/routes/svc_param.yaml": { @@ -33,7 +34,6 @@ } }, "origin": "svc/param-bundle:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/svc.util-bundle.1.0.json b/svc.util-bundle.1.0.json index 4ac94744..476f80da 100644 --- a/svc.util-bundle.1.0.json +++ b/svc.util-bundle.1.0.json @@ -23,7 +23,8 @@ }, "copy-from-recipe": { "config/": "%CONFIG_DIR%/" - } + }, + "post-install-output": " * Please adapt config/packages/svc-util.yaml\n" }, "files": { "config/routes/svc_util.yaml": { @@ -38,7 +39,6 @@ } }, "origin": "svc/util-bundle:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/swag-industries.melodiia.0.7.json b/swag-industries.melodiia.0.7.json index ab589a81..f35ba7c2 100644 --- a/swag-industries.melodiia.0.7.json +++ b/swag-industries.melodiia.0.7.json @@ -33,7 +33,6 @@ } }, "origin": "swag-industries/melodiia:0.7@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/swarrot.swarrot-bundle.1.6.json b/swarrot.swarrot-bundle.1.6.json index 140ce2fe..4b8f8e47 100644 --- a/swarrot.swarrot-bundle.1.6.json +++ b/swarrot.swarrot-bundle.1.6.json @@ -43,7 +43,6 @@ } }, "origin": "swarrot/swarrot-bundle:1.6@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/sylius.admin-order-creation-plugin.0.6.json b/sylius.admin-order-creation-plugin.0.6.json index 4cfc7b4a..17b6ce89 100644 --- a/sylius.admin-order-creation-plugin.0.6.json +++ b/sylius.admin-order-creation-plugin.0.6.json @@ -38,7 +38,6 @@ } }, "origin": "sylius/admin-order-creation-plugin:0.6@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/sylius.customer-order-cancellation-plugin.0.2.json b/sylius.customer-order-cancellation-plugin.0.2.json index 76a73a9a..c43e98f9 100644 --- a/sylius.customer-order-cancellation-plugin.0.2.json +++ b/sylius.customer-order-cancellation-plugin.0.2.json @@ -33,7 +33,6 @@ } }, "origin": "sylius/customer-order-cancellation-plugin:0.2@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/sylius.customer-reorder-plugin.1.0.json b/sylius.customer-reorder-plugin.1.0.json index 1061bed2..b657e1ae 100644 --- a/sylius.customer-reorder-plugin.1.0.json +++ b/sylius.customer-reorder-plugin.1.0.json @@ -38,7 +38,6 @@ } }, "origin": "sylius/customer-reorder-plugin:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/sylius.invoicing-plugin.0.5.json b/sylius.invoicing-plugin.0.5.json index 437e9784..d3dd1452 100644 --- a/sylius.invoicing-plugin.0.5.json +++ b/sylius.invoicing-plugin.0.5.json @@ -38,7 +38,6 @@ } }, "origin": "sylius/invoicing-plugin:0.5@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/sylius.refund-plugin.0.4.json b/sylius.refund-plugin.0.4.json index 3c54e015..3df3ea87 100644 --- a/sylius.refund-plugin.0.4.json +++ b/sylius.refund-plugin.0.4.json @@ -38,7 +38,6 @@ } }, "origin": "sylius/refund-plugin:0.4@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/sylius.resource-bundle.1.6.json b/sylius.resource-bundle.1.6.json index e48116b8..cc7f9bc2 100644 --- a/sylius.resource-bundle.1.6.json +++ b/sylius.resource-bundle.1.6.json @@ -36,7 +36,6 @@ } }, "origin": "sylius/resource-bundle:1.6@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/symfony-bundles.kafka-bundle.1.0.json b/symfony-bundles.kafka-bundle.1.0.json index 7ed35490..544acf12 100644 --- a/symfony-bundles.kafka-bundle.1.0.json +++ b/symfony-bundles.kafka-bundle.1.0.json @@ -36,7 +36,6 @@ } }, "origin": "symfony-bundles/kafka-bundle:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/symfony-bundles.redis-bundle.2.0.json b/symfony-bundles.redis-bundle.2.0.json index ea1b602a..3d7d1af1 100644 --- a/symfony-bundles.redis-bundle.2.0.json +++ b/symfony-bundles.redis-bundle.2.0.json @@ -36,7 +36,6 @@ } }, "origin": "symfony-bundles/redis-bundle:2.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/symfony.apache-pack.1.0.json b/symfony.apache-pack.1.0.json index 119059a7..bf0fa397 100644 --- a/symfony.apache-pack.1.0.json +++ b/symfony.apache-pack.1.0.json @@ -28,7 +28,6 @@ } }, "origin": "symfony/apache-pack:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/symfonycorp.connect-bundle.5.0.json b/symfonycorp.connect-bundle.5.0.json index 9839e4ee..74e07ac5 100644 --- a/symfonycorp.connect-bundle.5.0.json +++ b/symfonycorp.connect-bundle.5.0.json @@ -42,7 +42,6 @@ } }, "origin": "symfonycorp/connect-bundle:5.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/symfonycorp.connect.7.0.json b/symfonycorp.connect.7.0.json index 4b2e408d..42d62d74 100644 --- a/symfonycorp.connect.7.0.json +++ b/symfonycorp.connect.7.0.json @@ -42,7 +42,6 @@ } }, "origin": "symfonycorp/connect:7.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/synolia.sylius-mail-tester-plugin.1.0.json b/synolia.sylius-mail-tester-plugin.1.0.json index 0781c7b7..5b9d57e2 100644 --- a/synolia.sylius-mail-tester-plugin.1.0.json +++ b/synolia.sylius-mail-tester-plugin.1.0.json @@ -33,7 +33,6 @@ } }, "origin": "synolia/sylius-mail-tester-plugin:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/synolia.sylius-scheduler-command-plugin.1.0.json b/synolia.sylius-scheduler-command-plugin.1.0.json index 6ed14a66..91417840 100644 --- a/synolia.sylius-scheduler-command-plugin.1.0.json +++ b/synolia.sylius-scheduler-command-plugin.1.0.json @@ -26,7 +26,8 @@ }, "copy-from-package": { "src/Migrations/": "%SRC_DIR%/Migrations/" - } + }, + "post-install-output": " * Run doctrine:migrations:migrate to upgrade database\n * Add Cron on synolia:scheduler-run to execute scheduled commands\n" }, "files": { "config/routes/sylius_scheduler_command.yaml": { @@ -41,7 +42,6 @@ } }, "origin": "synolia/sylius-scheduler-command-plugin:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/synolia.sylius-scheduler-command-plugin.2.0.json b/synolia.sylius-scheduler-command-plugin.2.0.json index e4d9d04e..4e5fc4b9 100644 --- a/synolia.sylius-scheduler-command-plugin.2.0.json +++ b/synolia.sylius-scheduler-command-plugin.2.0.json @@ -23,7 +23,8 @@ }, "copy-from-recipe": { "config/": "%CONFIG_DIR%/" - } + }, + "post-install-output": " * Run doctrine:migrations:migrate to upgrade database\n * Add Cron on synolia:scheduler-run to execute scheduled commands\n" }, "files": { "config/routes/sylius_scheduler_command.yaml": { @@ -38,7 +39,6 @@ } }, "origin": "synolia/sylius-scheduler-command-plugin:2.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/systemsdk.easy-log-bundle.1.10.json b/systemsdk.easy-log-bundle.1.10.json index 61e6ea28..1cf27b2d 100644 --- a/systemsdk.easy-log-bundle.1.10.json +++ b/systemsdk.easy-log-bundle.1.10.json @@ -39,7 +39,6 @@ } }, "origin": "systemsdk/easy-log-bundle:1.10@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/tattali.calendar-bundle.1.1.json b/tattali.calendar-bundle.1.1.json index 7fe7b529..9ba6ec9e 100644 --- a/tattali.calendar-bundle.1.1.json +++ b/tattali.calendar-bundle.1.1.json @@ -33,7 +33,6 @@ } }, "origin": "tattali/calendar-bundle:1.1@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/tbbc.money-bundle.4.0.json b/tbbc.money-bundle.4.0.json index 39db2124..df922250 100644 --- a/tbbc.money-bundle.4.0.json +++ b/tbbc.money-bundle.4.0.json @@ -33,7 +33,6 @@ } }, "origin": "tbbc/money-bundle:4.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/tbmatuka.editorjs-bundle.0.1.json b/tbmatuka.editorjs-bundle.0.1.json index 1fa14ac4..740032e3 100644 --- a/tbmatuka.editorjs-bundle.0.1.json +++ b/tbmatuka.editorjs-bundle.0.1.json @@ -33,7 +33,6 @@ } }, "origin": "tbmatuka/editorjs-bundle:0.1@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/teebbstudios.tuieditor-bundle.1.0.json b/teebbstudios.tuieditor-bundle.1.0.json index 54f4a4e6..4f835501 100644 --- a/teebbstudios.tuieditor-bundle.1.0.json +++ b/teebbstudios.tuieditor-bundle.1.0.json @@ -33,7 +33,6 @@ } }, "origin": "teebbstudios/tuieditor-bundle:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/tg-bot-api.bot-api-base.1.0.json b/tg-bot-api.bot-api-base.1.0.json index faf1515a..2f66f5ac 100644 --- a/tg-bot-api.bot-api-base.1.0.json +++ b/tg-bot-api.bot-api-base.1.0.json @@ -31,7 +31,6 @@ } }, "origin": "tg-bot-api/bot-api-base:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/tgalopin.html-sanitizer-bundle.1.0.json b/tgalopin.html-sanitizer-bundle.1.0.json index 8efd6351..64ac1bb0 100644 --- a/tgalopin.html-sanitizer-bundle.1.0.json +++ b/tgalopin.html-sanitizer-bundle.1.0.json @@ -33,7 +33,6 @@ } }, "origin": "tgalopin/html-sanitizer-bundle:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/thecodingmachine.graphqlite-bundle.3.0.json b/thecodingmachine.graphqlite-bundle.3.0.json index 606eb0c0..1343699b 100644 --- a/thecodingmachine.graphqlite-bundle.3.0.json +++ b/thecodingmachine.graphqlite-bundle.3.0.json @@ -33,7 +33,6 @@ } }, "origin": "thecodingmachine/graphqlite-bundle:3.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/thecodingmachine.graphqlite-bundle.4.0.json b/thecodingmachine.graphqlite-bundle.4.0.json index bc5d0ea4..53c669d7 100644 --- a/thecodingmachine.graphqlite-bundle.4.0.json +++ b/thecodingmachine.graphqlite-bundle.4.0.json @@ -23,11 +23,11 @@ }, "copy-from-package": { "config-template/": "%CONFIG_DIR%/" - } + }, + "post-install-output": " * Edit the config/packages/graphqlite.yml file to adapt the controllers and the types namespaces to your project.\n\nDocumentation: https://graphqlite.thecodingmachine.io/docs/symfony-bundle\n" }, "files": [], "origin": "thecodingmachine/graphqlite-bundle:4.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/thecodingmachine.tdbm-bundle.5.0.json b/thecodingmachine.tdbm-bundle.5.0.json index eb982fcb..dae4096e 100644 --- a/thecodingmachine.tdbm-bundle.5.0.json +++ b/thecodingmachine.tdbm-bundle.5.0.json @@ -33,7 +33,6 @@ } }, "origin": "thecodingmachine/tdbm-bundle:5.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/theplankmeister.form-data-transposer.1.0.json b/theplankmeister.form-data-transposer.1.0.json index a7d14a78..dd624bfe 100644 --- a/theplankmeister.form-data-transposer.1.0.json +++ b/theplankmeister.form-data-transposer.1.0.json @@ -22,7 +22,6 @@ }, "files": [], "origin": "theplankmeister/form-data-transposer:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/tienvx.mbt-api-bundle.1.0.json b/tienvx.mbt-api-bundle.1.0.json index 80a0c289..ff64b6b8 100644 --- a/tienvx.mbt-api-bundle.1.0.json +++ b/tienvx.mbt-api-bundle.1.0.json @@ -43,7 +43,6 @@ } }, "origin": "tienvx/mbt-api-bundle:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/tienvx.mbt-api-bundle.1.12.json b/tienvx.mbt-api-bundle.1.12.json index 1294d073..8f0f4cef 100644 --- a/tienvx.mbt-api-bundle.1.12.json +++ b/tienvx.mbt-api-bundle.1.12.json @@ -42,7 +42,6 @@ } }, "origin": "tienvx/mbt-api-bundle:1.12@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/tienvx.mbt-api-bundle.1.15.json b/tienvx.mbt-api-bundle.1.15.json index 2cb8a401..383a0288 100644 --- a/tienvx.mbt-api-bundle.1.15.json +++ b/tienvx.mbt-api-bundle.1.15.json @@ -41,7 +41,6 @@ } }, "origin": "tienvx/mbt-api-bundle:1.15@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/tienvx.mbt-bundle.1.15.json b/tienvx.mbt-bundle.1.15.json index 5bc5ec2d..51af7e57 100644 --- a/tienvx.mbt-bundle.1.15.json +++ b/tienvx.mbt-bundle.1.15.json @@ -43,7 +43,6 @@ } }, "origin": "tienvx/mbt-bundle:1.15@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/tienvx.mbt-bundle.1.17.json b/tienvx.mbt-bundle.1.17.json index c7e6903b..6b2d921e 100644 --- a/tienvx.mbt-bundle.1.17.json +++ b/tienvx.mbt-bundle.1.17.json @@ -37,7 +37,6 @@ } }, "origin": "tienvx/mbt-bundle:1.17@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/tienvx.mbt-bundle.1.7.json b/tienvx.mbt-bundle.1.7.json index ad34eae8..ce7a14ed 100644 --- a/tienvx.mbt-bundle.1.7.json +++ b/tienvx.mbt-bundle.1.7.json @@ -48,7 +48,6 @@ } }, "origin": "tienvx/mbt-bundle:1.7@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/tilleuls.forgot-password-bundle.1.0.json b/tilleuls.forgot-password-bundle.1.0.json index 7f6df617..a932744b 100644 --- a/tilleuls.forgot-password-bundle.1.0.json +++ b/tilleuls.forgot-password-bundle.1.0.json @@ -38,7 +38,6 @@ } }, "origin": "tilleuls/forgot-password-bundle:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/tilleuls.migration-bundle.1.1.json b/tilleuls.migration-bundle.1.1.json index a5ec646f..e41d7a0d 100644 --- a/tilleuls.migration-bundle.1.1.json +++ b/tilleuls.migration-bundle.1.1.json @@ -36,7 +36,6 @@ } }, "origin": "tilleuls/migration-bundle:1.1@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/tilleuls.sylius-quick-import-plugin.0.1.json b/tilleuls.sylius-quick-import-plugin.0.1.json index 03df5c76..98b516c7 100644 --- a/tilleuls.sylius-quick-import-plugin.0.1.json +++ b/tilleuls.sylius-quick-import-plugin.0.1.json @@ -33,7 +33,6 @@ } }, "origin": "tilleuls/sylius-quick-import-plugin:0.1@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/tilleuls.url-signer-bundle.1.0.json b/tilleuls.url-signer-bundle.1.0.json index cdfd1a8d..24bf6fe4 100644 --- a/tilleuls.url-signer-bundle.1.0.json +++ b/tilleuls.url-signer-bundle.1.0.json @@ -36,7 +36,6 @@ } }, "origin": "tilleuls/url-signer-bundle:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/timiki.rpc-client-bundle.4.0.json b/timiki.rpc-client-bundle.4.0.json index b0841aad..ff349b32 100644 --- a/timiki.rpc-client-bundle.4.0.json +++ b/timiki.rpc-client-bundle.4.0.json @@ -33,7 +33,6 @@ } }, "origin": "timiki/rpc-client-bundle:4.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/timiki.rpc-server-bundle.4.0.json b/timiki.rpc-server-bundle.4.0.json index 0689151c..1947e1e6 100644 --- a/timiki.rpc-server-bundle.4.0.json +++ b/timiki.rpc-server-bundle.4.0.json @@ -44,7 +44,6 @@ } }, "origin": "timiki/rpc-server-bundle:4.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/timiki.rpc-server-bundle.4.2.json b/timiki.rpc-server-bundle.4.2.json index 6eb21212..ec73b171 100644 --- a/timiki.rpc-server-bundle.4.2.json +++ b/timiki.rpc-server-bundle.4.2.json @@ -44,7 +44,6 @@ } }, "origin": "timiki/rpc-server-bundle:4.2@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/toiba.fullcalendar-bundle.6.2.json b/toiba.fullcalendar-bundle.6.2.json index 2f80e53c..cbb54055 100644 --- a/toiba.fullcalendar-bundle.6.2.json +++ b/toiba.fullcalendar-bundle.6.2.json @@ -33,7 +33,6 @@ } }, "origin": "toiba/fullcalendar-bundle:6.2@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/trikoder.oauth2-bundle.2.0.json b/trikoder.oauth2-bundle.2.0.json index b32344e9..3a2194a7 100644 --- a/trikoder.oauth2-bundle.2.0.json +++ b/trikoder.oauth2-bundle.2.0.json @@ -28,7 +28,8 @@ "#1": "Fallback OAuth2 encryption key", "#2": "Please override this with a secure value: https://oauth2.thephpleague.com/installation/#string-password", "OAUTH2_ENCRYPTION_KEY": "%generate(secret)%" - } + }, + "post-install-output": " 1. Provide a key pair \n i) Generate a private/public key pair (preferably with a password): https://oauth2.thephpleague.com/installation/#generating-public-and-private-keys\n ii) Configure the private_key and public_key with the respective key locations\n iii) (Optional) Set the private_key_passphrase to the private key password set in the previous step\n\n 2. Configure the OAuth2 encryption key \n i) Add the OAUTH2_ENCRYPTION_KEY env variable in .env.local (don't commit your production secrets): https://oauth2.thephpleague.com/installation/#string-password\n ii) Configure the encryption_key with a secure encryption key: https://oauth2.thephpleague.com/installation/#string-password\n\n 3. Update the database \n i) Update the database so bundle entities can be persisted using Doctrine: bin/console doctrine:schema:update --force\n\n 4. Install a PSR 7/17 implementation \n i) Require a PSR 7/17 implementation. We recommend that you use nyholm/psr7.\n ii) (Optional) Choose a different implementation package: https://github.com/trikoder/oauth2-bundle/blob/v2.x/docs/psr-implementation-switching.md\n\n 5. Read the docs \n i) Read the documentation at https://github.com/trikoder/oauth2-bundle/blob/v2.x/docs/basic-setup.md\n" }, "files": { "config/routes/trikoder_oauth2.yaml": { @@ -43,7 +44,6 @@ } }, "origin": "trikoder/oauth2-bundle:2.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/trikoder.oauth2-bundle.3.0.json b/trikoder.oauth2-bundle.3.0.json index 4ee83a31..cb6e6416 100644 --- a/trikoder.oauth2-bundle.3.0.json +++ b/trikoder.oauth2-bundle.3.0.json @@ -28,7 +28,8 @@ "#1": "Fallback OAuth2 encryption key", "#2": "Please override this with a secure value: https://oauth2.thephpleague.com/installation/#string-password", "OAUTH2_ENCRYPTION_KEY": "%generate(secret)%" - } + }, + "post-install-output": " 1. Provide a key pair \n i) Generate a private/public key pair (preferably with a password): https://oauth2.thephpleague.com/installation/#generating-public-and-private-keys\n ii) Configure the private_key and public_key with the respective key locations\n iii) (Optional) Set the private_key_passphrase to the private key password set in the previous step\n\n 2. Configure the OAuth2 encryption key \n i) Add the OAUTH2_ENCRYPTION_KEY env variable in .env.local (don't commit your production secrets): https://oauth2.thephpleague.com/installation/#string-password\n ii) Configure the encryption_key with a secure encryption key: https://oauth2.thephpleague.com/installation/#string-password\n\n 3. Update the database \n i) Update the database so bundle entities can be persisted using Doctrine: bin/console doctrine:schema:update --force\n\n 4. Install a PSR 7/17 implementation \n i) Require a PSR 7/17 implementation. We recommend that you use nyholm/psr7.\n ii) (Optional) Choose a different implementation package: https://github.com/trikoder/oauth2-bundle/blob/v3.x/docs/psr-implementation-switching.md\n\n 5. Read the docs \n i) Read the documentation at https://github.com/trikoder/oauth2-bundle/blob/v3.x/docs/basic-setup.md\n" }, "files": { "config/routes/trikoder_oauth2.yaml": { @@ -43,7 +44,6 @@ } }, "origin": "trikoder/oauth2-bundle:3.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/troopers.alertify-bundle.3.0.json b/troopers.alertify-bundle.3.0.json index 6ef19183..5ed5afa8 100644 --- a/troopers.alertify-bundle.3.0.json +++ b/troopers.alertify-bundle.3.0.json @@ -23,7 +23,8 @@ }, "copy-from-recipe": { "config/": "%CONFIG_DIR%/" - } + }, + "post-install-output": "Finish the configuration:\n1. You MUST follow the guide to include js and / or css assets https://github.com/Troopers/AlertifyBundle/blob/master/Resources/doc/configuration.md.\n2. You MAY configure your favorite alert library (toastr, notie, pushjs... and even your own).\n\nWarning: make sure the twig engine is turned on in framework.yaml.\n\n - If not, add the following to config/packages/framework.yaml:\n\nframework:\n # ...\n templating:\n engines: ['twig']\n\n" }, "files": { "config/packages/troopers_alertify.yaml": { @@ -33,7 +34,6 @@ } }, "origin": "troopers/alertify-bundle:3.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/troopers.mangopay-bundle.3.0.json b/troopers.mangopay-bundle.3.0.json index c776de71..adff4805 100644 --- a/troopers.mangopay-bundle.3.0.json +++ b/troopers.mangopay-bundle.3.0.json @@ -38,7 +38,6 @@ } }, "origin": "troopers/mangopay-bundle:3.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/tsantos.serializer-bundle.1.0.json b/tsantos.serializer-bundle.1.0.json index 70acdfde..e3b61e13 100644 --- a/tsantos.serializer-bundle.1.0.json +++ b/tsantos.serializer-bundle.1.0.json @@ -43,7 +43,6 @@ } }, "origin": "tsantos/serializer-bundle:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/velhron.dadata-bundle.1.0.json b/velhron.dadata-bundle.1.0.json index 3577f1b1..3293affe 100644 --- a/velhron.dadata-bundle.1.0.json +++ b/velhron.dadata-bundle.1.0.json @@ -37,7 +37,6 @@ } }, "origin": "velhron/dadata-bundle:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/verschoof.transip-api-bundle.1.2.json b/verschoof.transip-api-bundle.1.2.json index 0fd165e8..bd5227ac 100644 --- a/verschoof.transip-api-bundle.1.2.json +++ b/verschoof.transip-api-bundle.1.2.json @@ -38,7 +38,6 @@ } }, "origin": "verschoof/transip-api-bundle:1.2@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/vich.uploader-bundle.1.7.json b/vich.uploader-bundle.1.7.json index 8bf9187b..7bdbfefa 100644 --- a/vich.uploader-bundle.1.7.json +++ b/vich.uploader-bundle.1.7.json @@ -33,7 +33,6 @@ } }, "origin": "vich/uploader-bundle:1.7@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/vincentchalamon.nav-bundle.1.0.json b/vincentchalamon.nav-bundle.1.0.json index 882eade6..2204ae03 100644 --- a/vincentchalamon.nav-bundle.1.0.json +++ b/vincentchalamon.nav-bundle.1.0.json @@ -42,7 +42,6 @@ } }, "origin": "vincentchalamon/nav-bundle:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/wandi.easyadmin-plus-bundle.0.1.json b/wandi.easyadmin-plus-bundle.0.1.json index 911f7f36..34e65dd7 100644 --- a/wandi.easyadmin-plus-bundle.0.1.json +++ b/wandi.easyadmin-plus-bundle.0.1.json @@ -33,7 +33,6 @@ } }, "origin": "wandi/easyadmin-plus-bundle:0.1@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/wandi.easyadmin-plus-bundle.0.3.json b/wandi.easyadmin-plus-bundle.0.3.json index 5c6efcff..5c0f8eb2 100644 --- a/wandi.easyadmin-plus-bundle.0.3.json +++ b/wandi.easyadmin-plus-bundle.0.3.json @@ -38,7 +38,6 @@ } }, "origin": "wandi/easyadmin-plus-bundle:0.3@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/wandi.mailer-bundle.1.0.json b/wandi.mailer-bundle.1.0.json index bec81987..fccd28b4 100644 --- a/wandi.mailer-bundle.1.0.json +++ b/wandi.mailer-bundle.1.0.json @@ -27,7 +27,8 @@ "env": { "WANDI_MAILER_SENDER_NAME": "Example", "WANDI_MAILER_SENDER_ADDRESS": "example@domain.tld" - } + }, + "post-install-output": " * The Wandi/MailerBundle needs your default sender configuration.\n Modify your WANDI_MAILER_SENDER_NAME and WANDI_MAILER_SENDER_ADDRESS config in .env\n" }, "files": { "config/packages/wandi_mailer.yaml": { @@ -37,7 +38,6 @@ } }, "origin": "wandi/mailer-bundle:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/web-auth.webauthn-symfony-bundle.3.0.json b/web-auth.webauthn-symfony-bundle.3.0.json index 266f7585..d162e911 100644 --- a/web-auth.webauthn-symfony-bundle.3.0.json +++ b/web-auth.webauthn-symfony-bundle.3.0.json @@ -42,7 +42,6 @@ } }, "origin": "web-auth/webauthn-symfony-bundle:3.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/webinarium.symfony-lazysec.2.0.json b/webinarium.symfony-lazysec.2.0.json index 667c105d..946fd806 100644 --- a/webinarium.symfony-lazysec.2.0.json +++ b/webinarium.symfony-lazysec.2.0.json @@ -28,7 +28,6 @@ } }, "origin": "webinarium/symfony-lazysec:2.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/webinarium.symfony-lazysec.2.1.json b/webinarium.symfony-lazysec.2.1.json index b79da8a1..0826dde0 100644 --- a/webinarium.symfony-lazysec.2.1.json +++ b/webinarium.symfony-lazysec.2.1.json @@ -28,7 +28,6 @@ } }, "origin": "webinarium/symfony-lazysec:2.1@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/webinarium.symfony-lazysec.2.3.json b/webinarium.symfony-lazysec.2.3.json index 895ea481..c9da9f2c 100644 --- a/webinarium.symfony-lazysec.2.3.json +++ b/webinarium.symfony-lazysec.2.3.json @@ -28,7 +28,6 @@ } }, "origin": "webinarium/symfony-lazysec:2.3@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/weglot.translate-bundle.0.6.json b/weglot.translate-bundle.0.6.json index c7b9eef0..d1ee8d8b 100644 --- a/weglot.translate-bundle.0.6.json +++ b/weglot.translate-bundle.0.6.json @@ -26,7 +26,8 @@ }, "env": { "WG_API_KEY": "..." - } + }, + "post-install-output": " * The weglot/translate-bundle uses Weglot service. Create a free\n account on https://dashboard.weglot.com/register and modify your WG_API_KEY\n config in .env\n\n * Edit the configuration in config/packages/weglot_translate.yaml\n to start translate your website.\n\nMore details: https://github.com/weglot/translate-bundle\n\n" }, "files": { "config/packages/weglot_translate.yaml": { @@ -36,7 +37,6 @@ } }, "origin": "weglot/translate-bundle:0.6@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/wemakecustom.doctrine-naming-strategy-bundle.1.0.json b/wemakecustom.doctrine-naming-strategy-bundle.1.0.json index 272ae72b..569c7f63 100644 --- a/wemakecustom.doctrine-naming-strategy-bundle.1.0.json +++ b/wemakecustom.doctrine-naming-strategy-bundle.1.0.json @@ -33,7 +33,6 @@ } }, "origin": "wemakecustom/doctrine-naming-strategy-bundle:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/willdurand.geocoder-bundle.4.1.json b/willdurand.geocoder-bundle.4.1.json index 817011e8..8fa0c3d1 100644 --- a/willdurand.geocoder-bundle.4.1.json +++ b/willdurand.geocoder-bundle.4.1.json @@ -33,7 +33,6 @@ } }, "origin": "willdurand/geocoder-bundle:4.1@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/willdurand.geocoder-bundle.5.0.json b/willdurand.geocoder-bundle.5.0.json index e030d249..48fbf96e 100644 --- a/willdurand.geocoder-bundle.5.0.json +++ b/willdurand.geocoder-bundle.5.0.json @@ -33,7 +33,6 @@ } }, "origin": "willdurand/geocoder-bundle:5.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/willdurand.hateoas-bundle.1.4.json b/willdurand.hateoas-bundle.1.4.json index db50e159..22800465 100644 --- a/willdurand.hateoas-bundle.1.4.json +++ b/willdurand.hateoas-bundle.1.4.json @@ -33,7 +33,6 @@ } }, "origin": "willdurand/hateoas-bundle:1.4@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/willdurand.hateoas-bundle.2.0.json b/willdurand.hateoas-bundle.2.0.json index 9eb24b2a..ec07dc98 100644 --- a/willdurand.hateoas-bundle.2.0.json +++ b/willdurand.hateoas-bundle.2.0.json @@ -33,7 +33,6 @@ } }, "origin": "willdurand/hateoas-bundle:2.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/wisembly.amqp-bundle.1.3.json b/wisembly.amqp-bundle.1.3.json index 27af6ae9..bc8f59e2 100644 --- a/wisembly.amqp-bundle.1.3.json +++ b/wisembly.amqp-bundle.1.3.json @@ -36,7 +36,6 @@ } }, "origin": "wisembly/amqp-bundle:1.3@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/wisembly.amqp-bundle.1.4.json b/wisembly.amqp-bundle.1.4.json index c7f7f750..33203892 100644 --- a/wisembly.amqp-bundle.1.4.json +++ b/wisembly.amqp-bundle.1.4.json @@ -36,7 +36,6 @@ } }, "origin": "wisembly/amqp-bundle:1.4@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/wouterj.eloquent-bundle.1.0.json b/wouterj.eloquent-bundle.1.0.json index 8a6b4b90..2e93cc7d 100644 --- a/wouterj.eloquent-bundle.1.0.json +++ b/wouterj.eloquent-bundle.1.0.json @@ -47,7 +47,6 @@ } }, "origin": "wouterj/eloquent-bundle:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/wow-apps.symfony-slack-bot.3.2.json b/wow-apps.symfony-slack-bot.3.2.json index 53cb6a45..54643c6d 100644 --- a/wow-apps.symfony-slack-bot.3.2.json +++ b/wow-apps.symfony-slack-bot.3.2.json @@ -36,7 +36,6 @@ } }, "origin": "wow-apps/symfony-slack-bot:3.2@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/wow-apps.symfony-slack-bot.4.0.json b/wow-apps.symfony-slack-bot.4.0.json index 471444c4..684d0577 100644 --- a/wow-apps.symfony-slack-bot.4.0.json +++ b/wow-apps.symfony-slack-bot.4.0.json @@ -36,7 +36,6 @@ } }, "origin": "wow-apps/symfony-slack-bot:4.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/xcore.inline-editing-bundle.1.2.json b/xcore.inline-editing-bundle.1.2.json index 0bd9543c..25770722 100644 --- a/xcore.inline-editing-bundle.1.2.json +++ b/xcore.inline-editing-bundle.1.2.json @@ -38,7 +38,6 @@ } }, "origin": "xcore/inline-editing-bundle:1.2@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/xiidea.easy-audit.1.4.json b/xiidea.easy-audit.1.4.json index a71dfd1a..b47cdfc8 100644 --- a/xiidea.easy-audit.1.4.json +++ b/xiidea.easy-audit.1.4.json @@ -33,7 +33,6 @@ } }, "origin": "xiidea/easy-audit:1.4@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/xiidea.easy-audit.2.0.json b/xiidea.easy-audit.2.0.json index e0523900..266dd6bb 100644 --- a/xiidea.easy-audit.2.0.json +++ b/xiidea.easy-audit.2.0.json @@ -33,7 +33,6 @@ } }, "origin": "xiidea/easy-audit:2.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/yamilovs.sms-bundle.1.0.json b/yamilovs.sms-bundle.1.0.json index c9f37c91..e4fcda62 100644 --- a/yamilovs.sms-bundle.1.0.json +++ b/yamilovs.sms-bundle.1.0.json @@ -23,7 +23,8 @@ }, "copy-from-recipe": { "config/": "%CONFIG_DIR%/" - } + }, + "post-install-output": " You must to define at least one provider configuration in %CONFIG_DIR%/packages/yamilovs_sms.yaml.\n\n * More info you can find in the documentation at https://github.com/yamilovs/SmsBundle#configuration\n" }, "files": { "config/packages/yamilovs_sms.yaml": { @@ -33,7 +34,6 @@ } }, "origin": "yamilovs/sms-bundle:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/ywh.cvss-bundle.1.0.json b/ywh.cvss-bundle.1.0.json index 4ff88980..edb14d87 100644 --- a/ywh.cvss-bundle.1.0.json +++ b/ywh.cvss-bundle.1.0.json @@ -33,7 +33,6 @@ } }, "origin": "ywh/cvss-bundle:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/ywh.doctrine-encryption-bundle.1.0.json b/ywh.doctrine-encryption-bundle.1.0.json index af468101..90f097b2 100644 --- a/ywh.doctrine-encryption-bundle.1.0.json +++ b/ywh.doctrine-encryption-bundle.1.0.json @@ -39,7 +39,6 @@ } }, "origin": "ywh/doctrine-encryption-bundle:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/zendesk.zendesk_api_client_php.2.2.json b/zendesk.zendesk_api_client_php.2.2.json index 03864f5b..411f2e3a 100644 --- a/zendesk.zendesk_api_client_php.2.2.json +++ b/zendesk.zendesk_api_client_php.2.2.json @@ -35,7 +35,6 @@ } }, "origin": "zendesk/zendesk_api_client_php:2.2@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } } diff --git a/zephyr.allmysms-bundle.1.0.json b/zephyr.allmysms-bundle.1.0.json index ed478aa6..23018f66 100644 --- a/zephyr.allmysms-bundle.1.0.json +++ b/zephyr.allmysms-bundle.1.0.json @@ -38,7 +38,6 @@ } }, "origin": "zephyr/allmysms-bundle:1.0@github.com/symfony/recipes-contrib:master", - "not_installable": false, "is_contrib": true } }