File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,13 +19,13 @@ Installation
1919####Composer installation
2020
2121- [ Download composer] ( https://getcomposer.org/doc/00-intro.md#installation-nix )
22- - Add the ` "messagebird/php-rest-api": "1.2 .x" ` into the ` require ` section of your ` composer.json ` .
22+ - Add the ` "messagebird/php-rest-api": "1.3 .x" ` into the ` require ` section of your ` composer.json ` .
2323- Run ` composer install ` .
2424
2525```
2626{
2727 "require": {
28- "messagebird/php-rest-api": "1.2 .x"
28+ "messagebird/php-rest-api": "1.3 .x"
2929 }
3030}
3131```
Original file line number Diff line number Diff line change 11{
22 "name" : " messagebird/php-rest-api" ,
33 "description" : " MessageBird REST API client for PHP" ,
4- "version" : " 1.2 .0" ,
4+ "version" : " 1.3 .0" ,
55 "type" : " library" ,
66 "homepage" : " https://github.com/messagebird/php-rest-api" ,
77 "license" : " BSD-2-Clause" ,
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ class Client
1212
1313 const ENDPOINT = 'https://rest.messagebird.com ' ;
1414
15- const CLIENT_VERSION = '1.2 .0 ' ;
15+ const CLIENT_VERSION = '1.3 .0 ' ;
1616
1717 /**
1818 * @var string
You can’t perform that action at this time.
0 commit comments