Skip to content

Commit 7581fb8

Browse files
committed
update readme and php-sdk dependency
1 parent ff778cc commit 7581fb8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Compatible with: Laravel 6.x (LTS), Laravel 8.x or PHP 7.4<=
1111
You can install the package via composer or just download it:
1212

1313
```bash
14-
composer require deviddev/billingo-api-v3-wrapper
14+
composer require deviddev/billingo-api-v3-wrapper:2.0.5
1515
```
1616

1717
# Usage

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"require": {
2121
"php": ">=7.4",
2222
"illuminate/support": "^6|^8",
23-
"deviddev/billingo-api-v3-php-sdk": "^0.2.5"
23+
"deviddev/billingo-api-v3-php-sdk": "^0.2.6"
2424
},
2525
"require-dev": {
2626
"orchestra/testbench": "^6.0",

0 commit comments

Comments
 (0)