From 384015e3bfd489b7f270a76bb572eb019a7c7304 Mon Sep 17 00:00:00 2001 From: ckoegel Date: Tue, 22 Sep 2026 13:42:00 -0400 Subject: [PATCH] SWI-11661 Update README --- README.md | 20 ++++---------------- 1 file changed, 4 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 66fde478..2ed1c816 100644 --- a/README.md +++ b/README.md @@ -12,23 +12,11 @@ PHP 8.1 and later. ### Composer -To install the bindings via [Composer](https://getcomposer.org/), add the following to `composer.json`: - -```json -{ - "repositories": [ - { - "type": "vcs", - "url": "https://github.com/bandwidth/php-sdk.git" - } - ], - "require": { - "bandwidth/php-sdk": "*@dev" - } -} -``` +To install the bindings via [Composer](https://getcomposer.org/), run: -Then run `composer install` +```shell +composer require bandwidth/sdk +``` ### Manual Installation