We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1f7a466 + 38ff217 commit 423f276Copy full SHA for 423f276
README.md
@@ -11,7 +11,7 @@ Requirements
11
12
- [Sign up](https://www.messagebird.com/en/signup) for a free MessageBird account
13
- Create a new access_key in the developers sections
14
-- MessageBird API client for PHP requires PHP >= 5.3.
+- MessageBird API client for PHP requires PHP >= 5.4.
15
16
Installation
17
-----
src/MessageBird/Client.php
@@ -14,7 +14,7 @@ class Client
const CONVERSATIONSAPI_ENDPOINT = 'https://conversations.messagebird.com/v1';
const VOICEAPI_ENDPOINT = 'https://voice.messagebird.com';
- const CLIENT_VERSION = '1.13.0';
+ const CLIENT_VERSION = '1.14.0';
18
19
/**
20
* @var string
0 commit comments