From 573641b3e068bef8a48bfbe617cb441284de4f66 Mon Sep 17 00:00:00 2001 From: James Seconde Date: Mon, 16 Jan 2023 10:58:55 +0000 Subject: [PATCH] Bump for version 4, php version requirements changed to reflect core --- README.md | 2 +- composer.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4fcddeb..bba9b5b 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ This package is a wrapper for our PHP library, which you can find here: > Please note that all requirements for this package will match the core library, including platform requirements such -> as a minimum requirement for PHP 7.4 +> as a minimum requirement for PHP 8.0 This package exists to separate the Vonage functionality from the HTTP Client. If you can't install this package due to a conflict with the `guzzle6-adapter` package, you can instead install: diff --git a/composer.json b/composer.json index bfaccd8..9d98d9b 100644 --- a/composer.json +++ b/composer.json @@ -34,8 +34,8 @@ "email": "devrel@vonage.com" }, "require": { - "php": "~7.4 || ~8.0 || ~8.1", + "php": "~8.0 || ~8.1 || ~8.2", "guzzlehttp/guzzle": "^7.0", - "vonage/client-core": "^3.0" + "vonage/client-core": "^4.0" } }