Skip to content

Commit e208ebf

Browse files
committed
Changing client code to .com
1 parent bd85c44 commit e208ebf

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "kickbox/kickbox",
3-
"version": "2.2.5",
3+
"version": "2.2.6",
44
"description": "Official kickbox API library client for PHP",
5-
"homepage": "http://kickbox.io",
5+
"homepage": "https://kickbox.com",
66
"authors": [{
77
"name": "Chaitanya Surapaneni",
8-
"email": "chaitanya.surapaneni@kickbox.io",
8+
"email": "chaitanya.surapaneni@kickbox.com",
99
"homepage": "https://github.com/kickboxio"
1010
}],
1111
"keywords": [
@@ -36,8 +36,8 @@
3636
"friendsofphp/php-cs-fixer": "^2.3"
3737
},
3838
"support": {
39-
"email": "help@kickbox.io",
40-
"docs": "https://docs.kickbox.io",
39+
"email": "help@kickbox.com",
40+
"docs": "https://docs.kickbox.com",
4141
"issues": "https://github.com/kickboxio/kickbox-php/issues"
4242
},
4343
"scripts": {

lib/Kickbox/HttpClient/HttpClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class HttpClient implements HttpClientInterface
2020
* @var array
2121
*/
2222
private static $options = [
23-
'base_uri' => 'https://api.kickbox.io',
23+
'base_uri' => 'https://api.kickbox.com',
2424
'api_version' => 'v2',
2525
'headers' => [
2626
'user-agent' => 'kickbox-php/2.2.5 (https://github.com/kickboxio/kickbox-php)'

0 commit comments

Comments
 (0)