From 0fb44e8e0d96cc28c73b976d7f0c4124da5ade3c Mon Sep 17 00:00:00 2001 From: Robert Brodie Date: Thu, 28 Mar 2024 19:50:06 -0400 Subject: [PATCH] SP-896 Update PHP 9.0.x readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b7a83964..f65055d4 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Full implementation of the BitPay Payment Gateway. This library implements BitPa ## Getting Started -To get up and running with our PHP library quickly, follow [the guide](https://bitpay.readme.io/reference/php-full-sdk-getting-started) +To get up and running with our PHP library quickly, follow [the guide](https://developer.bitpay.com/reference/php-full-sdk-getting-started) ## Support @@ -18,7 +18,7 @@ To get up and running with our PHP library quickly, follow [the guide](https://b ### Requirements -- PHP version: 8.0 / 8.1 / 8.2 +- PHP version: 8.1 / 8.2 / 8.3 - PHP extensions: json, reflection ## Unit Tests