Skip to content

Commit

Permalink
Merge pull request #85 from xBu3n0/laravel-sybase
Browse files Browse the repository at this point in the history
Rewriting the library for cleaner code and features that the previous one did not support
  • Loading branch information
danichurras authored Jun 7, 2024
2 parents e9611a5 + e41681d commit bd9c8f2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ Add the following in the require section of your **composer.json**:
### Laravel 10.x

```json
"uepg/laravel-sybase": "~3.0"
"uepg/laravel-sybase": "~3.0" // old version
//or The new version
"uepg/laravel-sybase": "~4.0" // new version
```

Update the package dependencies executing:
Expand Down

0 comments on commit bd9c8f2

Please sign in to comment.