Skip to content

Commit e41681d

Browse files
committed
Adding the version to README
1 parent 23151c9 commit e41681d

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)