Skip to content

Commit 5ccb789

Browse files
committed
updating README
1 parent 38b3e85 commit 5ccb789

File tree

1 file changed

+2
-16
lines changed

1 file changed

+2
-16
lines changed

README.md

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -14,23 +14,9 @@
1414

1515
Add the following in the require section of your **composer.json**:
1616

17-
### Laravel 5.1, 5.2, 5.3
18-
19-
```json
20-
"uepg/laravel-sybase": "~1.0"
21-
```
22-
### Laravel 5.4, 5.5, 5.6, 5.7, 5.8, 6.x, 7.x, 8.x, 9.x
23-
24-
```json
25-
"uepg/laravel-sybase": "~2.0"
26-
```
27-
28-
### Laravel 10.x
29-
17+
### Laravel >=7.x
3018
```json
31-
"uepg/laravel-sybase": "~3.0" // old version
32-
//or The new version
33-
"uepg/laravel-sybase": "~4.0" // new version
19+
"uepg/laravel-sybase": "~4.0"
3420
```
3521

3622
Update the package dependencies executing:

0 commit comments

Comments
 (0)