Skip to content

Commit 4fac7f6

Browse files
committed
Update php SDK from OpenAPI spec
1 parent 31848fe commit 4fac7f6

File tree

1 file changed

+4
-16
lines changed

1 file changed

+4
-16
lines changed

README.md

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -11,23 +11,11 @@ PHP 8.1 and later.
1111

1212
### Composer
1313

14-
To install the bindings via [Composer](https://getcomposer.org/), add the following to `composer.json`:
15-
16-
```json
17-
{
18-
"repositories": [
19-
{
20-
"type": "vcs",
21-
"url": "https://github.com/GIT_USER_ID/GIT_REPO_ID.git"
22-
}
23-
],
24-
"require": {
25-
"GIT_USER_ID/GIT_REPO_ID": "*@dev"
26-
}
27-
}
28-
```
14+
To install the bindings via [Composer](https://getcomposer.org/), run:
2915

30-
Then run `composer install`
16+
```bash
17+
composer require whatpulse/sdk-php
18+
```
3119

3220
### Manual Installation
3321

0 commit comments

Comments
 (0)