Skip to content

Commit 6e4ca1b

Browse files
committed
Simplified Composer installation instructions
1 parent f16ae08 commit 6e4ca1b

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

README.md

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -13,23 +13,7 @@ Should also work with PHP 8.0.
1313

1414
### Composer
1515

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`
16+
To install run `composer require simpaypl/simpay`
3317

3418
### Manual Installation
3519

0 commit comments

Comments
 (0)