Skip to content

Commit 7055ff1

Browse files
authored
Merge pull request #6 from GetStream/version-bug
[FEEDS-994]fix sdk naming
2 parents 6e5e348 + 7e12088 commit 7055ff1

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ jobs:
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 }}`

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ A PHP SDK for the GetStream API.
77
Install via Composer:
88

99
```bash
10-
composer require getstream/stream-php
10+
composer require getstream/getstream-php
1111
```
1212

1313
## Configuration

composer-generated.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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",

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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",

src/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)