diff --git a/README.md b/README.md index 5d1d8d0..4fcddeb 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,9 @@ 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 + 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: * The main package `vonage/client-core` diff --git a/composer.json b/composer.json index a9a9ac8..bfaccd8 100644 --- a/composer.json +++ b/composer.json @@ -4,34 +4,38 @@ "license": "MIT", "type": "library", "authors": [ + { + "name": "James Seconde", + "email": "jim.seconde@vonage.com", + "role": "PHP Developer Advocate" + }, { "name": "Tim Lytle", - "email": "tim@nexmo.com", "role": "Developer", - "homepage": "http://twitter.com/tjlytle" + "homepage": "https://twitter.com/tjlytle" }, { "name": "Michael Heap", - "email": "michael.heap@vonage.com", - "role": "Developer" + "role": "Developer", + "homepage": "https://www.twitter.com/mheap" }, { "name": "Lorna Mitchell", - "email": "lorna.mitchell@vonage.com", - "role": "Developer" + "role": "Developer", + "homepage": "https://lornajane.net/" }, { "name": "Chris Tankersley", - "email": "chris.tankersley@vonage.com", - "role": "Developer" + "role": "Developer", + "homepage": "https://twitter.com/dragonmantank" } ], "support": { - "email": "devrel@nexmo.com" + "email": "devrel@vonage.com" }, "require": { - "php": ">=7.2", + "php": "~7.4 || ~8.0 || ~8.1", "guzzlehttp/guzzle": "^7.0", - "vonage/client-core": "^2.0" + "vonage/client-core": "^3.0" } }