Skip to content

Commit

Permalink
Changing client code to .com
Browse files Browse the repository at this point in the history
  • Loading branch information
danhstevens committed Aug 20, 2020
1 parent bd85c44 commit e208ebf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "kickbox/kickbox",
"version": "2.2.5",
"version": "2.2.6",
"description": "Official kickbox API library client for PHP",
"homepage": "http://kickbox.io",
"homepage": "https://kickbox.com",
"authors": [{
"name": "Chaitanya Surapaneni",
"email": "chaitanya.surapaneni@kickbox.io",
"email": "chaitanya.surapaneni@kickbox.com",
"homepage": "https://github.com/kickboxio"
}],
"keywords": [
Expand Down Expand Up @@ -36,8 +36,8 @@
"friendsofphp/php-cs-fixer": "^2.3"
},
"support": {
"email": "help@kickbox.io",
"docs": "https://docs.kickbox.io",
"email": "help@kickbox.com",
"docs": "https://docs.kickbox.com",
"issues": "https://github.com/kickboxio/kickbox-php/issues"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion lib/Kickbox/HttpClient/HttpClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class HttpClient implements HttpClientInterface
* @var array
*/
private static $options = [
'base_uri' => 'https://api.kickbox.io',
'base_uri' => 'https://api.kickbox.com',
'api_version' => 'v2',
'headers' => [
'user-agent' => 'kickbox-php/2.2.5 (https://github.com/kickboxio/kickbox-php)'
Expand Down

0 comments on commit e208ebf

Please sign in to comment.