Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
avtaria committed Aug 17, 2024
1 parent 75f3741 commit 5243c83
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@ PHP 8.1 or later.
You can install the Payarc SDK using [composer](https://getcomposer.org/).Run the following command:

> [!WARNING]
> There is no stable version of this package yet. Use: **dev-master** for now.
> There is no stable version of this package yet. Use this command to install the package.
```bash
composer require payarc/payarc-php-sdk:dev-master
composer config minimum-stability dev && composer require payarc/payarc-sdk-php:dev-master --prefer-stable && composer config --unset minimum-stability

```
To use the bindings, use Composer's [autoload](https://getcomposer.org/doc/01-basic-usage.md#autoloading):

Expand Down

0 comments on commit 5243c83

Please sign in to comment.