File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " kickbox/kickbox" ,
3
- "version" : " 2.2.5 " ,
3
+ "version" : " 2.2.6 " ,
4
4
"description" : " Official kickbox API library client for PHP" ,
5
- "homepage" : " http ://kickbox.io " ,
5
+ "homepage" : " https ://kickbox.com " ,
6
6
"authors" : [{
7
7
"name" : " Chaitanya Surapaneni" ,
8
- "email" : " chaitanya.surapaneni@kickbox.io " ,
8
+ "email" : " chaitanya.surapaneni@kickbox.com " ,
9
9
"homepage" : " https://github.com/kickboxio"
10
10
}],
11
11
"keywords" : [
36
36
"friendsofphp/php-cs-fixer" : " ^2.3"
37
37
},
38
38
"support" : {
39
- "email" : " help@kickbox.io " ,
40
- "docs" : " https://docs.kickbox.io " ,
39
+ "email" : " help@kickbox.com " ,
40
+ "docs" : " https://docs.kickbox.com " ,
41
41
"issues" : " https://github.com/kickboxio/kickbox-php/issues"
42
42
},
43
43
"scripts" : {
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ class HttpClient implements HttpClientInterface
20
20
* @var array
21
21
*/
22
22
private static $ options = [
23
- 'base_uri ' => 'https://api.kickbox.io ' ,
23
+ 'base_uri ' => 'https://api.kickbox.com ' ,
24
24
'api_version ' => 'v2 ' ,
25
25
'headers ' => [
26
26
'user-agent ' => 'kickbox-php/2.2.5 (https://github.com/kickboxio/kickbox-php) '
You can’t perform that action at this time.
0 commit comments