Skip to content

Commit bd9c8f2

Browse files
authored
Merge pull request #85 from xBu3n0/laravel-sybase
Rewriting the library for cleaner code and features that the previous one did not support
2 parents e9611a5 + e41681d commit bd9c8f2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ Add the following in the require section of your **composer.json**:
2828
### Laravel 10.x
2929

3030
```json
31-
"uepg/laravel-sybase": "~3.0"
31+
"uepg/laravel-sybase": "~3.0" // old version
32+
//or The new version
33+
"uepg/laravel-sybase": "~4.0" // new version
3234
```
3335

3436
Update the package dependencies executing:

0 commit comments

Comments
 (0)