From ffc2992ec0ccc1a77994254059a8457999f163a7 Mon Sep 17 00:00:00 2001 From: Chris Tankersley Date: Tue, 18 Aug 2020 21:03:37 -0400 Subject: [PATCH] Swapped over to Vonage namespace --- LICENSE | 2 +- README.md | 10 +++++----- composer.json | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/LICENSE b/LICENSE index 21fdeb1..54f3b37 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2020 Nexmo +Copyright (c) 2020 Vonage Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 29f01f6..5d1d8d0 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@ -# Nexmo PHP Complete Package +# Vonage PHP Complete Package Nexmo is now known as Vonage -This package is a wrapper for our PHP library, which you can find here: +This package is a wrapper for our PHP library, which you can find here: -This package exists to separate the Nexmo 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: +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 `nexmo/client-core` +* The main package `vonage/client-core` * Any HTTP client that satisfies `php-http/client-implementation` (see for options). ## Documentation -For everything you need, visit the Nexmo PHP library project: +For everything you need, visit the Vonage PHP library project: diff --git a/composer.json b/composer.json index 1a5d9ec..9619cd7 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { - "name": "nexmo/client", - "description": "PHP Client for using Nexmo's API.", + "name": "vonage/client", + "description": "PHP Client for using Vonage's API.", "license": "MIT", "type": "library", "authors": [ @@ -32,6 +32,6 @@ "require": { "php": ">=7.1", "php-http/guzzle6-adapter": "^2.0", - "nexmo/client-core": "^2.0" + "vonage/client-core": "^2.0" } }