We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31848fe commit 4fac7f6Copy full SHA for 4fac7f6
README.md
@@ -11,23 +11,11 @@ PHP 8.1 and later.
11
12
### Composer
13
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
-```
+To install the bindings via [Composer](https://getcomposer.org/), run:
29
30
-Then run `composer install`
+```bash
+composer require whatpulse/sdk-php
+```
31
32
### Manual Installation
33
0 commit comments