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 f16ae08 commit 6e4ca1bCopy full SHA for 6e4ca1b
README.md
@@ -13,23 +13,7 @@ Should also work with PHP 8.0.
13
14
### Composer
15
16
-To install the bindings via [Composer](https://getcomposer.org/), add the following to `composer.json`:
17
-
18
-```json
19
-{
20
- "repositories": [
21
- {
22
- "type": "vcs",
23
- "url": "https://github.com/8lines/simpay-php-sdk.git"
24
- }
25
- ],
26
- "require": {
27
- "8lines/simpay-php-sdk": "*@dev"
28
29
-}
30
-```
31
32
-Then run `composer install`
+To install run `composer require simpaypl/simpay`
33
34
### Manual Installation
35
0 commit comments