Skip to content

Commit cb1db94

Browse files
committed
Update readme, update billingo php sdk to minimum version number
1 parent 4924e58 commit cb1db94

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Compatible with: Laravel 6.x (LTS), Laravel 7.x and Laravel 8.x
99
You can install the package via composer:
1010

1111
```bash
12-
composer require deviddev/billingo-api-v3-wrapper
12+
composer require deviddev/billingo-api-v3-wrapper:^v0.1
1313
```
1414

1515
## Usage

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"require": {
2222
"php": "^7.1",
2323
"illuminate/support": "^6|^7|^8",
24-
"deviddev/billingo-api-v3-php-sdk": "dev-main"
24+
"deviddev/billingo-api-v3-php-sdk": "^v0.1"
2525
},
2626
"require-dev": {
2727
"orchestra/testbench": "^4.0",

0 commit comments

Comments
 (0)