We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e9611a5 + e41681d commit bd9c8f2Copy full SHA for bd9c8f2
README.md
@@ -28,7 +28,9 @@ Add the following in the require section of your **composer.json**:
28
### Laravel 10.x
29
30
```json
31
-"uepg/laravel-sybase": "~3.0"
+"uepg/laravel-sybase": "~3.0" // old version
32
+//or The new version
33
+"uepg/laravel-sybase": "~4.0" // new version
34
```
35
36
Update the package dependencies executing:
0 commit comments