From 97f5b866c58597d0bdf39019a4cf8a005a4d6bb7 Mon Sep 17 00:00:00 2001 From: Toni Rudolf Date: Wed, 17 Feb 2021 10:24:28 +0100 Subject: [PATCH] Fixed readme for newer symfony versions --- README.md | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index c0b16d3..88ba747 100644 --- a/README.md +++ b/README.md @@ -8,25 +8,22 @@ This bundle creates a Symfony wrapper service for the official Plivo PHP helper composer require invit/plivo-bundle ``` -Also, enable the bundle in the kernel: +Also, enable the bundle in bundles.php: ``` php ['all' => true], + ... +]; ``` Configure the application with the credentials you find on the [plivo dashboard](https://manage.plivo.com/dashboard/). ``` yaml -// app/config/config.yml: invit_plivo: auth: auth_id: "xxxxx"