Skip to content

Commit

Permalink
docs: add composer flag for ignore php version
Browse files Browse the repository at this point in the history
  • Loading branch information
col3name authored Jan 2, 2023
1 parent 97c8c8b commit 3a2cbd9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@
## Installation
This project using composer.
```
$ composer require bearname/nowpayments-api-php
$ composer require bearname/nowpayments-api-php
```

Compatible with php8 and ignore platform requirements
```
$ composer require bearname/nowpayments-api-php --ignore-platform-reqs
```

## Usage
Expand Down

0 comments on commit 3a2cbd9

Please sign in to comment.