File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232 body : |
3333 Release ${{ env.VERSION }}
3434
35- Install with: `composer require getstream/stream -php:^${{ env.VERSION }}`
35+ Install with: `composer require getstream/getstream -php:^${{ env.VERSION }}`
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ A PHP SDK for the GetStream API.
77Install via Composer:
88
99``` bash
10- composer require getstream/stream -php
10+ composer require getstream/getstream -php
1111```
1212
1313## Configuration
Original file line number Diff line number Diff line change 11{
2- "name" : " getstream/stream -php" ,
2+ "name" : " getstream/getstream -php" ,
33 "description" : " PHP SDK for GetStream API - Auto-generated components" ,
44 "type" : " library" ,
55 "license" : " MIT" ,
Original file line number Diff line number Diff line change 11{
2- "name" : " getstream/stream -php" ,
2+ "name" : " getstream/getstream -php" ,
33 "description" : " PHP SDK for GetStream API" ,
44 "version" : " v0.0.3" ,
55 "type" : " library" ,
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ public function __construct(
5454 $ this ->defaultHeaders = [
5555 'Content-Type ' => 'application/json ' ,
5656 'Accept ' => 'application/json ' ,
57- 'User-Agent ' => 'stream -php-sdk/1.0.0 ' ,
57+ 'User-Agent ' => 'getstream -php-sdk/1.0.0 ' ,
5858 ];
5959 }
6060
You can’t perform that action at this time.
0 commit comments